From owner-svn-ports-head@FreeBSD.ORG Fri Oct 31 19:57:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4E66352; Fri, 31 Oct 2014 19:57:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0C7193A; Fri, 31 Oct 2014 19:57:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VJvVda026351; Fri, 31 Oct 2014 19:57:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VJvVI8026349; Fri, 31 Oct 2014 19:57:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410311957.s9VJvVI8026349@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 31 Oct 2014 19:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371923 - head/games/lapispuzzle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 19:57:31 -0000 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