Date: Tue, 13 Sep 2016 14:06:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422005 - head/games/dangerdeep-data Message-ID: <201609131406.u8DE6PPo091508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 13 14:06:25 2016 New Revision: 422005 URL: https://svnweb.freebsd.org/changeset/ports/422005 Log: - Switch to newly supported CC licenses - Fix WWW: Modified: head/games/dangerdeep-data/Makefile head/games/dangerdeep-data/pkg-descr Modified: head/games/dangerdeep-data/Makefile ============================================================================== --- head/games/dangerdeep-data/Makefile Tue Sep 13 14:05:35 2016 (r422004) +++ head/games/dangerdeep-data/Makefile Tue Sep 13 14:06:25 2016 (r422005) @@ -10,10 +10,8 @@ DIST_SUBDIR= dangerdeep MAINTAINER= ports@FreeBSD.org COMMENT= Danger from the Deep data files -LICENSE= CCbyNCND -LICENSE_NAME= Creative Commons Attribution-NonCommercial-NonDerivs +LICENSE= CC-BY-NC-ND-2.5 LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= zip NO_BUILD= yes @@ -24,6 +22,6 @@ DATADIR= ${PREFIX}/share/dangerdeep PORTDATA= * do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> Modified: head/games/dangerdeep-data/pkg-descr ============================================================================== --- head/games/dangerdeep-data/pkg-descr Tue Sep 13 14:05:35 2016 (r422004) +++ head/games/dangerdeep-data/pkg-descr Tue Sep 13 14:06:25 2016 (r422005) @@ -1,3 +1,3 @@ The Danger From the Deep data files -WWW: http://dangerdeep.sf.net +WWW: http://dangerdeep.sf.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131406.u8DE6PPo091508>