Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 00:33:36 GMT
From:      Steve Polyack <spolyack@collaborativefusion.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190439: [MAINTAINER] www/phpmustache: update to 2.6.0
Message-ID:  <201405310033.s4V0Xac5001936@cgiserv.freebsd.org>
Resent-Message-ID: <201405310040.s4V0e09W010603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190439
>Category:       ports
>Synopsis:       [MAINTAINER] www/phpmustache: update to 2.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 31 00:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Steve Polyack
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
FreeBSD storage 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r261037: Wed Jan 22 16:13:19 EST
>Description:
- Update to 2.6.0
- Update maintainer email address
- Add Staging support
>How-To-Repeat:
Apply patch.
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile    (revision 355924)
+++ Makefile    (working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$

 PORTNAME=      phpmustache
-PORTVERSION=   2.4.0
+PORTVERSION=   2.6.0
 CATEGORIES=    www
 MASTER_SITES=  GH

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

>Release-Note:
>Audit-Trail:
>Unformatted:



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