Date: Mon, 16 Dec 2013 09:43:55 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336616 - head/games/pyspacewar Message-ID: <201312160943.rBG9ht6h062739@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Mon Dec 16 09:43:55 2013 New Revision: 336616 URL: http://svnweb.freebsd.org/changeset/ports/336616 Log: - Bump PORTREVISION - Use PYDISTUTILS_AUTOPLIST=yes and PLIST_FILES instead of pkg-plist Approved by: pawel / wg (mentors, implicit) Deleted: head/games/pyspacewar/pkg-plist Modified: head/games/pyspacewar/Makefile Modified: head/games/pyspacewar/Makefile ============================================================================== --- head/games/pyspacewar/Makefile Mon Dec 16 08:04:39 2013 (r336615) +++ head/games/pyspacewar/Makefile Mon Dec 16 09:43:55 2013 (r336616) @@ -3,7 +3,7 @@ PORTNAME= pyspacewar PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= http://mg.pov.lt/${PORTNAME}/\ LOCAL/beech @@ -18,6 +18,13 @@ RUN_DEPENDS= ${PYGAME} USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +PLIST_FILES= share/icons/hicolor/16x16/apps/pyspacewar.png \ + share/icons/hicolor/22x22/apps/pyspacewar.png \ + share/icons/hicolor/32x32/apps/pyspacewar.png \ + share/icons/hicolor/48x48/apps/pyspacewar.png \ + share/pixmaps/${PORTNAME}.png PORTDOCS= NEWS.txt README.txt TODO.txt performance-notes.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312160943.rBG9ht6h062739>