git: db966c312bdb - main - lang/php74: Upgrade from 7.4.28 to 7.4.29

From: Torsten Zuehlsdorff <tz_at_FreeBSD.org>
Date: Fri, 15 Apr 2022 22:31:20 UTC
The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db966c312bdba3339e21f7020a8f7ce54f2e16cf

commit db966c312bdba3339e21f7020a8f7ce54f2e16cf
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2022-04-15 22:25:54 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2022-04-15 22:31:12 +0000

    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
---
 devel/php74-intl/Makefile         | 1 -
 lang/php74/Makefile               | 4 ++--
 lang/php74/distinfo               | 6 +++---
 net/php74-soap/Makefile           | 1 -
 net/php74-xmlrpc/Makefile         | 1 -
 textproc/php74-dom/Makefile       | 1 -
 textproc/php74-simplexml/Makefile | 1 -
 textproc/php74-xml/Makefile       | 1 -
 textproc/php74-xmlreader/Makefile | 1 -
 textproc/php74-xmlwriter/Makefile | 1 -
 textproc/php74-xsl/Makefile       | 1 -
 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