Bug 190123 - [MAINTAINER] www/pecl-twig: update to 1.15.1
Summary: [MAINTAINER] www/pecl-twig: update to 1.15.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-22 21:40 UTC by joehorn
Modified: 2014-05-24 17:04 UTC (History)
0 users

See Also:


Attachments
pecl-twig-1.15.1.patch (730 bytes, patch)
2014-05-22 21:40 UTC, joehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2014-05-22 21:40:01 UTC
- Update to 1.15.1

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-22 21:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 15:12:48 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-24 17:04:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!