From owner-svn-ports-all@FreeBSD.ORG Sat May 24 14:12:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A001DD0; Sat, 24 May 2014 14:12:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E03B2F2E; Sat, 24 May 2014 14:12:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OECiYA019425; Sat, 24 May 2014 14:12:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OECidS019421; Sat, 24 May 2014 14:12:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405241412.s4OECidS019421@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 May 2014 14:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355036 - head/www/pecl-twig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 14:12:44 -0000 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 (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 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