aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-20 06:06:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-20 06:06:46 +0000
commit95c7274da4038738590849d3fc049be67f4afe15 (patch)
treec75a6707aa857baebeb2fec2689fa00851dd1682 /devel
parent2ebbc9b6d9493f1180c9c286e9a5586ccc50cc70 (diff)
downloadports-95c7274da4038738590849d3fc049be67f4afe15.tar.gz
ports-95c7274da4038738590849d3fc049be67f4afe15.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/py-statgrab/Makefile1
-rw-r--r--devel/py-statgrab/files/patch-_statgrab.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-statgrab/Makefile b/devel/py-statgrab/Makefile
index abbbc680a7aa..65000f84bf18 100644
--- a/devel/py-statgrab/Makefile
+++ b/devel/py-statgrab/Makefile
@@ -7,6 +7,7 @@
PORTNAME= statgrab
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
diff --git a/devel/py-statgrab/files/patch-_statgrab.c b/devel/py-statgrab/files/patch-_statgrab.c
new file mode 100644
index 000000000000..ed64ea3b38b8
--- /dev/null
+++ b/devel/py-statgrab/files/patch-_statgrab.c
@@ -0,0 +1,10 @@
+--- _statgrab.c.bak Wed May 19 23:11:40 2004
++++ _statgrab.c Wed May 19 23:11:49 2004
+@@ -2,6 +2,7 @@
+
+ #include "Python.h"
+ #include "structmember.h"
++#define SG_ENABLE_DEPRECATED
+ #include "statgrab.h"
+
+