diff options
author | pav <pav@FreeBSD.org> | 2004-06-01 07:09:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-01 07:09:28 +0800 |
commit | 4ea27c7e855613811df597bb9ed623d641132258 (patch) | |
tree | 362b1831555fc3851a119338416c125fe4c90367 /devel | |
parent | 8a92247ea89716e25a3881e7811e4216c55d1ed7 (diff) | |
download | freebsd-ports-gnome-4ea27c7e855613811df597bb9ed623d641132258.tar.gz freebsd-ports-gnome-4ea27c7e855613811df597bb9ed623d641132258.tar.zst freebsd-ports-gnome-4ea27c7e855613811df597bb9ed623d641132258.zip |
- Update to 0.2
PR: ports/67417
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'devel')
-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/ |