From nobody@FreeBSD.org  Sat Jan  3 11:29:29 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BDA4E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Jan 2009 11:29:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id AB1558FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Jan 2009 11:29:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n03BTTsp009789
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 3 Jan 2009 11:29:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n03BTTQi009788;
	Sat, 3 Jan 2009 11:29:29 GMT
	(envelope-from nobody)
Message-Id: <200901031129.n03BTTQi009788@www.freebsd.org>
Date: Sat, 3 Jan 2009 11:29:29 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Repocopy + Port update: games/fgfs-base -> games/flightgear-data v1.9.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 03 11:30:01 UTC 2009
>Closed-Date:    Thu Jan 15 22:17:15 UTC 2009
>Last-Modified:  Thu Jan 15 22:20:04 UTC 2009
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Jan 3 12:37:35 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130130 
State-Changed-From-To: open->repocopy 
State-Changed-By: miwi 
State-Changed-When: Sat Jan 3 12:37:49 UTC 2009 
State-Changed-Why:  
over to portmgr  


Responsible-Changed-From-To: miwi->portmgr 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Jan 3 12:37:49 UTC 2009 
Responsible-Changed-Why:  
over to portmgr  

http://www.freebsd.org/cgi/query-pr.cgi?pr=130130 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Sun Jan 4 00:35:35 UTC 2009 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->miwi 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sun Jan 4 00:35:35 UTC 2009 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130130 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jan 15 22:17:14 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130130 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130130: commit references a PR
Date: Thu, 15 Jan 2009 22:17:18 +0000 (UTC)

 miwi        2009-01-15 22:17:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games                Makefile 
     games/flightgear-data Makefile distinfo 
   Log:
   - Update to 1.9.0
   - Connect to the Build
   
   PR:             130130
   Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
   
   Revision  Changes    Path
   1.1263    +1 -0      ports/games/Makefile
   1.46      +9 -7      ports/games/flightgear-data/Makefile
   1.12      +3 -3      ports/games/flightgear-data/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
