diff options
author | antoine <antoine@FreeBSD.org> | 2013-11-17 16:26:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-11-17 16:26:25 +0800 |
commit | ea712a0568efebcf351a16cb3a7ea6fd0260209a (patch) | |
tree | c6a9f2d12229ba31256b93d3e593d32ca6038e9c /devel | |
parent | 67727cdf4d22976d6e42298bc1d5218d502eb9b1 (diff) | |
download | freebsd-ports-gnome-ea712a0568efebcf351a16cb3a7ea6fd0260209a.tar.gz freebsd-ports-gnome-ea712a0568efebcf351a16cb3a7ea6fd0260209a.tar.zst freebsd-ports-gnome-ea712a0568efebcf351a16cb3a7ea6fd0260209a.zip |
- Update to 0.12.0
- Add LICENSE
- Stage support
PR: ports/182531
Submitted by: Gasol Wu
Approved by: maintainer timeout (1.5 month)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-vld/Makefile | 5 | ||||
-rw-r--r-- | devel/pecl-vld/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/pecl-vld/Makefile b/devel/pecl-vld/Makefile index 69b17903aac5..ee92ac1b9604 100644 --- a/devel/pecl-vld/Makefile +++ b/devel/pecl-vld/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vld -PORTVERSION= 0.11.2 +PORTVERSION= 0.12.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,10 +12,11 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= Dump the internal representation of PHP scripts +LICENSE= BSD + USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-vld -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/pecl-vld/distinfo b/devel/pecl-vld/distinfo index 92eb81de20eb..683931095d0a 100644 --- a/devel/pecl-vld/distinfo +++ b/devel/pecl-vld/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/vld-0.11.2.tgz) = d6d2b2cd1789ff7abf70df344d4c077b1d88913ed319ab017368a3967b8a8d2f -SIZE (PECL/vld-0.11.2.tgz) = 16403 +SHA256 (PECL/vld-0.12.0.tgz) = 841edd488c8bde87ebb828258c352b9eb242f7ded322a337bdff8c44a2680d38 +SIZE (PECL/vld-0.12.0.tgz) = 16587 |