From owner-svn-ports-head@freebsd.org Sat Oct 31 00:23:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E0EAA22C31; Sat, 31 Oct 2015 00:23:57 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E9C301312; Sat, 31 Oct 2015 00:23:56 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9V0NtvZ022800; Sat, 31 Oct 2015 00:23:55 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9V0Nt65022798; Sat, 31 Oct 2015 00:23:55 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510310023.t9V0Nt65022798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 31 Oct 2015 00:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400563 - head/www/pear-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 00:23:57 -0000 Author: junovitch Date: Sat Oct 31 00:23:55 2015 New Revision: 400563 URL: https://svnweb.freebsd.org/changeset/ports/400563 Log: www/pear-twig: update 1.22.3 -> 1.23.0 Changes: * 1.23.0 (2015-10-29) * deprecated the possibility to override an extension by registering another one with the same name * deprecated Twig_ExtensionInterface::getGlobals() (added Twig_Extension_GlobalsInterface for BC) * deprecated Twig_ExtensionInterface::initRuntime() (added Twig_Extension_InitRuntimeInterface for BC) * deprecated Twig_Environment::computeAlternatives() PR: 204149 Submitted by: Torsten Zuhlsdorff (maintainer) Modified: head/www/pear-twig/Makefile head/www/pear-twig/distinfo Modified: head/www/pear-twig/Makefile ============================================================================== --- head/www/pear-twig/Makefile Sat Oct 31 00:23:22 2015 (r400562) +++ head/www/pear-twig/Makefile Sat Oct 31 00:23:55 2015 (r400563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twig -PORTVERSION= 1.22.3 +PORTVERSION= 1.23.0 CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} Modified: head/www/pear-twig/distinfo ============================================================================== --- head/www/pear-twig/distinfo Sat Oct 31 00:23:22 2015 (r400562) +++ head/www/pear-twig/distinfo Sat Oct 31 00:23:55 2015 (r400563) @@ -1,2 +1,2 @@ -SHA256 (PEAR/Twig-1.22.3.tgz) = 9617b8c9995f93e8c22e07cefcf6754c671c5638d4cdbe5bf80464103aabcaeb -SIZE (PEAR/Twig-1.22.3.tgz) = 98082 +SHA256 (PEAR/Twig-1.23.0.tgz) = 330939d86b7c704035ec60443abb7129ea6d9e880a395fcd4b3dfca21f77e8bf +SIZE (PEAR/Twig-1.23.0.tgz) = 98580