Date: Sun, 27 Dec 2009 03:00:20 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/142040: Update port: games/ltris to 1.0.14 Message-ID: <20091227030020.566564c1.tkato432@yahoo.com> Resent-Message-ID: <200912261810.nBQIA6At015758@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142040 >Category: ports >Synopsis: Update port: games/ltris to 1.0.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 26 18:10:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.2-RELEASE-p5 i386 >Organization: >Environment: >Description: - Update to version 1.0.14 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/ltris/Makefile games/ltris/Makefile --- /usr/ports/games/ltris/Makefile 2009-11-12 22:21:42.000000000 +0900 +++ games/ltris/Makefile 2009-12-26 16:38:44.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= ltris -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} @@ -32,6 +32,7 @@ .endif post-patch: + @${REINPLACE_CMD} -e 's|/icons|/pixmaps|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|= @mixer_flag@|= @INTLLIBS@ @mixer_flag@|g ; \ s|--mode=666||g' ${WRKSRC}/src/Makefile.in diff -urN /usr/ports/games/ltris/distinfo games/ltris/distinfo --- /usr/ports/games/ltris/distinfo 2009-11-12 22:21:42.000000000 +0900 +++ games/ltris/distinfo 2009-12-26 16:32:48.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (ltris-1.0.13.tar.gz) = 33e62113e0ade4c2a26a9615442defec -SHA256 (ltris-1.0.13.tar.gz) = b7d3f93bef1efe907780896c0db3408949cf03c6f797308dbf326ed9223681ba -SIZE (ltris-1.0.13.tar.gz) = 845739 +MD5 (ltris-1.0.14.tar.gz) = 7eff57f492bc880a02a58c64f638959e +SHA256 (ltris-1.0.14.tar.gz) = d6816aa70f55c73e0de2ccb81281a92aa063d3a90b362810002db010f4e3b3b2 +SIZE (ltris-1.0.14.tar.gz) = 850749 diff -urN /usr/ports/games/ltris/pkg-plist games/ltris/pkg-plist --- /usr/ports/games/ltris/pkg-plist 2009-11-12 22:21:42.000000000 +0900 +++ games/ltris/pkg-plist 2009-12-26 16:39:03.000000000 +0900 @@ -1,4 +1,5 @@ bin/ltris +share/applications/ltris.desktop %%NLS%%share/locale/de/LC_MESSAGES/ltris.mo %%NLS%%share/locale/fr/LC_MESSAGES/ltris.mo %%NLS%%share/locale/pt/LC_MESSAGES/ltris.mo @@ -30,6 +31,8 @@ %%DATADIR%%/sounds/motion.wav %%DATADIR%%/sounds/nextlevel.wav %%DATADIR%%/sounds/stop.wav +share/pixmaps/ltris48.gif @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/gfx @dirrm %%DATADIR%% +@dirrmtry share/appliications >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091227030020.566564c1.tkato432>