aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2022-04-15 22:25:54 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2022-04-15 22:31:12 +0000
commitdb966c312bdba3339e21f7020a8f7ce54f2e16cf (patch)
tree59d4358b8e039a00b5abce051a031dc61ace236b
parent43406a4e5c4e36e0ba0ab65b5d4d9d1ee6ef1de4 (diff)
downloadports-db966c312bdba3339e21f7020a8f7ce54f2e16cf.tar.gz
ports-db966c312bdba3339e21f7020a8f7ce54f2e16cf.zip
lang/php74: Upgrade from 7.4.28 to 7.4.29
Changelog: Core: No source changes to this release. This update allows for re-building the Windows binaries against upgraded dependencies which have received security updates. Date: Updated to latest IANA timezone database (2022a). Sponsored by: Bounce Experts
-rw-r--r--devel/php74-intl/Makefile1
-rw-r--r--lang/php74/Makefile4
-rw-r--r--lang/php74/distinfo6
-rw-r--r--net/php74-soap/Makefile1
-rw-r--r--net/php74-xmlrpc/Makefile1
-rw-r--r--textproc/php74-dom/Makefile1
-rw-r--r--textproc/php74-simplexml/Makefile1
-rw-r--r--textproc/php74-xml/Makefile1
-rw-r--r--textproc/php74-xmlreader/Makefile1
-rw-r--r--textproc/php74-xmlwriter/Makefile1
-rw-r--r--textproc/php74-xsl/Makefile1
11 files changed, 5 insertions, 14 deletions
diff --git a/devel/php74-intl/Makefile b/devel/php74-intl/Makefile
index d4611ecbff5c..482d1fced016 100644
--- a/devel/php74-intl/Makefile
+++ b/devel/php74-intl/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 3
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index ca15c48bbcd4..6138b524e9b6 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,6 +1,6 @@
PORTNAME= php74
-DISTVERSION= 7.4.28
-PORTREVISION?= 3
+DISTVERSION= 7.4.29
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP
DISTNAME= php-${DISTVERSION}
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index ff6190065449..6bbac2b994c3 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645245564
-SHA256 (php/php-7.4.28.tar.xz) = 9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce
-SIZE (php/php-7.4.28.tar.xz) = 10418352
+TIMESTAMP = 1650059168
+SHA256 (php/php-7.4.29.tar.xz) = 7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6
+SIZE (php/php-7.4.29.tar.xz) = 10418908
diff --git a/net/php74-soap/Makefile b/net/php74-soap/Makefile
index f8584b85c4b6..cdca75318587 100644
--- a/net/php74-soap/Makefile
+++ b/net/php74-soap/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/net/php74-xmlrpc/Makefile b/net/php74-xmlrpc/Makefile
index b746c7533a4f..2c8c17a3ac06 100644
--- a/net/php74-xmlrpc/Makefile
+++ b/net/php74-xmlrpc/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/textproc/php74-dom/Makefile b/textproc/php74-dom/Makefile
index 7bcd022b9592..c8e8d81d938c 100644
--- a/textproc/php74-dom/Makefile
+++ b/textproc/php74-dom/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/textproc/php74-simplexml/Makefile b/textproc/php74-simplexml/Makefile
index a9dd264290b5..504a24dd3fa3 100644
--- a/textproc/php74-simplexml/Makefile
+++ b/textproc/php74-simplexml/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/textproc/php74-xml/Makefile b/textproc/php74-xml/Makefile
index 454a448017aa..5de8bb1dff1d 100644
--- a/textproc/php74-xml/Makefile
+++ b/textproc/php74-xml/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/textproc/php74-xmlreader/Makefile b/textproc/php74-xmlreader/Makefile
index 443fcc8f64bd..9a52d8b7a275 100644
--- a/textproc/php74-xmlreader/Makefile
+++ b/textproc/php74-xmlreader/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/textproc/php74-xmlwriter/Makefile b/textproc/php74-xmlwriter/Makefile
index 36edf8d7d941..8bfe0bbcab59 100644
--- a/textproc/php74-xmlwriter/Makefile
+++ b/textproc/php74-xmlwriter/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/textproc/php74-xsl/Makefile b/textproc/php74-xsl/Makefile
index 0863c0db6d15..d86ab265bfce 100644
--- a/textproc/php74-xsl/Makefile
+++ b/textproc/php74-xsl/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php74