Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 09:05:36 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25546: Update port: games/xjump to 2.7.3
Message-ID:  <200103051705.f25H5aI38013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25546
>Category:       ports
>Synopsis:       Update port: games/xjump to 2.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 09:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.7.3

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xjump/Makefile games/xjump/Makefile
--- /usr/ports/games/xjump/Makefile	Mon Feb 26 12:06:56 2001
+++ games/xjump/Makefile	Mon Mar  5 20:17:35 2001
@@ -6,30 +6,28 @@
 #
 
 PORTNAME=	xjump
-PORTVERSION=	2.7
+PORTVERSION=	2.7.3
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.freesoftware.com/pub/linux/debian/${MASTER_SITE_SUBDIR}/ \
-		ftp://ftp.jp.debian.org/debian/${MASTER_SITE_SUBDIR}/ \
-		ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/${MASTER_SITE_SUBDIR}/ \
-		ftp://ftp.de.debian.org/debian/${MASTER_SITE_SUBDIR}/ \
-		ftp://ftp.debian.org/debian/${MASTER_SITE_SUBDIR}/
-MASTER_SITE_SUBDIR=	dists/stable/main/source/games
+MASTER_SITES=	ftp://ftp.freesoftware.com/pub/linux/debian/%SUBDIR%/ \
+		ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \
+		ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \
+		ftp://ftp.de.debian.org/debian/%SUBDIR%/ \
+		ftp://ftp.debian.org/debian/%SUBDIR%/
+MASTER_SITE_SUBDIR=	pool/main/x/xjump
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_X_PREFIX=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/g}
-ALL_TARGET=	xjump
 
-pre-build:
-	${PERL} -pi -e "s@gcc -O2@${CC} ${CFLAGS}@g; \
-			s@/var/lib/games/xjump@/var/games@g; \
-			s@\)/record@\)/xjump.record@g; \
-			s@2755@2775@g" ${WRKSRC}/Makefile
+USE_X_PREFIX=	yes
+USE_XPM=	yes
+MAKE_ARGS=	CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \
+		IDIR="-I${X11BASE}/include" LDIR="-L${X11BASE}/lib"
+ALL_TARGET=	xjump
 
 do-install:
-	${INSTALL_PROGRAM} -g games ${WRKSRC}/xjump ${PREFIX}/bin
+	${INSTALL_PROGRAM} -m 2775 -g games ${WRKSRC}/xjump ${PREFIX}/bin
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xjump/distinfo games/xjump/distinfo
--- /usr/ports/games/xjump/distinfo	Mon Feb 26 12:06:56 2001
+++ games/xjump/distinfo	Mon Mar  5 20:00:40 2001
@@ -1 +1 @@
-MD5 (xjump_2.7.tar.gz) = c97684eb7ac603a8a3f2a28ba76d3321
+MD5 (xjump_2.7.3.tar.gz) = f8f492d4f1f8a9d8dcf8e4c60d5c520c
diff -urN /usr/ports/games/xjump/pkg-descr games/xjump/pkg-descr
--- /usr/ports/games/xjump/pkg-descr	Mon Feb 26 12:06:56 2001
+++ games/xjump/pkg-descr	Mon Mar  5 20:19:04 2001
@@ -1,7 +1,8 @@
-XJump is a cool game based on simple X graphics where the object is to
-get the player up as many levels as possible.  Quite possibly one of
-the most addictive games out there.
+XJump (aka 'FALLING TOWER') is a cool game based on simple X graphics
+where the object is to get the player up as many levels as possible.
+Quite possibly one of the most addictive games out there.
 
-Author: Masato Taruishi <taru@debian.or.jp>
+Author: Tatsuya Kudoh(CDR/TK) <kudoh@koken.club.uec.ac.jp>
+        Masato Taruishi <taru@debian.or.jp>
 
 --will

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103051705.f25H5aI38013>