svn commit: r398197 - head/textproc/pecl-ctemplate

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 30 02:21:54 UTC 2015


Author: vanilla
Date: Wed Sep 30 02:21:52 2015
New Revision: 398197
URL: https://svnweb.freebsd.org/changeset/ports/398197

Log:
  Upgrade to 1.12, and move to GITHUB.

Modified:
  head/textproc/pecl-ctemplate/Makefile
  head/textproc/pecl-ctemplate/distinfo

Modified: head/textproc/pecl-ctemplate/Makefile
==============================================================================
--- head/textproc/pecl-ctemplate/Makefile	Wed Sep 30 02:21:05 2015	(r398196)
+++ head/textproc/pecl-ctemplate/Makefile	Wed Sep 30 02:21:52 2015	(r398197)
@@ -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 at 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}

Modified: head/textproc/pecl-ctemplate/distinfo
==============================================================================
--- head/textproc/pecl-ctemplate/distinfo	Wed Sep 30 02:21:05 2015	(r398196)
+++ head/textproc/pecl-ctemplate/distinfo	Wed Sep 30 02:21:52 2015	(r398197)
@@ -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


More information about the svn-ports-all mailing list