svn commit: r330838 - head/games/pipewalker
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Oct 19 02:58:23 UTC 2013
Author: amdmi3
Date: Sat Oct 19 02:58:22 2013
New Revision: 330838
URL: http://svnweb.freebsd.org/changeset/ports/330838
Log:
- Update to 0.9.1
- Support staging
Deleted:
head/games/pipewalker/pkg-plist
Modified:
head/games/pipewalker/Makefile
head/games/pipewalker/distinfo
Modified: head/games/pipewalker/Makefile
==============================================================================
--- head/games/pipewalker/Makefile Sat Oct 19 02:57:23 2013 (r330837)
+++ head/games/pipewalker/Makefile Sat Oct 19 02:58:22 2013 (r330838)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pipewalker
-PORTVERSION= 0.8.3
-PORTREVISION= 1
+PORTVERSION= 0.9.1
CATEGORIES= games
MASTER_SITES= SF
EXTRACT_SUFX= -src.tar.gz
@@ -18,10 +17,15 @@ USE_GL= gl glu
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+PLIST_FILES= bin/${PORTNAME} \
+ share/applications/${PORTNAME}.desktop \
+ share/pixmaps/${PORTNAME}.xpm
+PLIST_DIRSTRY= share/applications
PORTDOCS= *
+PORTDATA= *
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=DOCS
post-patch:
@${CHMOD} a+x ${WRKSRC}/install-sh
@@ -29,9 +33,5 @@ post-patch:
${WRKSRC}/data/Makefile.in ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e '/^install-data-am/ s|install-pkgmenudataDATA||' \
${WRKSRC}/extra/Makefile.in
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e '/^install-data-am/ s|install-pkgdocdataDATA||' \
- ${WRKSRC}/Makefile.in
-.endif
.include <bsd.port.mk>
Modified: head/games/pipewalker/distinfo
==============================================================================
--- head/games/pipewalker/distinfo Sat Oct 19 02:57:23 2013 (r330837)
+++ head/games/pipewalker/distinfo Sat Oct 19 02:58:22 2013 (r330838)
@@ -1,2 +1,2 @@
-SHA256 (pipewalker-0.8.3-src.tar.gz) = 896d1146f473df2c04aa0b021b90788a2bf3e643c284c4d8909366e39ddda99e
-SIZE (pipewalker-0.8.3-src.tar.gz) = 510766
+SHA256 (pipewalker-0.9.1-src.tar.gz) = 4ea2f698e1275e493fa262004f97385c6f4758ad05a07db7e9f731ce8ff0d8b3
+SIZE (pipewalker-0.9.1-src.tar.gz) = 930790
More information about the svn-ports-all
mailing list