diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-16 02:38:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-16 02:38:05 +0800 |
commit | 1cfa0555fb2e2ea981bc174310d269543480947b (patch) | |
tree | aecb7f536679d3ed6770122307bedf45e8d8e1a3 /games/fgrun | |
parent | ca88b265e085a87ee5a347cc81c6ff96cbd55933 (diff) | |
download | freebsd-ports-gnome-1cfa0555fb2e2ea981bc174310d269543480947b.tar.gz freebsd-ports-gnome-1cfa0555fb2e2ea981bc174310d269543480947b.tar.zst freebsd-ports-gnome-1cfa0555fb2e2ea981bc174310d269543480947b.zip |
- Update to 1.5.2
PR: 144554
submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'games/fgrun')
-rw-r--r-- | games/fgrun/Makefile | 20 | ||||
-rw-r--r-- | games/fgrun/distinfo | 6 |
2 files changed, 12 insertions, 14 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index ac02961b7f88..18a40497e850 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fgrun -PORTVERSION= 1.5.1 -PORTREVISION= 4 +PORTVERSION= 1.5.2 CATEGORIES= games MASTER_SITES= SF @@ -15,14 +14,19 @@ MAINTAINER= buganini@gmail.com COMMENT= A graphical frontend to run FlightGear Flight Simulator BUILD_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \ - SimGear>=1.9.1:${PORTSDIR}/devel/simgear \ + SimGear>=2.0.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.1:${PORTSDIR}/devel/simgear \ + SimGear>=2.0.0:${PORTSDIR}/devel/simgear \ fgfs:${PORTSDIR}/games/flightgear \ plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib +.if defined(WITH_OSG_DEVEL) +LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel +.else +LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_GL= gl @@ -35,12 +39,6 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -.if defined(WITH_OSG_DEVEL) -LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel -.else -LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg -.endif - post-patch: .if defined(WITHOUT_NLS) @${REINPLACE_CMD} 's|SUBDIRS = src po msvc|SUBDIRS = src|' \ diff --git a/games/fgrun/distinfo b/games/fgrun/distinfo index 59e215605277..e23f1f180f1b 100644 --- a/games/fgrun/distinfo +++ b/games/fgrun/distinfo @@ -1,3 +1,3 @@ -MD5 (fgrun-1.5.1.tar.gz) = ec56662b2467719924e5667ed24ba419 -SHA256 (fgrun-1.5.1.tar.gz) = a91a7d3494943876e9bc9e67aa5f366f5a6fa1fd5ebdd7ef239280439e4cb2d7 -SIZE (fgrun-1.5.1.tar.gz) = 381289 +MD5 (fgrun-1.5.2.tar.gz) = cee32c8359a61e0db3156f7bd271321c +SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720 +SIZE (fgrun-1.5.2.tar.gz) = 386102 |