Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:01:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555291 - head/devel/pecl-mustache
Message-ID:  <202011151801.0AFI1Ff7009620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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