diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-14 21:53:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-14 21:53:33 +0800 |
commit | 2c7dd034597eaf75536ae18cc17a3ab4dd379dea (patch) | |
tree | 8eb8f69572d0429f8819641eab8130e767af3ec6 /games | |
parent | 373a8af654f4db5b74fa5d1a96c6f7946b410d46 (diff) | |
download | freebsd-ports-gnome-2c7dd034597eaf75536ae18cc17a3ab4dd379dea.tar.gz freebsd-ports-gnome-2c7dd034597eaf75536ae18cc17a3ab4dd379dea.tar.zst freebsd-ports-gnome-2c7dd034597eaf75536ae18cc17a3ab4dd379dea.zip |
- Update to 0.2.5
- Respect CFLAGS
Diffstat (limited to 'games')
-rw-r--r-- | games/jag/Makefile | 4 | ||||
-rw-r--r-- | games/jag/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/jag/Makefile b/games/jag/Makefile index a2443041f452..526046f02429 100644 --- a/games/jag/Makefile +++ b/games/jag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jag -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= games MASTER_SITES= http://jag.xlabsoft.com/files/ \ http://mirror.amdmi3.ru/distfiles/ @@ -32,6 +32,6 @@ post-patch: do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} PREFIX=${PREFIX} Game.pro + ${QMAKE} ${QMAKEFLAGS} Game.pro .include <bsd.port.mk> diff --git a/games/jag/distinfo b/games/jag/distinfo index 46c5e7a90c5f..a780936c19dd 100644 --- a/games/jag/distinfo +++ b/games/jag/distinfo @@ -1,3 +1,3 @@ -MD5 (jag-0.2.4-src.zip) = 5625dc99baa9d48d3d967412ac30de02 -SHA256 (jag-0.2.4-src.zip) = 745c91f4b5e183018121fa594258d7df6220b15861bd01b7928021d2eb7dbb62 -SIZE (jag-0.2.4-src.zip) = 2580051 +MD5 (jag-0.2.5-src.zip) = 8c7f4cf063fa43bb21aebf4424a6a1da +SHA256 (jag-0.2.5-src.zip) = 031adedb7a32de54ec2ba00822530d2c9456fe7c539fcfa73d4a1fad19be347c +SIZE (jag-0.2.5-src.zip) = 2687903 |