diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-12-16 12:42:31 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-12-16 12:42:31 +0800 |
commit | d68a04494c1f2b9cf57cfa246f8800113a82bb6e (patch) | |
tree | 3d613da9f1fa66b42efbf36ca8da81a9022cfdb9 /devel/pecl-vld | |
parent | 5931278ed7dcd10f60b20a1af090f1b2ac5d1afb (diff) | |
download | freebsd-ports-gnome-d68a04494c1f2b9cf57cfa246f8800113a82bb6e.tar.gz freebsd-ports-gnome-d68a04494c1f2b9cf57cfa246f8800113a82bb6e.tar.zst freebsd-ports-gnome-d68a04494c1f2b9cf57cfa246f8800113a82bb6e.zip |
- Update to 0.9.0
Diffstat (limited to 'devel/pecl-vld')
-rw-r--r-- | devel/pecl-vld/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-vld/distinfo | 6 | ||||
-rw-r--r-- | devel/pecl-vld/files/patch-srm_oparray.c | 20 |
3 files changed, 4 insertions, 24 deletions
diff --git a/devel/pecl-vld/Makefile b/devel/pecl-vld/Makefile index 00a1818cd548..938fda428cf5 100644 --- a/devel/pecl-vld/Makefile +++ b/devel/pecl-vld/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vld -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/devel/pecl-vld/distinfo b/devel/pecl-vld/distinfo index 05e79f6699c9..a9404cf764a1 100644 --- a/devel/pecl-vld/distinfo +++ b/devel/pecl-vld/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/vld-0.8.0.tgz) = 00351344ed03a6eea6219e1db25aa660 -SHA256 (PECL/vld-0.8.0.tgz) = 0bf913e6cfd676de47704b22574711783909cef2318776db006f991f2246593a -SIZE (PECL/vld-0.8.0.tgz) = 8796 +MD5 (PECL/vld-0.9.0.tgz) = 898f93adedca13c67287fa737c184b6c +SHA256 (PECL/vld-0.9.0.tgz) = 447a0c6c849110321c8aabd6c25b851f62697fc8783889a686f21594c37099e0 +SIZE (PECL/vld-0.9.0.tgz) = 12964 diff --git a/devel/pecl-vld/files/patch-srm_oparray.c b/devel/pecl-vld/files/patch-srm_oparray.c deleted file mode 100644 index 42136c2254f4..000000000000 --- a/devel/pecl-vld/files/patch-srm_oparray.c +++ /dev/null @@ -1,20 +0,0 @@ ---- srm_oparray.c.orig Mon Mar 5 00:55:20 2007 -+++ srm_oparray.c Mon Mar 5 00:55:20 2007 -@@ -350,7 +350,8 @@ - op->op2.u.opline_num = (zend_uint)((zend_op*)base_address + op->op2.u.opline_num); - op->op2.op_type = VLD_IS_OPLINE; - break; -- -+/* use ZEND_JMP_NO_CTOR only when it is available (php < 5.1) */ -+#ifdef ZEND_JMP_NO_CTOR - case ZEND_JMP_NO_CTOR: - flags = OP2_USED; - if (op->op1.op_type != IS_UNUSED) { -@@ -361,6 +362,7 @@ - #endif - op->op2.op_type = VLD_IS_OPLINE; - break; -+#endif - - #ifdef ZEND_ENGINE_2 - case ZEND_FETCH_CLASS: |