FreeBSD Bugzilla – Attachment 143486 Details for
Bug 190439
[MAINTAINER] www/phpmustache: update to 2.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch to update the phpmustache port
phpmustache.diff (text/plain), 7.17 KB, created by
steve.polyack
on 2014-06-07 13:14:47 UTC
(
hide
)
Description:
Updated patch to update the phpmustache port
Filename:
MIME Type:
Creator:
steve.polyack
Created:
2014-06-07 13:14:47 UTC
Size:
7.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 356899) >+++ Makefile (working copy) >@@ -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,8 +14,8 @@ > 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 >@@ -22,19 +22,15 @@ > > SUB_FILES= pkg-message > >-NO_STAGE= yes > do-build: > @${WRKSRC}/bin/build_bootstrap.php > > do-install: >- @${MKDIR} ${DATADIR} >- @${INSTALL_DATA} ${WRKSRC}/mustache.php ${DATADIR} >+ @${MKDIR} ${STAGEDIR}${DATADIR} >+ @${INSTALL_DATA} ${WRKSRC}/mustache.php ${STAGEDIR}${DATADIR} > .if !defined(NOPORTEXAMPLES) >- @${MKDIR} ${EXAMPLESDIR} >- @${CP} -R ${WRKSRC}/test/fixtures/examples/* ${EXAMPLESDIR} >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ @${CP} -R ${WRKSRC}/test/fixtures/examples/* ${STAGEDIR}${EXAMPLESDIR} > .endif > >-post-install: >- @${CAT} ${PKGMESSAGE} >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 355924) >+++ distinfo (working copy) >@@ -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 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 355924) >+++ pkg-plist (working copy) >@@ -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%%/partials/partials/header.mustache >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/RecursivePartials.php > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/partials/child.mustache >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive_partials/RecursivePartials.php > %%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/Whitespace.php > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/partials/alphabet.mustache >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whitespace/Whitespace.php > %%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%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
steve.polyack:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 190439
:
143263
| 143486