1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- Fix LICENSE

- Add LICENSE_FILE
- Update WWW
- Regenerate patch
This commit is contained in:
Dmitry Marakasov 2017-09-09 09:01:49 +00:00
parent 08227ff80a
commit 13676c4888
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449481
3 changed files with 4 additions and 5 deletions

View File

@ -9,12 +9,11 @@ MASTER_SITES= http://downloads.dragonlace.net/src/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Python package used in Ada testsuites COMMENT= Python package used in Ada testsuites
LICENSE= GPLv3 LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING3
SNAPSHOT= 20140224 SNAPSHOT= 20140224
USES= python tar:bzip2 USES= python tar:bzip2
USE_PYTHON= distutils autoplist USE_PYTHON= distutils autoplist
NO_LICENSES_INSTALL= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -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 +++ setup_helpers.py
@@ -28,7 +28,7 @@ def build_scripts_gnatpython(root_dir='' @@ -28,7 +28,7 @@ def build_scripts_gnatpython(root_dir=''
os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit-NT.c' % os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit-NT.c' %

View File

@ -2,4 +2,4 @@ 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 build scripts in a portable way. It is an extension to Ada which exports
GNAT.Expect.TTY and requires the GNAT AUX compiler. 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