diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-04-16 18:03:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-04-16 18:03:03 +0000 |
commit | 3ff81c6e4886afff8c78a3f602377bd1339f1b44 (patch) | |
tree | 9768a8005747453e21c73d7592d216308ae9ce8e /games/gigalomania | |
parent | b5260542bd8313948aee5893ef8c7e64f84d15c8 (diff) | |
download | freebsd-ports-3ff81c6e4886afff8c78a3f602377bd1339f1b44.zip |
Update to version 0.26
Feature safe: yes
Diffstat (limited to 'games/gigalomania')
-rw-r--r-- | games/gigalomania/Makefile | 7 | ||||
-rw-r--r-- | games/gigalomania/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile index 09e265be9931..67247e2de92e 100644 --- a/games/gigalomania/Makefile +++ b/games/gigalomania/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gigalomania -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= games -MASTER_SITES= https://launchpadlibrarian.net/130757462/ +MASTER_SITES= https://launchpadlibrarian.net/135701637/ DISTNAME= ${PORTNAME}src MAINTAINER= pawel@FreeBSD.org @@ -19,7 +19,8 @@ PORTDOCS= readme.html post-patch: @${REINPLACE_CMD} -e 's|CC=g++|CC=${CXX}|' \ - -e '/^CCFLAGS/ s|-O2|${CXXFLAGS}|; s|-O2||' \ + -e '/^CCFLAGS/ s|-O2|${CXXFLAGS}|' \ + -e 's|-O2 $$(INC)|$$(INC)|' \ -e 's|/usr/X11R6|${LOCALBASE}|' \ ${WRKSRC}/Makefile @${FIND} ${WRKSRC} -exec ${GREP} -q "__linux" {} \; \ diff --git a/games/gigalomania/distinfo b/games/gigalomania/distinfo index db525d190897..d712f312eb06 100644 --- a/games/gigalomania/distinfo +++ b/games/gigalomania/distinfo @@ -1,2 +1,2 @@ -SHA256 (gigalomaniasrc.zip) = 198c4fc41341cc7e408c3b942600cecdce4d5913903ac1ab0071393837c3c60b -SIZE (gigalomaniasrc.zip) = 9100433 +SHA256 (gigalomaniasrc.zip) = 8912b12aa6397f396954c6b742a1842f6bc671a60c843975b341fc22d3211ecf +SIZE (gigalomaniasrc.zip) = 9120306 |