diff options
author | vanilla <vanilla@FreeBSD.org> | 2016-02-03 11:37:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2016-02-03 11:37:27 +0800 |
commit | baeb7297362bda63016e0f24a1659fce4f946fb6 (patch) | |
tree | 94a60bab260f7fc7346495893fe24aaf40d20af5 /www | |
parent | b0a15c802a68f17ed74318c046cbe69674b93a4a (diff) | |
download | freebsd-ports-gnome-baeb7297362bda63016e0f24a1659fce4f946fb6.tar.gz freebsd-ports-gnome-baeb7297362bda63016e0f24a1659fce4f946fb6.tar.zst freebsd-ports-gnome-baeb7297362bda63016e0f24a1659fce4f946fb6.zip |
Update to 2.9.0.
Diffstat (limited to 'www')
-rw-r--r-- | www/phpmustache/Makefile | 2 | ||||
-rw-r--r-- | www/phpmustache/distinfo | 4 | ||||
-rw-r--r-- | www/phpmustache/pkg-plist | 7 |
3 files changed, 10 insertions, 3 deletions
diff --git a/www/phpmustache/Makefile b/www/phpmustache/Makefile index ef09556670f5..549345f2c709 100644 --- a/www/phpmustache/Makefile +++ b/www/phpmustache/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmustache -PORTVERSION= 2.6.0 +PORTVERSION= 2.9.0 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/phpmustache/distinfo b/www/phpmustache/distinfo index 47a6a9e1d59a..c014b01fecd0 100644 --- a/www/phpmustache/distinfo +++ b/www/phpmustache/distinfo @@ -1,2 +1,2 @@ -SHA256 (bobthecow-mustache.php-v2.6.0_GH0.tar.gz) = c1a72d1e470068ef810075aa2e5c67850e5ddc12ba916c10be8f89429bffe97e -SIZE (bobthecow-mustache.php-v2.6.0_GH0.tar.gz) = 48774 +SHA256 (bobthecow-mustache.php-v2.9.0_GH0.tar.gz) = 3f48e4c06f68f2c7afc60c797a467501dd536ad0bcd0d1c5233a9809b86a9c08 +SIZE (bobthecow-mustache.php-v2.9.0_GH0.tar.gz) = 55668 diff --git a/www/phpmustache/pkg-plist b/www/phpmustache/pkg-plist index e9dad4f4e333..2d29e7a000e0 100644 --- a/www/phpmustache/pkg-plist +++ b/www/phpmustache/pkg-plist @@ -1,3 +1,7 @@ +%%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 @@ -19,6 +23,9 @@ %%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 |