Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 15:53:38 +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: r423412 - in head/games/frogatto: . files
Message-ID:  <201610061553.u96FrcFo052442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct  6 15:53:37 2016
New Revision: 423412
URL: https://svnweb.freebsd.org/changeset/ports/423412

Log:
  - Add license (commercial distribution is forbidden)
  - Regenerate patches
  
  Approved by:	portmgr blanket
  MFH:		2016Q4 (blanket)

Modified:
  head/games/frogatto/Makefile
  head/games/frogatto/files/patch-Makefile
  head/games/frogatto/files/patch-src-filesystem.cpp

Modified: head/games/frogatto/Makefile
==============================================================================
--- head/games/frogatto/Makefile	Thu Oct  6 15:51:59 2016	(r423411)
+++ head/games/frogatto/Makefile	Thu Oct  6 15:53:37 2016	(r423412)
@@ -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: head/games/frogatto/files/patch-Makefile
==============================================================================
--- head/games/frogatto/files/patch-Makefile	Thu Oct  6 15:51:59 2016	(r423411)
+++ head/games/frogatto/files/patch-Makefile	Thu Oct  6 15:53:37 2016	(r423412)
@@ -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: head/games/frogatto/files/patch-src-filesystem.cpp
==============================================================================
--- head/games/frogatto/files/patch-src-filesystem.cpp	Thu Oct  6 15:51:59 2016	(r423411)
+++ head/games/frogatto/files/patch-src-filesystem.cpp	Thu Oct  6 15:53:37 2016	(r423412)
@@ -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;



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