From 8379e2bc2f26a9cfa957536b3757b17316edc5bd Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sun, 16 Apr 2006 18:26:27 +0000 Subject: - Update to 0.5.0 --- devel/pecl-statgrab/Makefile | 3 +-- devel/pecl-statgrab/distinfo | 6 +++--- devel/pecl-statgrab/files/patch-libstatgrab-0.12 | 12 ------------ 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 devel/pecl-statgrab/files/patch-libstatgrab-0.12 diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 244c69a2e57f..63e926950e17 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -6,8 +6,7 @@ # PORTNAME= statgrab -PORTVERSION= 0.4 -PORTREVISION= 3 +PORTVERSION= 0.5.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/devel/pecl-statgrab/distinfo b/devel/pecl-statgrab/distinfo index af6538b8d9ee..95ff9d2213ff 100644 --- a/devel/pecl-statgrab/distinfo +++ b/devel/pecl-statgrab/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/Statgrab-0.4.tgz) = 37df73c8982d03312294e133846d23c5 -SHA256 (PECL/Statgrab-0.4.tgz) = 5492a4bc5a12e096fb44d44db1e9eebac75ee8bf1c1da8c8779c8dc62ab0863d -SIZE (PECL/Statgrab-0.4.tgz) = 5763 +MD5 (PECL/Statgrab-0.5.0.tgz) = 8a37780ddf8a992b9c7c1ff94cb874ad +SHA256 (PECL/Statgrab-0.5.0.tgz) = 29e5681c8bc947dad384fe6c666909513bf223272ebaf0952786beb4e3cc24fa +SIZE (PECL/Statgrab-0.5.0.tgz) = 6087 diff --git a/devel/pecl-statgrab/files/patch-libstatgrab-0.12 b/devel/pecl-statgrab/files/patch-libstatgrab-0.12 deleted file mode 100644 index 88a705bbf3fb..000000000000 --- a/devel/pecl-statgrab/files/patch-libstatgrab-0.12 +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN Statgrab-0.4/statgrab.c Statgrab-0.4.new/statgrab.c ---- statgrab.c Tue Apr 5 16:00:34 2005 -+++ statgrab.c Sat Jul 30 12:13:18 2005 -@@ -553,7 +553,7 @@ - array_init(tmpz); - - PHP_SG_ADD_LVAL(tmpz, "speed", ifs->speed) -- PHP_SG_ADD_LVAL(tmpz, "duplex", ifs->dup) -+ PHP_SG_ADD_LVAL(tmpz, "duplex", ifs->duplex) - add_assoc_bool(tmpz, "active", ifs->up); - - add_assoc_zval(return_value, ifs->interface_name, tmpz); -- cgit v1.2.3