aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2023-08-04 17:53:44 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2023-08-04 17:53:44 +0000
commit94ea65b1037c4e04fb2d2a6e0ee1480f0b254179 (patch)
treeef3a9eea951df6a3932aeb25a4ba70b0251fd2d4
parentdfe880063432316e69c4d843f1cd482cb00d4221 (diff)
downloadports-94ea65b1037c4e04fb2d2a6e0ee1480f0b254179.tar.gz
ports-94ea65b1037c4e04fb2d2a6e0ee1480f0b254179.zip
devel/pear-htmlpurifier: update to 4.15.0 for support PHP 8+
Runtime errors with PHP 8.1: "Generates a PHP fatal error: autoload() is no longer supported, use spl_autoload_register()" "Generates a PHP fatal error: Array and string offset access syntax with curly braces is no longer supported" Changelog: https://github.com/ezyang/htmlpurifier/blob/master/NEWS 4.15.0, released 2022-09-18 ! PHP 8.1 and 8.2 support, esp. fixes for deprecation warnings. PR: 272938 272939 Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D41323 MFH: 2023Q3
-rw-r--r--devel/pear-htmlpurifier/Makefile3
-rw-r--r--devel/pear-htmlpurifier/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/pear-htmlpurifier/Makefile b/devel/pear-htmlpurifier/Makefile
index dff1b0a75066..d13b736dd569 100644
--- a/devel/pear-htmlpurifier/Makefile
+++ b/devel/pear-htmlpurifier/Makefile
@@ -1,6 +1,5 @@
PORTNAME= htmlpurifier
-PORTVERSION= 4.9.2
-PORTREVISION= 1
+PORTVERSION= 4.15.0
CATEGORIES= devel pear www
MASTER_SITES= http://htmlpurifier.org/get/ \
LOCAL
diff --git a/devel/pear-htmlpurifier/distinfo b/devel/pear-htmlpurifier/distinfo
index d985d15222db..add65cd2ce37 100644
--- a/devel/pear-htmlpurifier/distinfo
+++ b/devel/pear-htmlpurifier/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490743805
-SHA256 (PEAR/HTMLPurifier-4.9.2.tgz) = e47fbb54b97fd36885189f11c8f7fd4419de9a3107595db2fab2269ec5413579
-SIZE (PEAR/HTMLPurifier-4.9.2.tgz) = 247280
+TIMESTAMP = 1691164109
+SHA256 (PEAR/HTMLPurifier-4.15.0.tgz) = fd1e8cca26551b27632a83aab4f158f3db1f77cb8ec3e2fe6f5416e6ee89acef
+SIZE (PEAR/HTMLPurifier-4.15.0.tgz) = 251021