Date: Sun, 30 Nov 2014 17:52:12 +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: r373678 - head/games/bombherman Message-ID: <201411301752.sAUHqCed095468@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Nov 30 17:52:11 2014 New Revision: 373678 URL: https://svnweb.freebsd.org/changeset/ports/373678 QAT: https://qat.redports.org/buildarchive/r373678/ Log: - Clarify LICENSE - Add LICENSE_FILE - Drop @dirrm* from plist Modified: head/games/bombherman/Makefile head/games/bombherman/pkg-plist Modified: head/games/bombherman/Makefile ============================================================================== --- head/games/bombherman/Makefile Sun Nov 30 17:52:05 2014 (r373677) +++ head/games/bombherman/Makefile Sun Nov 30 17:52:11 2014 (r373678) @@ -12,7 +12,8 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E MAINTAINER= ports@FreeBSD.org COMMENT= Bomberman clone written in C++ -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser Modified: head/games/bombherman/pkg-plist ============================================================================== --- head/games/bombherman/pkg-plist Sun Nov 30 17:52:05 2014 (r373677) +++ head/games/bombherman/pkg-plist Sun Nov 30 17:52:11 2014 (r373678) @@ -61,20 +61,3 @@ share/icons/hicolor/72x72/apps/bomb-her- share/icons/hicolor/96x96/apps/bomb-her-man.png %%NLS%%share/locale/fr/LC_MESSAGES/bomb-her-man.mo share/pixmaps/bomb-her-man.png -@dirrm %%DATADIR%%/graphics/scores/2 -@dirrm %%DATADIR%%/graphics/scores/1 -@dirrm %%DATADIR%%/graphics/scores -@dirrm %%DATADIR%%/graphics/players/2/3 -@dirrm %%DATADIR%%/graphics/players/2/2 -@dirrm %%DATADIR%%/graphics/players/2/1 -@dirrm %%DATADIR%%/graphics/players/2/0 -@dirrm %%DATADIR%%/graphics/players/2 -@dirrm %%DATADIR%%/graphics/players/1/3 -@dirrm %%DATADIR%%/graphics/players/1/2 -@dirrm %%DATADIR%%/graphics/players/1/1 -@dirrm %%DATADIR%%/graphics/players/1/0 -@dirrm %%DATADIR%%/graphics/players/1 -@dirrm %%DATADIR%%/graphics/players -@dirrm %%DATADIR%%/graphics/bonuses -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411301752.sAUHqCed095468>