diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-06-24 13:36:02 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-06-24 13:36:02 +0800 |
commit | ccc82bd8f9e7e0fd9c9a96db6d4019ab0cf0f469 (patch) | |
tree | 47213494cb99f2566359e89586288fb8558cde7d /textproc/pecl-ctemplate | |
parent | 028bc73612b9ef3a5a75ef08dc69e85489e565cd (diff) | |
download | freebsd-ports-gnome-ccc82bd8f9e7e0fd9c9a96db6d4019ab0cf0f469.tar.gz freebsd-ports-gnome-ccc82bd8f9e7e0fd9c9a96db6d4019ab0cf0f469.tar.zst freebsd-ports-gnome-ccc82bd8f9e7e0fd9c9a96db6d4019ab0cf0f469.zip |
Upgrade to 1.0, it's php5 only extension now.
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 4 | ||||
-rw-r--r-- | textproc/pecl-ctemplate/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index 0ac6c2f81eab..8d5df216c03b 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cTemplate -PORTVERSION= 0.8 +PORTVERSION= 1.0 CATEGORIES= textproc pear MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vanilla @@ -18,9 +18,11 @@ COMMENT= A PECL extension for google ctemplate library LIB_DEPENDS= ctemplate.0:${PORTSDIR}/textproc/google-ctemplate +USE_BZIP2= yes USE_GCC= 3.2+ USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER= 5 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}" diff --git a/textproc/pecl-ctemplate/distinfo b/textproc/pecl-ctemplate/distinfo index e856aa431c61..c8e4b7dcbb8b 100644 --- a/textproc/pecl-ctemplate/distinfo +++ b/textproc/pecl-ctemplate/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/cTemplate-0.8.tar.gz) = 1601e52fea36314bb522e7e62e787617 -SHA256 (PECL/cTemplate-0.8.tar.gz) = 956b0babd9fba1146db1bce6692b57faf0299fb6a00f4dbb89d12a135547d1c6 -SIZE (PECL/cTemplate-0.8.tar.gz) = 349163 +MD5 (PECL/cTemplate-1.0.tar.bz2) = db90b93007b1516a4f5bab619c6bc9b3 +SHA256 (PECL/cTemplate-1.0.tar.bz2) = de301dc90a217cfc8df3379ac2b857a9c88450ba2fa046f766c6251db80c8fb9 +SIZE (PECL/cTemplate-1.0.tar.bz2) = 9043 |