ports/130130: Repocopy + Port update: games/fgfs-base -> games/flightgear-data v1.9.0

Ganael Laplanche ganael.laplanche at martymac.com
Sat Jan 3 11:30:02 UTC 2009


>Number:         130130
>Category:       ports
>Synopsis:       Repocopy + Port update: games/fgfs-base -> games/flightgear-data v1.9.0
>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:   Sat Jan 03 11:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #27: Thu Dec  4 14:58:40 CET 2008     root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates games/fgfs-base to v1.9.0. It also adds new mirrors and fixes problems in automatic plist generation.

To stick to FlighGear's new naming scheme, please repocopy fgfs-base to flightgear-data before applying the update.

As SimGear and FlightGear are tightly bound, please commit this patch along with the updates of :

- games/flightgear-aircrafts (see ports/129884)
- devel/simgear v1.9.0 (see ports/130129)
- games/flightgear v1.9.0

I will send another PR for the last port update.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN fgfs-base.orig/Makefile flightgear-data/Makefile
--- fgfs-base.orig/Makefile	2008-05-05 09:43:48.000000000 +0200
+++ flightgear-data/Makefile	2009-01-02 12:10:58.000000000 +0100
@@ -5,16 +5,18 @@
 # $FreeBSD: ports/games/fgfs-base/Makefile,v 1.44 2008/05/05 07:43:48 pav Exp $
 #
 
-PORTNAME=	fgfs-base
-PORTVERSION=	1.0.0
+PORTNAME=	FlightGear-data
+PORTVERSION=	1.9.0
 CATEGORIES=	games
 # see http://www.flightgear.org/templates.js
-MASTER_SITES=	ftp://ftp.flightgear.org/pub/fgfs/Shared/ \
-		ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \
+MASTER_SITES=	ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \
 		ftp://ftp.kingmont.com/flightsims/flightgear/Shared/ \
 		ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/ \
 		http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \
-		http://ftp3.linux.kiev.ua/pub/fgfs/Shared/
+		http://ftp3.linux.kiev.ua/pub/fgfs/Shared/ \
+		ftp://ftp.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \
+		ftp://ftp.flightgear.org/pub/fgfs/Shared/ \
+		ftp://ftp.is.co.za/pub/games/flightgear/ftp/Shared/
 
 MAINTAINER=	ganael.laplanche at martymac.com
 COMMENT=	FlightGear scenery, textures and aircraft models
@@ -28,13 +30,13 @@
 PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
-	@${RM} -f ${WRKSRC}/COPYING ${WRKSRC}/Aircraft/A-10/COPYING ${WRKSRC}/Aircraft/787/COPYING
+	@${RM} -f ${WRKSRC}/COPYING
 
 pre-install:
 	@${RM} -f ${PLIST}
 	@cd ${WRKSRC} && \
 	${FIND} * -type d -empty | ${SORT} \
-		| ${SED} -e 's|^|@exec ${MKDIR} %%DATADIR%%/|' >> ${PLIST} && \
+		| ${SED} -e 's|^|@exec ${MKDIR} %D/share/FlightGear/|' >> ${PLIST} && \
 	${FIND} * -type f | ${SORT} \
 		| ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
 	${FIND} * -type d | ${SORT} -r \
diff -aurN fgfs-base.orig/distinfo flightgear-data/distinfo
--- fgfs-base.orig/distinfo	2008-05-03 02:24:45.000000000 +0200
+++ flightgear-data/distinfo	2008-12-23 12:17:11.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (fgfs-base-1.0.0.tar.bz2) = 105478648b01e8a16ee31ba7cbd201da
-SHA256 (fgfs-base-1.0.0.tar.bz2) = 52b20cbe61a47e5a51fdd0d492a326c19b0d323ec0c7304609acba53f1c787eb
-SIZE (fgfs-base-1.0.0.tar.bz2) = 191345428
+MD5 (FlightGear-data-1.9.0.tar.bz2) = 4a6eabe5cd9f9b4063efbc38908ab068
+SHA256 (FlightGear-data-1.9.0.tar.bz2) = 19600130d862108678d415e71b2fe3d8c9cd4168e123704b0121dd7fd6adc3c0
+SIZE (FlightGear-data-1.9.0.tar.bz2) = 239976097


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



More information about the freebsd-ports-bugs mailing list