From owner-svn-ports-all@freebsd.org Thu Oct 6 16:06:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C15CFBE99CA; Thu, 6 Oct 2016 16:06:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 788D67C2; Thu, 6 Oct 2016 16:06:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96G6SFn056645; Thu, 6 Oct 2016 16:06:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96G6S2Q056642; Thu, 6 Oct 2016 16:06:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610061606.u96G6S2Q056642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 6 Oct 2016 16:06:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423415 - in branches/2016Q4/games/frogatto: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 16:06:29 -0000 Author: amdmi3 Date: Thu Oct 6 16:06:28 2016 New Revision: 423415 URL: https://svnweb.freebsd.org/changeset/ports/423415 Log: MFH: r423412 - Add license (commercial distribution is forbidden) - Regenerate patches Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/games/frogatto/Makefile branches/2016Q4/games/frogatto/files/patch-Makefile branches/2016Q4/games/frogatto/files/patch-src-filesystem.cpp Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/games/frogatto/Makefile ============================================================================== --- branches/2016Q4/games/frogatto/Makefile Thu Oct 6 16:05:47 2016 (r423414) +++ branches/2016Q4/games/frogatto/Makefile Thu Oct 6 16:06:28 2016 (r423415) @@ -3,12 +3,19 @@ PORTNAME= frogatto PORTVERSION= 1.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= fiziologus@gmail.com COMMENT= Old-school 2D classic adventure platformer game +LICENSE= FROGATTO GPLv3 +LICENSE_COMB= multi +LICENSE_NAME_FROGATTO= Frogatto license +LICENSE_FILE_FROGATTO= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv3= ${WRKSRC}/src/LICENSE +LICENSE_PERMS_FROGATTO= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png Modified: branches/2016Q4/games/frogatto/files/patch-Makefile ============================================================================== --- branches/2016Q4/games/frogatto/files/patch-Makefile Thu Oct 6 16:05:47 2016 (r423414) +++ branches/2016Q4/games/frogatto/files/patch-Makefile Thu Oct 6 16:06:28 2016 (r423415) @@ -1,4 +1,4 @@ ---- Makefile.orig +--- Makefile.orig 2012-12-08 22:36:13 UTC +++ Makefile @@ -22,7 +22,7 @@ # found in PATH), this option has no effect. Modified: branches/2016Q4/games/frogatto/files/patch-src-filesystem.cpp ============================================================================== --- branches/2016Q4/games/frogatto/files/patch-src-filesystem.cpp Thu Oct 6 16:05:47 2016 (r423414) +++ branches/2016Q4/games/frogatto/files/patch-src-filesystem.cpp Thu Oct 6 16:06:28 2016 (r423415) @@ -1,8 +1,8 @@ ---- src/filesystem.cpp.orig +--- src/filesystem.cpp.orig 2012-12-08 22:36:13 UTC +++ src/filesystem.cpp -@@ -299,8 +299,14 @@ - FILE_NAME_MODE mode) - { +@@ -405,8 +405,14 @@ void get_files_in_dir(const std::string& + } + #else struct stat st; + std::string dirname; @@ -16,7 +16,7 @@ if(dir == NULL) { return; -@@ -331,14 +337,14 @@ +@@ -437,14 +443,14 @@ void get_files_in_dir(const std::string& #endif /* !APPLE */ std::string fullname;