svn commit: r555291 - head/devel/pecl-mustache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:01:23 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:01:15 2020
New Revision: 555291
URL: https://svnweb.freebsd.org/changeset/ports/555291

Log:
  Update to 0.9.2 and unbreak with PHP 8.0
  
  Changes:	https://pecl.php.net/package-changelog.php?package=mustache

Modified:
  head/devel/pecl-mustache/Makefile
  head/devel/pecl-mustache/distinfo

Modified: head/devel/pecl-mustache/Makefile
==============================================================================
--- head/devel/pecl-mustache/Makefile	Sun Nov 15 18:01:10 2020	(r555290)
+++ head/devel/pecl-mustache/Makefile	Sun Nov 15 18:01:15 2020	(r555291)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mustache
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -15,7 +15,6 @@ LIB_DEPENDS=	libmustache.so:devel/libmustache
 
 USES=		compiler:c++11-lang php:pecl
 
-IGNORE_WITH_PHP=80
 USE_CXXSTD=	c++11
 
 post-patch:

Modified: head/devel/pecl-mustache/distinfo
==============================================================================
--- head/devel/pecl-mustache/distinfo	Sun Nov 15 18:01:10 2020	(r555290)
+++ head/devel/pecl-mustache/distinfo	Sun Nov 15 18:01:15 2020	(r555291)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576164474
-SHA256 (PECL/mustache-0.9.1.tgz) = 43472ed25dd82cd8eeeb30b616879a55a3665c40b31728ed3b8b1b8c8ecb93bd
-SIZE (PECL/mustache-0.9.1.tgz) = 40338
+TIMESTAMP = 1605426391
+SHA256 (PECL/mustache-0.9.2.tgz) = a37fbf01f764d0a035fa8c8ee0030057285199b9a681875a1e021761df6d59e0
+SIZE (PECL/mustache-0.9.2.tgz) = 40486


More information about the svn-ports-all mailing list