From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 13:33:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E6ECB1B; Mon, 7 Jul 2014 13:33:19 +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 213C225EF; Mon, 7 Jul 2014 13:33:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67DXJEa086447; Mon, 7 Jul 2014 13:33:19 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67DXI4t086444; Mon, 7 Jul 2014 13:33:18 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407071333.s67DXI4t086444@svn.freebsd.org> From: William Grzybowski Date: Mon, 7 Jul 2014 13:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361085 - 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-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: Mon, 07 Jul 2014 13:33:19 -0000 Author: wg Date: Mon Jul 7 13:33:18 2014 New Revision: 361085 URL: http://svnweb.freebsd.org/changeset/ports/361085 QAT: https://qat.redports.org/buildarchive/r361085/ Log: www/phpmustache: update to 2.6.0 - Support stage PR: 190439 Submitted by: maintainer Modified: head/www/phpmustache/Makefile head/www/phpmustache/distinfo head/www/phpmustache/pkg-plist Modified: head/www/phpmustache/Makefile ============================================================================== --- head/www/phpmustache/Makefile Mon Jul 7 13:30:34 2014 (r361084) +++ head/www/phpmustache/Makefile Mon Jul 7 13:33:18 2014 (r361085) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= phpmustache -PORTVERSION= 2.4.0 +PORTVERSION= 2.6.0 CATEGORIES= www MASTER_SITES= GH -MAINTAINER= spolyack@collaborativefusion.com +MAINTAINER= steve.polyack@intermedix.com COMMENT= PHP5 code for Mustache LICENSE= MIT @@ -14,27 +14,23 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= bobthecow GH_PROJECT= mustache.php -GH_TAGNAME= v2.4.0 -GH_COMMIT= 8433da6 +GH_TAGNAME= v2.6.0 +GH_COMMIT= 152c315 USE_PHP= yes USE_PHP_BUILD= yes SUB_FILES= pkg-message -NO_STAGE= yes +OPTIONS_DEFINE= EXAMPLES + do-build: @${WRKSRC}/bin/build_bootstrap.php do-install: - @${MKDIR} ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/mustache.php ${DATADIR} -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - @${CP} -R ${WRKSRC}/test/fixtures/examples/* ${EXAMPLESDIR} -.endif - -post-install: - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/mustache.php ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/test/fixtures/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/phpmustache/distinfo ============================================================================== --- head/www/phpmustache/distinfo Mon Jul 7 13:30:34 2014 (r361084) +++ head/www/phpmustache/distinfo Mon Jul 7 13:33:18 2014 (r361085) @@ -1,2 +1,2 @@ -SHA256 (phpmustache-2.4.0.tar.gz) = 132439e9fa7a9cf23b0329049c707312848c066e7842c6e892af1c3a02fe341d -SIZE (phpmustache-2.4.0.tar.gz) = 44139 +SHA256 (phpmustache-2.6.0.tar.gz) = c4120dbcec4d44061ba86066c7736ebb7e1421adb96d3894f1651adf60b88685 +SIZE (phpmustache-2.6.0.tar.gz) = 48770 Modified: head/www/phpmustache/pkg-plist ============================================================================== --- head/www/phpmustache/pkg-plist Mon Jul 7 13:30:34 2014 (r361084) +++ head/www/phpmustache/pkg-plist Mon Jul 7 13:33:18 2014 (r361085) @@ -1,4 +1,3 @@ -%%DATADIR%%/mustache.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/ChildContext.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.txt @@ -35,12 +34,18 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/InvertedSection.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials/header.mustache +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/NestedPartials.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/nested_partials.mustache +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/nested_partials.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/partials/fourth.mustache +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/partials/second.mustache +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_partials/partials/third.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/Partials.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/partials/child.mustache +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partials/partials/header.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/RecursivePartials.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/partials/child.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/recursive_partials.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/recursive_partials.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_iterator_objects/SectionIteratorObjects.php @@ -70,36 +75,39 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/UTF8Unescaped.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/partials/alphabet.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/Whitespace.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/partials/alphabet.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.mustache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.txt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/child_context -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/comments -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/complex -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/delimiters -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dot_notation -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/double_section -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/escaped -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/grand_parent_context -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/implicit_iterator -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inverted_double_section -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inverted_section -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/partials/partials -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/partials -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/recursive_partials/partials -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/recursive_partials -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/section_iterator_objects -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/section_magic_objects -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/section_objects -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sections -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sections_nested -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/unescaped -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/utf8 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/utf8_unescaped -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/whitespace/partials -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/whitespace -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%% +%%DATADIR%%/mustache.php +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/child_context +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/comments +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/complex +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/delimiters +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dot_notation +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/double_section +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/escaped +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/grand_parent_context +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/i18n +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/implicit_iterator +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/inverted_double_section +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/inverted_section +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/nested_partials/partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/nested_partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/partials/partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/recursive_partials/partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/recursive_partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/section_iterator_objects +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/section_magic_objects +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/section_objects +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/sections +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/sections_nested +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/simple +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/unescaped +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/utf8 +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/utf8_unescaped +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/whitespace/partials +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/whitespace +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +@dirrmtry %%DATADIR%%