svn commit: r452507 - in head/games/pipepanic: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 20 09:04:22 UTC 2017
Author: amdmi3
Date: Fri Oct 20 09:04:20 2017
New Revision: 452507
URL: https://svnweb.freebsd.org/changeset/ports/452507
Log:
- Update WWW
- Add LICENSE
- Switch to options helpers
- Regenerate patches
Modified:
head/games/pipepanic/Makefile
head/games/pipepanic/files/patch-Makefile
head/games/pipepanic/pkg-descr
Modified: head/games/pipepanic/Makefile
==============================================================================
--- head/games/pipepanic/Makefile Fri Oct 20 07:38:37 2017 (r452506)
+++ head/games/pipepanic/Makefile Fri Oct 20 09:04:20 2017 (r452507)
@@ -7,12 +7,19 @@ PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://www.users.waitrose.com/~thunor/pipepanic/dload/ \
LOCAL/ehaupt \
- http://mirror.amdmi3.ru/distfiles/
+ https://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Pipe connecting game using libSDL
+LICENSE= GPLv2+ FAL
+LICENSE_COMB= multi
+LICENSE_NAME_FAL= Free artwork license
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
+LICENSE_FILE_FAL= ${WRKSRC}/COPYING-ARTWORK
+LICENSE_PERMS_FAL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
USE_SDL= sdl
PLIST_FILES= bin/${PORTNAME}
@@ -28,9 +35,11 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.bmp ${STAGEDIR}${DATADIR}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/games/pipepanic/files/patch-Makefile
==============================================================================
--- head/games/pipepanic/files/patch-Makefile Fri Oct 20 07:38:37 2017 (r452506)
+++ head/games/pipepanic/files/patch-Makefile Fri Oct 20 09:04:20 2017 (r452507)
@@ -1,6 +1,6 @@
---- Makefile.orig Wed May 17 00:11:29 2006
-+++ Makefile Sat May 20 18:49:20 2006
-@@ -3,11 +3,10 @@
+--- Makefile.orig 2006-05-16 20:11:29 UTC
++++ Makefile
+@@ -3,11 +3,10 @@ OBJECTS=main.o
TARGET=pipepanic
# Settings for x86.
Modified: head/games/pipepanic/pkg-descr
==============================================================================
--- head/games/pipepanic/pkg-descr Fri Oct 20 07:38:37 2017 (r452506)
+++ head/games/pipepanic/pkg-descr Fri Oct 20 09:04:20 2017 (r452507)
@@ -3,4 +3,4 @@ Zaurus. Connect as many different shaped pipes togethe
time given. Comes with built-in help, is primarily mouse/stylus driven and can
be played in different resolutions and orientations.
-WWW: http://thunor.org.uk/pipepanic
+WWW: http://www.users.waitrose.com/~thunor/pipepanic/
More information about the svn-ports-head
mailing list