Date: Mon, 19 Jan 2009 07:53:47 GMT From: Kuan-Chung Chiu <buganini@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130729: [Maintainer Update] games/fgrun 1.5.0 Message-ID: <200901190753.n0J7rlkL096899@www.freebsd.org> Resent-Message-ID: <200901190800.n0J80B3H017471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130729 >Category: ports >Synopsis: [Maintainer Update] games/fgrun 1.5.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: Mon Jan 19 08:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: 8.0-CURRENT >Organization: N/A >Environment: FreeBSD Raptor.twbbs.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec 3 22:12:36 CST 2008 root@Raptor.twbbs.org:/usr/obj/usr/src/sys/RAPTOR i386 >Description: Update games/fgrun to 1.5.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN fgrun.orig/Makefile fgrun/Makefile --- fgrun.orig/Makefile 2009-01-19 13:19:58.000000000 +0800 +++ fgrun/Makefile 2009-01-19 15:48:05.000000000 +0800 @@ -6,24 +6,39 @@ # PORTNAME= fgrun -PORTVERSION= 1.0.1 +PORTVERSION= 1.5.0 CATEGORIES= games MASTER_SITES= SF MAINTAINER= buganini@gmail.com COMMENT= A graphical frontend to run FlightGear Flight Simulator -BUILD_DEPENDS= fltk-threads>=1.1.0:${PORTSDIR}/x11-toolkits/fltk-threads \ - plib>=1.8.4:${PORTSDIR}/x11-toolkits/plib \ - SimGear>=0.3.10:${PORTSDIR}/devel/simgear -RUN_DEPENDS= fltk-threads>=1.1.0:${PORTSDIR}/x11-toolkits/fltk-threads \ - plib>=1.8.4:${PORTSDIR}/x11-toolkits/plib \ - SimGear>=0.3.10:${PORTSDIR}/devel/simgear \ - fgfs:${PORTSDIR}/games/flightgear +BUILD_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \ + osg>=2.6.1:${PORTSDIR}/graphics/osg \ + SimGear>=1.9.0:${PORTSDIR}/devel/simgear \ + plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib +RUN_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \ + osg>=2.6.1:${PORTSDIR}/graphics/osg \ + SimGear>=1.9.0:${PORTSDIR}/devel/simgear \ + fgfs:${PORTSDIR}/games/flightgear \ + plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib GNU_CONFIGURE= yes USE_GMAKE= yes USE_GL= gl + +.if defined(WITHOUT_NLS) +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS= --disable-nls +.else USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +post-patch: +.if defined(WITHOUT_NLS) + @${REINPLACE_CMD} 's|SUBDIRS = src po msvc|SUBDIRS = src|' \ + ${WRKSRC}/Makefile.in +.endif .include <bsd.port.mk> diff -ruN fgrun.orig/distinfo fgrun/distinfo --- fgrun.orig/distinfo 2009-01-19 13:19:58.000000000 +0800 +++ fgrun/distinfo 2009-01-19 13:35:49.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (fgrun-1.0.1.tar.gz) = 1e3fd8e99d2afed13ad152301345fd8f -SHA256 (fgrun-1.0.1.tar.gz) = 6e0b55935699de5d8a6386a9f273a2640a04d3e2dce6774520c8e4bad3603303 -SIZE (fgrun-1.0.1.tar.gz) = 341124 +MD5 (fgrun-1.5.0.tar.gz) = b338342149c8794079068396dcb9538a +SHA256 (fgrun-1.5.0.tar.gz) = 15ab80410d277df87c2568f4bdf9725a8442193f0460e9e03fc80f59b7f69e51 +SIZE (fgrun-1.5.0.tar.gz) = 379646 diff -ruN fgrun.orig/pkg-plist fgrun/pkg-plist --- fgrun.orig/pkg-plist 2009-01-19 13:19:58.000000000 +0800 +++ fgrun/pkg-plist 2009-01-19 15:13:55.000000000 +0800 @@ -1,19 +1,22 @@ bin/fgrun -share/locale/de/LC_MESSAGES/fgrun.mo -share/locale/fr/LC_MESSAGES/fgrun.mo -share/locale/it/LC_MESSAGES/fgrun.mo -share/locale/nl/LC_MESSAGES/fgrun.mo -share/locale/pl/LC_MESSAGES/fgrun.mo -share/locale/pt/LC_MESSAGES/fgrun.mo -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/fr/LC_MESSAGES -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/locale/fr -@dirrmtry share/locale/it -@dirrmtry share/locale/nl -@dirrmtry share/locale/pl -@dirrmtry share/locale/pt +%%NLS%%share/locale/de/LC_MESSAGES/fgrun.mo +%%NLS%%share/locale/es/LC_MESSAGES/fgrun.mo +%%NLS%%share/locale/fr/LC_MESSAGES/fgrun.mo +%%NLS%%share/locale/it/LC_MESSAGES/fgrun.mo +%%NLS%%share/locale/nl/LC_MESSAGES/fgrun.mo +%%NLS%%share/locale/pl/LC_MESSAGES/fgrun.mo +%%NLS%%share/locale/pt/LC_MESSAGES/fgrun.mo +%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de +%%NLS%%@dirrmtry share/locale/es +%%NLS%%@dirrmtry share/locale/fr +%%NLS%%@dirrmtry share/locale/it +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/pl +%%NLS%%@dirrmtry share/locale/pt >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901190753.n0J7rlkL096899>