Date: Fri, 12 Dec 2014 11:23:37 +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: r374578 - head/games/barbie_seahorse_adventures Message-ID: <201412121123.sBCBNb0v094149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Dec 12 11:23:36 2014 New Revision: 374578 URL: https://svnweb.freebsd.org/changeset/ports/374578 QAT: https://qat.redports.org/buildarchive/r374578/ Log: - Add LICENSE_FILE - Pet portlint - Drop @dirrm* from plist Modified: head/games/barbie_seahorse_adventures/Makefile head/games/barbie_seahorse_adventures/pkg-plist Modified: head/games/barbie_seahorse_adventures/Makefile ============================================================================== --- head/games/barbie_seahorse_adventures/Makefile Fri Dec 12 10:46:42 2014 (r374577) +++ head/games/barbie_seahorse_adventures/Makefile Fri Dec 12 11:23:36 2014 (r374578) @@ -7,19 +7,19 @@ PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://www.imitationpickles.org/barbie/files/ DISTNAME= barbie-${DISTVERSION} -EXTRACT_SUFX= .tgz DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= You are a seahorse and you want to go to the moon! LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/barbie-${DISTVERSION} -USES= dos2unix python:2 +USES= dos2unix python:2 tar:tgz DOS2UNIX_GLOB= *.py NO_BUILD= yes Modified: head/games/barbie_seahorse_adventures/pkg-plist ============================================================================== --- head/games/barbie_seahorse_adventures/pkg-plist Fri Dec 12 10:46:42 2014 (r374577) +++ head/games/barbie_seahorse_adventures/pkg-plist Fri Dec 12 11:23:36 2014 (r374578) @@ -417,29 +417,3 @@ share/icons/hicolor/128x128/apps/barbie_ share/icons/hicolor/32x32/apps/barbie_seahorse_adventures.png share/icons/hicolor/64x64/apps/barbie_seahorse_adventures.png share/pixmaps/barbie_seahorse_adventures.png -@dirrm %%DATADIR%%/lib/pgu/gui -@dirrm %%DATADIR%%/lib/pgu -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/data/themes/tools -@dirrm %%DATADIR%%/data/themes/itheme/todo -@dirrm %%DATADIR%%/data/themes/itheme/extras -@dirrm %%DATADIR%%/data/themes/itheme -@dirrm %%DATADIR%%/data/themes/gray -@dirrm %%DATADIR%%/data/themes/default -@dirrm %%DATADIR%%/data/themes -@dirrm %%DATADIR%%/data/sfx -@dirrm %%DATADIR%%/data/music -@dirrm %%DATADIR%%/data/levels -@dirrm %%DATADIR%%/data/intro -@dirrm %%DATADIR%%/data/images/splayer -@dirrm %%DATADIR%%/data/images/points -@dirrm %%DATADIR%%/data/images/player -@dirrm %%DATADIR%%/data/images/platform -@dirrm %%DATADIR%%/data/images/parrot -@dirrm %%DATADIR%%/data/images/frog -@dirrm %%DATADIR%%/data/images/boss -@dirrm %%DATADIR%%/data/images -@dirrm %%DATADIR%%/data/fonts -@dirrm %%DATADIR%%/data/bkgr -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412121123.sBCBNb0v094149>