svn commit: r374194 - head/games/gmastermind

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 7 13:36:43 UTC 2014


Author: amdmi3
Date: Sun Dec  7 13:36:42 2014
New Revision: 374194
URL: https://svnweb.freebsd.org/changeset/ports/374194
QAT: https://qat.redports.org/buildarchive/r374194/

Log:
  - Fix COMMENT
  - Simplify MASTER_SITES
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip binary
  - Drop @dirrm* from plist

Modified:
  head/games/gmastermind/Makefile
  head/games/gmastermind/pkg-plist

Modified: head/games/gmastermind/Makefile
==============================================================================
--- head/games/gmastermind/Makefile	Sun Dec  7 13:36:36 2014	(r374193)
+++ head/games/gmastermind/Makefile	Sun Dec  7 13:36:42 2014	(r374194)
@@ -4,18 +4,21 @@ PORTNAME=	gmastermind
 PORTVERSION=	0.6
 PORTREVISION=	2
 CATEGORIES=	games gnustep
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	gap
+MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GMastermind-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	The well-known mastermind game
+COMMENT=	Well-known mastermind game
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GMastermind.app/GMastermind
+
 .include <bsd.port.mk>

Modified: head/games/gmastermind/pkg-plist
==============================================================================
--- head/games/gmastermind/pkg-plist	Sun Dec  7 13:36:36 2014	(r374193)
+++ head/games/gmastermind/pkg-plist	Sun Dec  7 13:36:42 2014	(r374194)
@@ -5,6 +5,3 @@ GNUstep/Local/Applications/GMastermind.a
 GNUstep/Local/Applications/GMastermind.app/Resources/Info-gnustep.plist
 GNUstep/Local/Applications/GMastermind.app/stamp.make
 GNUstep/Local/Tools/GMastermind
- at dirrm GNUstep/Local/Applications/GMastermind.app/Resources/French.lproj
- at dirrm GNUstep/Local/Applications/GMastermind.app/Resources
- at dirrm GNUstep/Local/Applications/GMastermind.app


More information about the svn-ports-head mailing list