Date: Fri, 31 Oct 2014 19:57:31 +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: r371923 - head/games/lapispuzzle Message-ID: <201410311957.s9VJvVI8026349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Oct 31 19:57:30 2014 New Revision: 371923 URL: https://svnweb.freebsd.org/changeset/ports/371923 QAT: https://qat.redports.org/buildarchive/r371923/ Log: - Simplify MASTER_SITES - Clarify LICENSE - Add LICENSE_FILE - Drop @dirrm* from plist Modified: head/games/lapispuzzle/Makefile head/games/lapispuzzle/pkg-plist Modified: head/games/lapispuzzle/Makefile ============================================================================== --- head/games/lapispuzzle/Makefile Fri Oct 31 19:56:40 2014 (r371922) +++ head/games/lapispuzzle/Makefile Fri Oct 31 19:57:30 2014 (r371923) @@ -5,14 +5,14 @@ PORTNAME= lapispuzzle PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= games gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gap +MASTER_SITES= SAVANNAH/gap DISTNAME= LapisPuzzle-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tetris-like game for GNUstep -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes Modified: head/games/lapispuzzle/pkg-plist ============================================================================== --- head/games/lapispuzzle/pkg-plist Fri Oct 31 19:56:40 2014 (r371922) +++ head/games/lapispuzzle/pkg-plist Fri Oct 31 19:57:30 2014 (r371923) @@ -7,6 +7,3 @@ GNUstep/Local/Applications/LapisPuzzle.a GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzleInfo.plist GNUstep/Local/Applications/LapisPuzzle.app/stamp.make GNUstep/Local/Tools/LapisPuzzle -@dirrm GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.gorm -@dirrm GNUstep/Local/Applications/LapisPuzzle.app/Resources -@dirrm GNUstep/Local/Applications/LapisPuzzle.app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410311957.s9VJvVI8026349>