Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2014 06:31:56 +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: r374637 - head/games/gmines
Message-ID:  <201412130631.sBD6Vu2m069407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm GNUstep/Local/Applications/GMines.app/Resources
-@dirrm GNUstep/Local/Applications/GMines.app



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412130631.sBD6Vu2m069407>