Upgrade to 1.12, and move to GITHUB.
This commit is contained in:
parent
8ece8ae51e
commit
aac990e2fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398197
2 changed files with 9 additions and 8 deletions
|
@ -2,22 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cTemplate
|
||||
PORTVERSION= 1.11
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 1.12
|
||||
CATEGORIES= textproc pear
|
||||
MASTER_SITES= LOCAL/vanilla
|
||||
DISTVERSIONPREFIX= v
|
||||
PKGNAMEPREFIX= pecl-
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= PECL extension for Google ctemplate library
|
||||
COMMENT= PECL extension for ctemplate library
|
||||
|
||||
LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/google-ctemplate
|
||||
LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/ctemplate
|
||||
|
||||
USES= tar:xz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER= 5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vanillahsu
|
||||
GH_PROJECT= pecl-ctemplate
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PECL/cTemplate-1.11.tar.xz) = 79f116802af2259b7983914d4102ef072e8d96cfb94cd9bfe1dc25d4cb8dedc3
|
||||
SIZE (PECL/cTemplate-1.11.tar.xz) = 11444
|
||||
SHA256 (PECL/vanillahsu-pecl-ctemplate-v1.12_GH0.tar.xz) = c45734fc50aa14dd4028e3ef4fb148a313782d8db97706db5571d9c13ed271f3
|
||||
SIZE (PECL/vanillahsu-pecl-ctemplate-v1.12_GH0.tar.xz) = 26888
|
||||
|
|
Loading…
Reference in a new issue