ports/140484: Update port: games/ltris to 1.0.13
KATO Tsuguru
tkato432 at yahoo.com
Wed Nov 11 18:10:03 UTC 2009
>Number: 140484
>Category: ports
>Synopsis: Update port: games/ltris to 1.0.13
>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: Wed Nov 11 18:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.13
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/games/ltris/Makefile games/ltris/Makefile
--- /usr/ports/games/ltris/Makefile 2009-08-22 16:19:32.000000000 +0900
+++ games/ltris/Makefile 2009-11-12 01:13:15.000000000 +0900
@@ -6,11 +6,10 @@
#
PORTNAME= ltris
-PORTVERSION= 1.0.12
-PORTREVISION= 1
+PORTVERSION= 1.0.13
PORTEPOCH= 1
CATEGORIES= games
-MASTER_SITES= SF/lgames/${PORTNAME}/1.0
+MASTER_SITES= SF/lgames/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= An another tetris clone but a good one with bunch of cool features
@@ -20,6 +19,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --localstatedir=${DATADIR}
.include <bsd.port.pre.mk>
@@ -36,9 +36,9 @@
s|--mode=666||g' ${WRKSRC}/src/Makefile.in
post-install:
- ${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
- ${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
- ${CHMOD} 664 ${PREFIX}/var/ltris.hscr
- ${CHOWN} root:games ${PREFIX}/var/ltris.hscr
+ @${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
+ @${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
+ @${CHMOD} 0664 ${DATADIR}/${PORTNAME}.hscr
+ @${CHOWN} root:games ${DATADIR}/${PORTNAME}.hscr
.include <bsd.port.post.mk>
diff -urN /usr/ports/games/ltris/distinfo games/ltris/distinfo
--- /usr/ports/games/ltris/distinfo 2008-04-26 01:30:24.000000000 +0900
+++ games/ltris/distinfo 2009-11-07 23:38:53.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (ltris-1.0.12.tar.gz) = 53b00c17a05c438602a52009e65ebde2
-SHA256 (ltris-1.0.12.tar.gz) = 84c1b63ca884d68b57a836b218340d63d0ba56ac7548d8f254657bef5fddef21
-SIZE (ltris-1.0.12.tar.gz) = 825500
+MD5 (ltris-1.0.13.tar.gz) = 33e62113e0ade4c2a26a9615442defec
+SHA256 (ltris-1.0.13.tar.gz) = b7d3f93bef1efe907780896c0db3408949cf03c6f797308dbf326ed9223681ba
+SIZE (ltris-1.0.13.tar.gz) = 845739
diff -urN /usr/ports/games/ltris/pkg-plist games/ltris/pkg-plist
--- /usr/ports/games/ltris/pkg-plist 2008-04-26 01:30:24.000000000 +0900
+++ games/ltris/pkg-plist 2009-11-12 01:02:12.000000000 +0900
@@ -1,6 +1,8 @@
bin/ltris
%%NLS%%share/locale/de/LC_MESSAGES/ltris.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/ltris.mo
%%NLS%%share/locale/pt/LC_MESSAGES/ltris.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/ltris.mo
%%NLS%%share/locale/tr/LC_MESSAGES/ltris.mo
%%DATADIR%%/figures
%%DATADIR%%/gfx/back0.bmp
@@ -20,6 +22,7 @@
%%DATADIR%%/gfx/logo.bmp
%%DATADIR%%/gfx/menuback.bmp
%%DATADIR%%/gfx/quest.bmp
+%%DATADIR%%/ltris.hscr
%%DATADIR%%/sounds/click.wav
%%DATADIR%%/sounds/excellent.wav
%%DATADIR%%/sounds/explosion.wav
@@ -27,7 +30,6 @@
%%DATADIR%%/sounds/motion.wav
%%DATADIR%%/sounds/nextlevel.wav
%%DATADIR%%/sounds/stop.wav
-var/ltris.hscr
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%/gfx
@dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list