aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-10-07 20:25:29 +0800
committerculot <culot@FreeBSD.org>2011-10-07 20:25:29 +0800
commit22747ace53b877e5a0e548c808c25bc5e978c711 (patch)
treed83f41ec0ea4678d04ef87cb7b8e32f7c17d4806
parent3dbf16da70ffd92476971e009dbf47ca38284896 (diff)
downloadfreebsd-ports-gnome-22747ace53b877e5a0e548c808c25bc5e978c711.tar.gz
freebsd-ports-gnome-22747ace53b877e5a0e548c808c25bc5e978c711.tar.zst
freebsd-ports-gnome-22747ace53b877e5a0e548c808c25bc5e978c711.zip
- Update to svn rev. 54 (20110912)
PR: ports/161361 Submitted by: John Marino <draco@marino.st> (maintainer)
-rw-r--r--devel/gnatpython/Makefile4
-rw-r--r--devel/gnatpython/distinfo4
-rw-r--r--devel/gnatpython/files/patch-src__mod_term__terminals.c12
3 files changed, 16 insertions, 4 deletions
diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile
index 9603b7097522..30e49258a780 100644
--- a/devel/gnatpython/Makefile
+++ b/devel/gnatpython/Makefile
@@ -14,11 +14,11 @@ MASTER_SITES= http://downloads.dragonlace.net/src/ \
MAINTAINER= draco@marino.st
COMMENT= Python package used in Ada testsuites
-SNAPSHOT= 20101207
+SNAPSHOT= 20110912
USE_BZIP2= yes
USE_PYTHON= 2.6+
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGVERSION= 1.1
+PYDISTUTILS_PKGVERSION= 1.2
.include <bsd.port.mk>
diff --git a/devel/gnatpython/distinfo b/devel/gnatpython/distinfo
index 71d0e7a713dc..a32b779247cf 100644
--- a/devel/gnatpython/distinfo
+++ b/devel/gnatpython/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnatpython-20101207.tar.bz2) = 7bf3ada2df1f4a6a913ce120c0bb35460adfb126c9890d73069ef848ff814ce1
-SIZE (gnatpython-20101207.tar.bz2) = 84745
+SHA256 (gnatpython-20110912.tar.bz2) = a78675b75ae15acc88a105b723ee4e103031d251da2daf369d7d44e9b3bf3caf
+SIZE (gnatpython-20110912.tar.bz2) = 72392
diff --git a/devel/gnatpython/files/patch-src__mod_term__terminals.c b/devel/gnatpython/files/patch-src__mod_term__terminals.c
new file mode 100644
index 000000000000..93e15b888360
--- /dev/null
+++ b/devel/gnatpython/files/patch-src__mod_term__terminals.c
@@ -0,0 +1,12 @@
+--- src/mod_term/terminals.c.orig 2011-10-06 14:07:55.000000000 +0200
++++ src/mod_term/terminals.c 2011-10-06 16:21:40.000000000 +0200
+@@ -263,7 +263,9 @@
+ #ifndef NLDLY
+ #define NLDLY 0
+ #define CRDLY 0
++#ifndef TABDLY
+ #define TABDLY 0
++#endif
+ #define BSDLY 0
+ #define VTDLY 0
+ #define FFDLY 0