svn commit: r333523 - head/games/ltris

Johan van Selst johans at FreeBSD.org
Mon Nov 11 17:07:12 UTC 2013


Author: johans
Date: Mon Nov 11 17:07:11 2013
New Revision: 333523
URL: http://svnweb.freebsd.org/changeset/ports/333523

Log:
  - Update ltris to 1.0.19
  - Enable STAGE support

Modified:
  head/games/ltris/Makefile
  head/games/ltris/distinfo

Modified: head/games/ltris/Makefile
==============================================================================
--- head/games/ltris/Makefile	Mon Nov 11 16:47:25 2013	(r333522)
+++ head/games/ltris/Makefile	Mon Nov 11 17:07:11 2013	(r333523)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ltris
-PORTVERSION=	1.0.18
+PORTVERSION=	1.0.19
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/lgames/${PORTNAME}
@@ -11,13 +11,12 @@ MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Tetris clone but a good one with bunch of cool features
 
 USE_SDL=	mixer sdl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--localstatedir=${DATADIR}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -36,9 +35,9 @@ post-patch:
 		${WRKSRC}/src/sdl.h ${WRKSRC}/src/tools.h
 
 post-install:
-	@${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
-	@${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
-	@${CHMOD} 0664 ${DATADIR}/${PORTNAME}.hscr
-	@${CHOWN} root:games ${DATADIR}/${PORTNAME}.hscr
+	@${CHMOD} 2755 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	@${CHOWN} root:games ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	@${CHMOD} 0664 ${STAGEDIR}${DATADIR}/${PORTNAME}.hscr
+	@${CHOWN} root:games ${STAGEDIR}${DATADIR}/${PORTNAME}.hscr
 
 .include <bsd.port.mk>

Modified: head/games/ltris/distinfo
==============================================================================
--- head/games/ltris/distinfo	Mon Nov 11 16:47:25 2013	(r333522)
+++ head/games/ltris/distinfo	Mon Nov 11 17:07:11 2013	(r333523)
@@ -1,2 +1,2 @@
-SHA256 (ltris-1.0.18.tar.gz) = 3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30
-SIZE (ltris-1.0.18.tar.gz) = 856016
+SHA256 (ltris-1.0.19.tar.gz) = 8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1
+SIZE (ltris-1.0.19.tar.gz) = 883543


More information about the svn-ports-head mailing list