svn commit: r374637 - head/games/gmines

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 13 06:31:56 UTC 2014


Author: amdmi3
Date: Sat Dec 13 06:31:55 2014
New Revision: 374637
URL: https://svnweb.freebsd.org/changeset/ports/374637
QAT: https://qat.redports.org/buildarchive/r374637/

Log:
  - Simplify MASTER_SITES
  - Clarify LICENSE
  - Drop @dirrm* from plist

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

Modified: head/games/gmines/Makefile
==============================================================================
--- head/games/gmines/Makefile	Sat Dec 13 06:31:40 2014	(r374636)
+++ head/games/gmines/Makefile	Sat Dec 13 06:31:55 2014	(r374637)
@@ -4,14 +4,13 @@ PORTNAME=	gmines
 PORTVERSION=	0.2
 PORTREVISION=	2
 CATEGORIES=	games gnustep
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	gap
+MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GMines-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Well-known minesweeper game for GNUstep
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes

Modified: head/games/gmines/pkg-plist
==============================================================================
--- head/games/gmines/pkg-plist	Sat Dec 13 06:31:40 2014	(r374636)
+++ head/games/gmines/pkg-plist	Sat Dec 13 06:31:55 2014	(r374637)
@@ -4,5 +4,3 @@ GNUstep/Local/Applications/GMines.app/Re
 GNUstep/Local/Applications/GMines.app/Resources/Info-gnustep.plist
 GNUstep/Local/Applications/GMines.app/stamp.make
 GNUstep/Local/Tools/GMines
- at dirrm GNUstep/Local/Applications/GMines.app/Resources
- at dirrm GNUstep/Local/Applications/GMines.app


More information about the svn-ports-head mailing list