aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-statgrab
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-10 13:22:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-10 13:22:55 +0000
commit2c1356276fe9df4d1c18fbb421a071b6f88eef34 (patch)
tree2792721cdf688cb586695752007185c6513c4ed0 /devel/pecl-statgrab
parent76eb70eb7f14068774cba02e12c261d3d413ca4e (diff)
downloadports-2c1356276fe9df4d1c18fbb421a071b6f88eef34.tar.gz
ports-2c1356276fe9df4d1c18fbb421a071b6f88eef34.zip
Notes
Diffstat (limited to 'devel/pecl-statgrab')
-rw-r--r--devel/pecl-statgrab/Makefile2
-rw-r--r--devel/pecl-statgrab/distinfo4
-rw-r--r--devel/pecl-statgrab/files/patch-config.m411
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)