svn commit: r449481 - in head/devel/gnatpython: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Sep 9 09:01:51 UTC 2017
Author: amdmi3
Date: Sat Sep 9 09:01:49 2017
New Revision: 449481
URL: https://svnweb.freebsd.org/changeset/ports/449481
Log:
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
- Regenerate patch
Modified:
head/devel/gnatpython/Makefile
head/devel/gnatpython/files/patch-setup__helpers.py
head/devel/gnatpython/pkg-descr
Modified: head/devel/gnatpython/Makefile
==============================================================================
--- head/devel/gnatpython/Makefile Sat Sep 9 09:01:45 2017 (r449480)
+++ head/devel/gnatpython/Makefile Sat Sep 9 09:01:49 2017 (r449481)
@@ -9,12 +9,11 @@ MASTER_SITES= http://downloads.dragonlace.net/src/
MAINTAINER= ports at FreeBSD.org
COMMENT= Python package used in Ada testsuites
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING3
SNAPSHOT= 20140224
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
-
-NO_LICENSES_INSTALL= yes
.include <bsd.port.mk>
Modified: head/devel/gnatpython/files/patch-setup__helpers.py
==============================================================================
--- head/devel/gnatpython/files/patch-setup__helpers.py Sat Sep 9 09:01:45 2017 (r449480)
+++ head/devel/gnatpython/files/patch-setup__helpers.py Sat Sep 9 09:01:49 2017 (r449481)
@@ -1,4 +1,4 @@
---- setup_helpers.py.orig 2014-02-14 10:41:26.000000000 +0000
+--- setup_helpers.py.orig 2015-06-21 09:00:45 UTC
+++ setup_helpers.py
@@ -28,7 +28,7 @@ def build_scripts_gnatpython(root_dir=''
os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit-NT.c' %
Modified: head/devel/gnatpython/pkg-descr
==============================================================================
--- head/devel/gnatpython/pkg-descr Sat Sep 9 09:01:45 2017 (r449480)
+++ head/devel/gnatpython/pkg-descr Sat Sep 9 09:01:49 2017 (r449481)
@@ -2,4 +2,4 @@ GNATPython is a python package to ease development of
build scripts in a portable way. It is an extension to Ada which exports
GNAT.Expect.TTY and requires the GNAT AUX compiler.
-WWW: http://forge.open-do.org/projects/gnatpython
+WWW: https://forge.open-do.org/projects/gnatpython
More information about the svn-ports-all
mailing list