Upgrade to 1.0, it's php5 only extension now.
This commit is contained in:
parent
51738c99f6
commit
ed3ff58736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194151
2 changed files with 6 additions and 4 deletions
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue