Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2016 19:32:57 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420299 - head/www/phpmustache
Message-ID:  <201608161932.u7GJWvOe038171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Aug 16 19:32:57 2016
New Revision: 420299
URL: https://svnweb.freebsd.org/changeset/ports/420299

Log:
  - Update to version 2.11.1 [1]
  - Use COPYTREE_SHARE for EXAMPLES installation
  
  PR:		211857 [1]
  Submitted by:	Jochen Neumeister [1]

Modified:
  head/www/phpmustache/Makefile
  head/www/phpmustache/distinfo

Modified: head/www/phpmustache/Makefile
==============================================================================
--- head/www/phpmustache/Makefile	Tue Aug 16 19:17:44 2016	(r420298)
+++ head/www/phpmustache/Makefile	Tue Aug 16 19:32:57 2016	(r420299)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpmustache
-PORTVERSION=	2.10.0
+PORTVERSION=	2.11.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
@@ -32,6 +32,7 @@ do-install:
 
 do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/test/fixtures/examples/* ${STAGEDIR}${EXAMPLESDIR}
+	(cd ${WRKSRC}/test/fixtures/examples && ${COPYTREE_SHARE} . \
+	       	${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>

Modified: head/www/phpmustache/distinfo
==============================================================================
--- head/www/phpmustache/distinfo	Tue Aug 16 19:17:44 2016	(r420298)
+++ head/www/phpmustache/distinfo	Tue Aug 16 19:32:57 2016	(r420299)
@@ -1,2 +1,3 @@
-SHA256 (bobthecow-mustache.php-v2.10.0_GH0.tar.gz) = a136cdccf0e7c370465dfbc9ac10453f4b06402959c2d1313f971b8a9b8459a2
-SIZE (bobthecow-mustache.php-v2.10.0_GH0.tar.gz) = 56022
+TIMESTAMP = 1471195178
+SHA256 (bobthecow-mustache.php-v2.11.1_GH0.tar.gz) = c974607d3504b5e631213b8bc34af1d93ece289422a2b568a17d3527f22312e2
+SIZE (bobthecow-mustache.php-v2.11.1_GH0.tar.gz) = 56571



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