www/phpmustache: Update to 2.14.0

PR:		260510
This commit is contained in:
Marc Veldman 2021-12-18 22:51:48 +08:00 committed by Li-Wen Hsu
parent bdd0df7fdb
commit b4507f54ab
3 changed files with 4 additions and 101 deletions

View file

@ -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>

View file

@ -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

View file

@ -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