svn commit: r423415 - in branches/2016Q4/games/frogatto: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 6 16:06:29 UTC 2016
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 at 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;
More information about the svn-ports-all
mailing list