diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-statgrab/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-statgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/pecl-statgrab/files/patch-config.m4 | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 2478577d5b97..73f95a12edc0 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -6,7 +6,7 @@ # PORTNAME= statgrab -PORTVERSION= 0.3 +PORTVERSION= 0.4 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 0e7a21235270..52a1089dc668 100644 --- a/devel/pecl-statgrab/distinfo +++ b/devel/pecl-statgrab/distinfo @@ -1,2 +1,2 @@ -MD5 (PECL/Statgrab-0.3.tgz) = c2dd8a7f74de55ef273f96fc9e271512 -SIZE (PECL/Statgrab-0.3.tgz) = 5805 +MD5 (PECL/Statgrab-0.4.tgz) = 37df73c8982d03312294e133846d23c5 +SIZE (PECL/Statgrab-0.4.tgz) = 5763 diff --git a/devel/pecl-statgrab/files/patch-config.m4 b/devel/pecl-statgrab/files/patch-config.m4 deleted file mode 100644 index 5d2dc781cc90..000000000000 --- a/devel/pecl-statgrab/files/patch-config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- config.m4.bak Mon Apr 4 20:14:03 2005 -+++ config.m4 Mon Apr 4 20:14:20 2005 -@@ -39,7 +39,7 @@ - ],[ - AC_MSG_ERROR([wrong libstatgrab version or lib not found, Statgrab version 0.10+ is required.]) - ],[ -- -L$STATGRAB_DIR/lib -lm -ldl -+ -L$STATGRAB_DIR/lib - ]) - dnl - PHP_SUBST(STATGRAB_SHARED_LIBADD) |