Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2015 02:21:53 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398197 - head/textproc/pecl-ctemplate
Message-ID:  <201509300221.t8U2LrTJ012665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509300221.t8U2LrTJ012665>