Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 18:03:03 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315873 - head/games/gigalomania
Message-ID:  <201304161803.r3GI33ul049124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Apr 16 18:03:03 2013
New Revision: 315873
URL: http://svnweb.freebsd.org/changeset/ports/315873

Log:
  Update to version 0.26
  
  Feature safe:	yes

Modified:
  head/games/gigalomania/Makefile
  head/games/gigalomania/distinfo   (contents, props changed)

Modified: head/games/gigalomania/Makefile
==============================================================================
--- head/games/gigalomania/Makefile	Tue Apr 16 17:53:29 2013	(r315872)
+++ head/games/gigalomania/Makefile	Tue Apr 16 18:03:03 2013	(r315873)
@@ -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" {} \; \

Modified: head/games/gigalomania/distinfo
==============================================================================
--- head/games/gigalomania/distinfo	Tue Apr 16 17:53:29 2013	(r315872)
+++ head/games/gigalomania/distinfo	Tue Apr 16 18:03:03 2013	(r315873)
@@ -1,2 +1,2 @@
-SHA256 (gigalomaniasrc.zip) = 198c4fc41341cc7e408c3b942600cecdce4d5913903ac1ab0071393837c3c60b
-SIZE (gigalomaniasrc.zip) = 9100433
+SHA256 (gigalomaniasrc.zip) = 8912b12aa6397f396954c6b742a1842f6bc671a60c843975b341fc22d3211ecf
+SIZE (gigalomaniasrc.zip) = 9120306



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304161803.r3GI33ul049124>