Date: Sun, 7 Dec 2014 13:36:48 +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: r374195 - head/games/gshisen Message-ID: <201412071336.sB7Dam8V002377@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Dec 7 13:36:47 2014 New Revision: 374195 URL: https://svnweb.freebsd.org/changeset/ports/374195 QAT: https://qat.redports.org/buildarchive/r374195/ Log: - Simplify MASTER_SITES - Add LICENSE - Strip binary - Drop @dirrm* from plist Modified: head/games/gshisen/Makefile head/games/gshisen/pkg-plist Modified: head/games/gshisen/Makefile ============================================================================== --- head/games/gshisen/Makefile Sun Dec 7 13:36:42 2014 (r374194) +++ head/games/gshisen/Makefile Sun Dec 7 13:36:47 2014 (r374195) @@ -5,13 +5,14 @@ PORTNAME= gshisen PORTVERSION= 1.3.0 PORTREVISION= 2 CATEGORIES= games gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gap +MASTER_SITES= SAVANNAH/gap DISTNAME= GShisen-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shisen-sho puzzle game for GNUstep +LICENSE= GPLv2 # or later + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes @@ -19,4 +20,7 @@ USE_GNUSTEP_INSTALL= yes MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen + .include <bsd.port.mk> Modified: head/games/gshisen/pkg-plist ============================================================================== --- head/games/gshisen/pkg-plist Sun Dec 7 13:36:42 2014 (r374194) +++ head/games/gshisen/pkg-plist Sun Dec 7 13:36:47 2014 (r374195) @@ -81,6 +81,3 @@ GNUstep/System/Applications/GShisen.app/ GNUstep/System/Applications/GShisen.app/Resources/x.tiff GNUstep/System/Applications/GShisen.app/stamp.make GNUstep/System/Tools/GShisen -@dirrm GNUstep/System/Applications/GShisen.app/Resources/GShisen.gorm -@dirrm GNUstep/System/Applications/GShisen.app/Resources -@dirrm GNUstep/System/Applications/GShisen.app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412071336.sB7Dam8V002377>