Date: Fri, 8 Apr 2022 04:35:03 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a04558108fb6 - main - devel/php*-intl: combine PORTREVISION with lang/php* after 268cee3b0227 Message-ID: <202204080435.2384Z302051474@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a04558108fb6bac03eb2a121e052812270e8610d commit a04558108fb6bac03eb2a121e052812270e8610d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-04-08 04:22:36 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-04-08 04:34:43 +0000 devel/php*-intl: combine PORTREVISION with lang/php* after 268cee3b0227 - *devel/php74-intl* <tz@FreeBSD.org>: php74-intl-7.4.28_1 < php74-intl-7.4.28_2 (master: lang/php74) - *devel/php80-intl* <tz@FreeBSD.org>: php80-intl-8.0.17_1 < php80-intl-8.0.17_2 (master: lang/php80) - *devel/php81-intl* <bofh@FreeBSD.org>: php81-intl-8.1.4_1 < php81-intl-8.1.4_2 (master: lang/php81) PR: 262654 Reported by: portmgr (Ports with version numbers going backwards) --- devel/php74-intl/Makefile | 2 +- devel/php80-intl/Makefile | 2 +- devel/php81-intl/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/php74-intl/Makefile b/devel/php74-intl/Makefile index 60ddbc3e821f..d4611ecbff5c 100644 --- a/devel/php74-intl/Makefile +++ b/devel/php74-intl/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php74 diff --git a/devel/php80-intl/Makefile b/devel/php80-intl/Makefile index 87b89e7b2c6d..e292e98ab327 100644 --- a/devel/php80-intl/Makefile +++ b/devel/php80-intl/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/devel/php81-intl/Makefile b/devel/php81-intl/Makefile index 9b26b350679d..1a45b7608ff2 100644 --- a/devel/php81-intl/Makefile +++ b/devel/php81-intl/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php81
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204080435.2384Z302051474>