diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 23:09:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 23:09:28 +0000 |
commit | 678a91d46d29a68aa396229f4ad3948e7bf6aa14 (patch) | |
tree | 2b591cadee777f032217f970d2a6a79293e671c6 /devel/py-statgrab | |
parent | f2e5938a5cb868a1eb715a56956c294dd1fd9114 (diff) |
- Update to 0.2
PR: ports/67417
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=110567
Diffstat (limited to 'devel/py-statgrab')
-rw-r--r-- | devel/py-statgrab/Makefile | 3 | ||||
-rw-r--r-- | devel/py-statgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/py-statgrab/files/patch-_statgrab.c | 10 | ||||
-rw-r--r-- | devel/py-statgrab/pkg-descr | 2 |
4 files changed, 4 insertions, 15 deletions
diff --git a/devel/py-statgrab/Makefile b/devel/py-statgrab/Makefile index 65000f84bf18..0486570278e8 100644 --- a/devel/py-statgrab/Makefile +++ b/devel/py-statgrab/Makefile @@ -6,8 +6,7 @@ # PORTNAME= statgrab -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2 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/distinfo b/devel/py-statgrab/distinfo index 9502e63d2e00..556dd2e9222c 100644 --- a/devel/py-statgrab/distinfo +++ b/devel/py-statgrab/distinfo @@ -1,2 +1,2 @@ -MD5 (i-scream/pystatgrab-0.1.tar.gz) = 47a1711745111a49bd59ec03332e0ff8 -SIZE (i-scream/pystatgrab-0.1.tar.gz) = 20668 +MD5 (i-scream/pystatgrab-0.2.tar.gz) = 4004d4fee5fdcd02c3cf6a291f7be9c1 +SIZE (i-scream/pystatgrab-0.2.tar.gz) = 24148 diff --git a/devel/py-statgrab/files/patch-_statgrab.c b/devel/py-statgrab/files/patch-_statgrab.c deleted file mode 100644 index ed64ea3b38b8..000000000000 --- a/devel/py-statgrab/files/patch-_statgrab.c +++ /dev/null @@ -1,10 +0,0 @@ ---- _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" - - diff --git a/devel/py-statgrab/pkg-descr b/devel/py-statgrab/pkg-descr index 518b53eee8b2..876498090de3 100644 --- a/devel/py-statgrab/pkg-descr +++ b/devel/py-statgrab/pkg-descr @@ -1,3 +1,3 @@ pystatgrab contains a set of python bindings for the libstatgrab library. -WWW: http://www.i-scream.org/libstatgrab/ +WWW: http://www.i-scream.org/pystatgrab/ |