diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-09-07 08:13:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-09-07 08:13:11 +0800 |
commit | ed4e934ed6865e8eb576c4da485a2aa8e8f08afd (patch) | |
tree | 0052d3d16501ce21826ac97927bb370f10b4d98e /games/peg-e | |
parent | 505b69c5d98c1540e18d69b82e5dfdf2c49f1e88 (diff) | |
download | freebsd-ports-gnome-ed4e934ed6865e8eb576c4da485a2aa8e8f08afd.tar.gz freebsd-ports-gnome-ed4e934ed6865e8eb576c4da485a2aa8e8f08afd.tar.zst freebsd-ports-gnome-ed4e934ed6865e8eb576c4da485a2aa8e8f08afd.zip |
- Update to 1.1.1
- While here, respect CXX/CXXFLAGS
PR: ports/171357
Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'games/peg-e')
-rw-r--r-- | games/peg-e/Makefile | 7 | ||||
-rw-r--r-- | games/peg-e/distinfo | 4 | ||||
-rw-r--r-- | games/peg-e/pkg-plist | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index 1ea907d64754..6f1aa703f31b 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -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> diff --git a/games/peg-e/distinfo b/games/peg-e/distinfo index ff1553bf3f73..ba673ea3aa50 100644 --- a/games/peg-e/distinfo +++ b/games/peg-e/distinfo @@ -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 diff --git a/games/peg-e/pkg-plist b/games/peg-e/pkg-plist index 961b34a2551a..3ed842d682e6 100644 --- a/games/peg-e/pkg-plist +++ b/games/peg-e/pkg-plist @@ -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 +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor |