From owner-svn-ports-head@freebsd.org Tue Aug 16 19:32:58 2016 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 BF071BBCC8A; Tue, 16 Aug 2016 19:32:58 +0000 (UTC) (envelope-from pawel@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 91D421E1F; Tue, 16 Aug 2016 19:32:58 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7GJWv0v038173; Tue, 16 Aug 2016 19:32:57 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7GJWvOe038171; Tue, 16 Aug 2016 19:32:57 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608161932.u7GJWvOe038171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 16 Aug 2016 19:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420299 - head/www/phpmustache 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.22 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: Tue, 16 Aug 2016 19:32:58 -0000 Author: pawel Date: Tue Aug 16 19:32:57 2016 New Revision: 420299 URL: https://svnweb.freebsd.org/changeset/ports/420299 Log: - Update to version 2.11.1 [1] - Use COPYTREE_SHARE for EXAMPLES installation PR: 211857 [1] Submitted by: Jochen Neumeister [1] Modified: head/www/phpmustache/Makefile head/www/phpmustache/distinfo Modified: head/www/phpmustache/Makefile ============================================================================== --- head/www/phpmustache/Makefile Tue Aug 16 19:17:44 2016 (r420298) +++ head/www/phpmustache/Makefile Tue Aug 16 19:32:57 2016 (r420299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmustache -PORTVERSION= 2.10.0 +PORTVERSION= 2.11.1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -32,6 +32,7 @@ do-install: do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/test/fixtures/examples/* ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/test/fixtures/examples && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/www/phpmustache/distinfo ============================================================================== --- head/www/phpmustache/distinfo Tue Aug 16 19:17:44 2016 (r420298) +++ head/www/phpmustache/distinfo Tue Aug 16 19:32:57 2016 (r420299) @@ -1,2 +1,3 @@ -SHA256 (bobthecow-mustache.php-v2.10.0_GH0.tar.gz) = a136cdccf0e7c370465dfbc9ac10453f4b06402959c2d1313f971b8a9b8459a2 -SIZE (bobthecow-mustache.php-v2.10.0_GH0.tar.gz) = 56022 +TIMESTAMP = 1471195178 +SHA256 (bobthecow-mustache.php-v2.11.1_GH0.tar.gz) = c974607d3504b5e631213b8bc34af1d93ece289422a2b568a17d3527f22312e2 +SIZE (bobthecow-mustache.php-v2.11.1_GH0.tar.gz) = 56571