From owner-svn-ports-all@freebsd.org Wed Feb 3 03:37:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57957A99DA5; Wed, 3 Feb 2016 03:37:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7EDB0; Wed, 3 Feb 2016 03:37:28 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u133bSoR081698; Wed, 3 Feb 2016 03:37:28 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u133bRHw081695; Wed, 3 Feb 2016 03:37:27 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201602030337.u133bRHw081695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 3 Feb 2016 03:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407935 - head/www/phpmustache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 03:37:29 -0000 Author: vanilla Date: Wed Feb 3 03:37:27 2016 New Revision: 407935 URL: https://svnweb.freebsd.org/changeset/ports/407935 Log: Update to 2.9.0. Modified: head/www/phpmustache/Makefile head/www/phpmustache/distinfo head/www/phpmustache/pkg-plist Modified: head/www/phpmustache/Makefile ============================================================================== --- head/www/phpmustache/Makefile Wed Feb 3 03:07:05 2016 (r407934) +++ head/www/phpmustache/Makefile Wed Feb 3 03:37:27 2016 (r407935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmustache -PORTVERSION= 2.6.0 +PORTVERSION= 2.9.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/phpmustache/distinfo ============================================================================== --- head/www/phpmustache/distinfo Wed Feb 3 03:07:05 2016 (r407934) +++ head/www/phpmustache/distinfo Wed Feb 3 03:37:27 2016 (r407935) @@ -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 Modified: head/www/phpmustache/pkg-plist ============================================================================== --- head/www/phpmustache/pkg-plist Wed Feb 3 03:07:05 2016 (r407934) +++ head/www/phpmustache/pkg-plist Wed Feb 3 03:37:27 2016 (r407935) @@ -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