Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2021 14:52:55 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4507f54aba1 - main - www/phpmustache: Update to 2.14.0
Message-ID:  <202112181452.1BIEqtos066787@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4507f54aba113e8523d1d8494d94fc7339d4f2d

commit b4507f54aba113e8523d1d8494d94fc7339d4f2d
Author:     Marc Veldman <marc@bumblingdork.com>
AuthorDate: 2021-12-18 14:51:48 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-12-18 14:51:48 +0000

    www/phpmustache: Update to 2.14.0
    
    PR:             260510
---
 www/phpmustache/Makefile  |  7 +---
 www/phpmustache/distinfo  |  6 ++--
 www/phpmustache/pkg-plist | 92 -----------------------------------------------
 3 files changed, 4 insertions(+), 101 deletions(-)

diff --git a/www/phpmustache/Makefile b/www/phpmustache/Makefile
index bb3604424a02..108fc677ac46 100644
--- a/www/phpmustache/Makefile
+++ b/www/phpmustache/Makefile
@@ -1,7 +1,7 @@
 # Created by: Steve Polyack <spolyack@collaborativefusion.com>
 
 PORTNAME=	phpmustache
-PORTVERSION=	2.13.0
+PORTVERSION=	2.14.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
@@ -29,9 +29,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/mustache.php ${STAGEDIR}${DATADIR}
 
-do-install-EXAMPLES-on:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	(cd ${WRKSRC}/test/fixtures/examples && ${COPYTREE_SHARE} . \
-		${STAGEDIR}${EXAMPLESDIR})
-
 .include <bsd.port.mk>
diff --git a/www/phpmustache/distinfo b/www/phpmustache/distinfo
index 568784955510..84788cb0a965 100644
--- a/www/phpmustache/distinfo
+++ b/www/phpmustache/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574789390
-SHA256 (bobthecow-mustache.php-v2.13.0_GH0.tar.gz) = 149583cc0c01b80af4131cb36690206c79696d9872fac71bd5dd0fb6e9422a55
-SIZE (bobthecow-mustache.php-v2.13.0_GH0.tar.gz) = 60015
+TIMESTAMP = 1639814173
+SHA256 (bobthecow-mustache.php-v2.14.0_GH0.tar.gz) = 6692b2c1f87f917f38acfffa87cd5365fefc7742f7337f615c668cf10a901cac
+SIZE (bobthecow-mustache.php-v2.14.0_GH0.tar.gz) = 30275
diff --git a/www/phpmustache/pkg-plist b/www/phpmustache/pkg-plist
index 745695e7369b..7790227b3258 100644
--- a/www/phpmustache/pkg-plist
+++ b/www/phpmustache/pkg-plist
@@ -1,93 +1 @@
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anchored_dot_notation/AnchoredDotNotation.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anchored_dot_notation/anchored_dot_notation.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anchored_dot_notation/anchored_dot_notation.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anchored_dot_notation/partials/genre.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/blocks/Blocks.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/blocks/blocks.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/blocks/blocks.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/blocks/partials/parent.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/ChildContext.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/child_context/child_context.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comments/Comments.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comments/comments.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comments/comments.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/complex/complex.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/complex/complex.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/complex/complex.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/delimiters/Delimiters.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/delimiters/delimiters.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/delimiters/delimiters.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot_notation/DotNotation.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot_notation/dot_notation.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot_notation/dot_notation.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/double_section/DoubleSection.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/double_section/double_section.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/double_section/double_section.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/escaped/Escaped.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/escaped/escaped.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/escaped/escaped.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filters/Filters.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filters/filters.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filters/filters.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grand_parent_context/GrandParentContext.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grand_parent_context/grand_parent_context.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grand_parent_context/grand_parent_context.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/I18n.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/i18n.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/i18n.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/implicit_iterator/ImplicitIterator.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/implicit_iterator/implicit_iterator.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/implicit_iterator/implicit_iterator.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_double_section/InvertedDoubleSection.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_double_section/inverted_double_section.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_double_section/inverted_double_section.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/InvertedSection.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inverted_section/inverted_section.txt
-%%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%%/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
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_iterator_objects/section_iterator_objects.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_iterator_objects/section_iterator_objects.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_magic_objects/SectionMagicObjects.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_magic_objects/section_magic_objects.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_magic_objects/section_magic_objects.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_objects/SectionObjects.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_objects/section_objects.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/section_objects/section_objects.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sections/Sections.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sections/sections.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sections/sections.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sections_nested/SectionsNested.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sections_nested/sections_nested.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sections_nested/sections_nested.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/Simple.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unescaped/Unescaped.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unescaped/unescaped.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unescaped/unescaped.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8/UTF8.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8/utf8.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8/utf8.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/UTF8Unescaped.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8_unescaped/utf8_unescaped.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/Whitespace.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/partials/alphabet.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.mustache
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/whitespace.txt
 %%DATADIR%%/mustache.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112181452.1BIEqtos066787>