- Add license (commercial distribution is forbidden)

- Regenerate patches

Approved by:	portmgr blanket
MFH:		2016Q4 (blanket)
This commit is contained in:
Dmitry Marakasov 2016-10-06 15:53:37 +00:00
parent 7f8ce9410d
commit 6fbe74f8f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423412
3 changed files with 14 additions and 7 deletions

View File

@ -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

View File

@ -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.

View File

@ -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;