svn commit: r303797 - head/games/peg-e

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 7 00:13:12 UTC 2012


Author: amdmi3
Date: Fri Sep  7 00:13:11 2012
New Revision: 303797
URL: http://svn.freebsd.org/changeset/ports/303797

Log:
  - Update to 1.1.1
  - While here, respect CXX/CXXFLAGS
  
  PR:		ports/171357
  Submitted by:	nemysis <nemysis at gmx.ch>

Modified:
  head/games/peg-e/Makefile
  head/games/peg-e/distinfo
  head/games/peg-e/pkg-plist

Modified: head/games/peg-e/Makefile
==============================================================================
--- head/games/peg-e/Makefile	Fri Sep  7 00:05:58 2012	(r303796)
+++ head/games/peg-e/Makefile	Fri Sep  7 00:13:11 2012	(r303797)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	peg-e
-PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTVERSION=	1.1.1
 CATEGORIES=	games
 MASTER_SITES=	http://gottcode.org/peg-e/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -25,7 +24,7 @@ MAKE_JOBS_SAFE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 do-configure:
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \
-		PREFIX=${PREFIX} -spec ${QMAKESPEC} ${PORTNAME}.pro
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} \
+		PREFIX=${PREFIX} ${PORTNAME}.pro
 
 .include <bsd.port.mk>

Modified: head/games/peg-e/distinfo
==============================================================================
--- head/games/peg-e/distinfo	Fri Sep  7 00:05:58 2012	(r303796)
+++ head/games/peg-e/distinfo	Fri Sep  7 00:13:11 2012	(r303797)
@@ -1,2 +1,2 @@
-SHA256 (peg-e-1.1.0-src.tar.bz2) = ecd82c94a628161d014700d19c36f9299995c0963b053fb096e3f3b173d2655b
-SIZE (peg-e-1.1.0-src.tar.bz2) = 57510
+SHA256 (peg-e-1.1.1-src.tar.bz2) = a1ec62976426acf0b35843d8978c25459b4826c91b077a2c366b89bd6d121553
+SIZE (peg-e-1.1.1-src.tar.bz2) = 89146

Modified: head/games/peg-e/pkg-plist
==============================================================================
--- head/games/peg-e/pkg-plist	Fri Sep  7 00:05:58 2012	(r303796)
+++ head/games/peg-e/pkg-plist	Fri Sep  7 00:13:11 2012	(r303797)
@@ -1,6 +1,11 @@
 bin/peg-e
 share/applications/peg-e.desktop
 share/icons/hicolor/48x48/apps/peg-e.png
+%%DATADIR%%/translations/pege_en.qm
+%%DATADIR%%/translations/pege_he.qm
+%%DATADIR%%/translations/pege_nl.qm
+ at dirrm %%DATADIR%%/translations
+ at dirrm %%DATADIR%%
 @dirrmtry share/icons/hicolor/48x48/apps
 @dirrmtry share/icons/hicolor/48x48
 @dirrmtry share/icons/hicolor



More information about the svn-ports-all mailing list