svn commit: r355036 - head/www/pecl-twig

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 24 14:12:44 UTC 2014


Author: sunpoet
Date: Sat May 24 14:12:43 2014
New Revision: 355036
URL: http://svnweb.freebsd.org/changeset/ports/355036
QAT: https://qat.redports.org/buildarchive/r355036/

Log:
  - Update to 1.15.1
  - While I'm here:
    - Update LICENSE
    - Use USES=tar:tgz
  
  Changes:	http://blog.twig.sensiolabs.org/post/76516378862/twig-1-15-1-released
  PR:		ports/190123
  Submitted by:	Joe Horn <joehorn at gmail.com> (maintainer)

Modified:
  head/www/pecl-twig/Makefile
  head/www/pecl-twig/distinfo

Modified: head/www/pecl-twig/Makefile
==============================================================================
--- head/www/pecl-twig/Makefile	Sat May 24 14:12:37 2014	(r355035)
+++ head/www/pecl-twig/Makefile	Sat May 24 14:12:43 2014	(r355036)
@@ -2,20 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	twig
-PORTVERSION=	1.15.0
+PORTVERSION=	1.15.1
 CATEGORIES=	www
 MASTER_SITES=	http://pear.twig-project.org/get/
 PKGNAMEPREFIX=	pecl-
 DISTNAME=	CTwig-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	joehorn at gmail.com
 COMMENT=	Twig C extension to improve performance of the Twig template language
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USE_PHP=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
+USES=		tar:tgz
 
 .include <bsd.port.mk>

Modified: head/www/pecl-twig/distinfo
==============================================================================
--- head/www/pecl-twig/distinfo	Sat May 24 14:12:37 2014	(r355035)
+++ head/www/pecl-twig/distinfo	Sat May 24 14:12:43 2014	(r355036)
@@ -1,2 +1,2 @@
-SHA256 (CTwig-1.15.0.tgz) = dda8f01c24c2d2ed51916668f7bc66782a7aac211a3752a80b35159bda85dfd4
-SIZE (CTwig-1.15.0.tgz) = 8835
+SHA256 (CTwig-1.15.1.tgz) = 9f6d828aa058d4919ef71648a540f12275d9fc5bef6bbb9af81d6dc4a629a005
+SIZE (CTwig-1.15.1.tgz) = 8901


More information about the svn-ports-all mailing list