Index: head/devel/gnatpython/Makefile =================================================================== --- head/devel/gnatpython/Makefile (revision 449480) +++ head/devel/gnatpython/Makefile (revision 449481) @@ -1,20 +1,19 @@ # Created by: John Marino # $FreeBSD$ PORTNAME= gnatpython PORTVERSION= ${SNAPSHOT} CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ MAINTAINER= ports@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 Index: head/devel/gnatpython/files/patch-setup__helpers.py =================================================================== --- head/devel/gnatpython/files/patch-setup__helpers.py (revision 449480) +++ head/devel/gnatpython/files/patch-setup__helpers.py (revision 449481) @@ -1,11 +1,11 @@ ---- 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' % (root_dir, root_dir)) else: - os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % + os.system('cc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % (root_dir, root_dir)) # Update the scripts list Index: head/devel/gnatpython/pkg-descr =================================================================== --- head/devel/gnatpython/pkg-descr (revision 449480) +++ head/devel/gnatpython/pkg-descr (revision 449481) @@ -1,5 +1,5 @@ GNATPython is a python package to ease development of testsuites and/or 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