Date: Fri, 23 Aug 2013 01:10:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325247 - head/games/pushover Message-ID: <201308230110.r7N1AjCg068589@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 23 01:10:45 2013 New Revision: 325247 URL: http://svnweb.freebsd.org/changeset/ports/325247 Log: - Update to 0.0.5 - Add icon to .desktop file Modified: head/games/pushover/Makefile head/games/pushover/distinfo head/games/pushover/pkg-plist Modified: head/games/pushover/Makefile ============================================================================== --- head/games/pushover/Makefile Fri Aug 23 00:06:37 2013 (r325246) +++ head/games/pushover/Makefile Fri Aug 23 01:10:45 2013 (r325247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pushover -PORTVERSION= 0.0.3 -PORTREVISION= 3 +PORTVERSION= 0.0.5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Pushover/${PORTVERSION} @@ -24,7 +23,7 @@ PORTDOCS= * DESKTOP_ENTRIES="Pushover" \ "Push over all dominoes" \ - "" \ + "${DATADIR}/pushover.ico" \ "pushover" \ "Game;LogicGame;" \ false @@ -32,6 +31,7 @@ DESKTOP_ENTRIES="Pushover" \ .include <bsd.port.options.mk> post-patch: + @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' ${WRKSRC}/configure .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/install-data-am/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in Modified: head/games/pushover/distinfo ============================================================================== --- head/games/pushover/distinfo Fri Aug 23 00:06:37 2013 (r325246) +++ head/games/pushover/distinfo Fri Aug 23 01:10:45 2013 (r325247) @@ -1,2 +1,2 @@ -SHA256 (pushover-0.0.3.tar.gz) = 60a15d55ec9869c4e5252f602a464fb1998cca4cc0b9260e86960542102f2175 -SIZE (pushover-0.0.3.tar.gz) = 21632315 +SHA256 (pushover-0.0.5.tar.gz) = 30ea4ec47a62e4ea90cf536b8b1b813a599a5a35d568faa9d3c57743a08e06d0 +SIZE (pushover-0.0.5.tar.gz) = 33173821 Modified: head/games/pushover/pkg-plist ============================================================================== --- head/games/pushover/pkg-plist Fri Aug 23 00:06:37 2013 (r325246) +++ head/games/pushover/pkg-plist Fri Aug 23 01:10:45 2013 (r325247) @@ -1,9 +1,12 @@ bin/pushover share/locale/cs/LC_MESSAGES/pushover.mo share/locale/de/LC_MESSAGES/pushover.mo +share/locale/eo/LC_MESSAGES/pushover.mo share/locale/es/LC_MESSAGES/pushover.mo share/locale/fr/LC_MESSAGES/pushover.mo +share/locale/it/LC_MESSAGES/pushover.mo share/locale/ru/LC_MESSAGES/pushover.mo +share/locale/sv/LC_MESSAGES/pushover.mo %%DATADIR%%/data/01_StandardFalling.ogg %%DATADIR%%/data/02_StopperHit.ogg %%DATADIR%%/data/03_Splitter.ogg @@ -43,17 +46,20 @@ share/locale/ru/LC_MESSAGES/pushover.mo %%DATADIR%%/themes/electro.lua %%DATADIR%%/themes/electro.png %%DATADIR%%/themes/greek.lua +%%DATADIR%%/themes/greek.ogg %%DATADIR%%/themes/greek.png %%DATADIR%%/themes/japanese.lua %%DATADIR%%/themes/japanese.ogg %%DATADIR%%/themes/japanese.png %%DATADIR%%/themes/mechanic.lua +%%DATADIR%%/themes/mechanic.ogg %%DATADIR%%/themes/mechanic.png %%DATADIR%%/themes/space.lua %%DATADIR%%/themes/space.ogg %%DATADIR%%/themes/space.png %%DATADIR%%/themes/tools.lua %%DATADIR%%/themes/toxcity.lua +%%DATADIR%%/themes/toxcity.ogg %%DATADIR%%/themes/toxcity.png @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/levels
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308230110.r7N1AjCg068589>