Skip site navigation (1)Skip section navigation (2)
Date:      18 Mar 2004 22:29:12 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/64439: [Maintainer Update]  games/fgkicker  0.6 -> 0.7
Message-ID:  <20040318222912.14840.qmail@phoenix.smluc.org>
Resent-Message-ID: <200403182230.i2IMUDFW020066@freefall.freebsd.org>

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

>Number:         64439
>Category:       ports
>Synopsis:       [Maintainer Update]  games/fgkicker  0.6 -> 0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 18 14:30:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Mar 5 20:11:05 EST 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


	
>Description:
freshmeat blurb:
	The aircraft data file is now obsolete; the aircraft data is now
	fetched from the flightgear command line and parsed into fgkicker. 

>How-To-Repeat:
>Fix:

--- fgkicker.patch begins here ---
diff -Nurb games/fgkicker.orig/Makefile games/fgkicker/Makefile
--- games/fgkicker.orig/Makefile	Thu Mar 18 17:07:20 2004
+++ games/fgkicker/Makefile	Thu Mar 18 17:23:05 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	fgkicker
-PORTVERSION=	0.6
-PORTREVISION=	1
+PORTVERSION=	0.7
 CATEGORIES=	games
 MASTER_SITES=	http://users.pandora.be/ceppe/linux/
 EXTRACT_SUFX=	.tgz
@@ -34,10 +33,8 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${MKDIR} ${FILESDIR}
 	${INSTALL_DATA} ${WRKSRC}/airports.dat ${FILESDIR}/airports.dat
-	${INSTALL_DATA} ${WRKSRC}/aircraft.dat ${FILESDIR}/aircraft.dat
 
 install-user:
 	${INSTALL_DATA} ${FILESDIR}/airports.dat $$HOME
-	${INSTALL_DATA} ${FILESDIR}/aircraft.dat $$HOME
 
 .include <bsd.port.mk>
diff -Nurb games/fgkicker.orig/distinfo games/fgkicker/distinfo
--- games/fgkicker.orig/distinfo	Thu Mar 18 17:07:20 2004
+++ games/fgkicker/distinfo	Thu Mar 18 17:08:31 2004
@@ -1 +1,2 @@
-MD5 (fgkicker-0.6.tgz) = 49480b50b988266a41096102b410b884
+MD5 (fgkicker-0.7.tgz) = 7685f668420519a02327c2cffa842050
+SIZE (fgkicker-0.7.tgz) = 250401
diff -Nurb games/fgkicker.orig/pkg-message games/fgkicker/pkg-message
--- games/fgkicker.orig/pkg-message	Thu Mar 18 17:07:20 2004
+++ games/fgkicker/pkg-message	Thu Mar 18 17:25:48 2004
@@ -1,4 +1,4 @@
-This port currently requires data files to be placed in the
+This port currently requires a data file to be placed in the
 users home directory. After the port is installed, the user
 must execute the following command in the games/fgkicker
 directory.
diff -Nurb games/fgkicker.orig/pkg-plist games/fgkicker/pkg-plist
--- games/fgkicker.orig/pkg-plist	Thu Mar 18 17:07:20 2004
+++ games/fgkicker/pkg-plist	Thu Mar 18 17:25:15 2004
@@ -1,4 +1,3 @@
 bin/fgkicker
-share/fgkicker/aircraft.dat
 share/fgkicker/airports.dat
 @dirrm share/fgkicker
--- fgkicker.patch ends here ---


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



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