diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-04-08 04:22:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-08 04:34:43 +0000 |
commit | a04558108fb6bac03eb2a121e052812270e8610d (patch) | |
tree | 5fbd2f928a0573ad2789a98817158f1771e44d09 | |
parent | 2c4e2b4e064381c10c00eaf6dec0f2d0ea12adaf (diff) | |
download | ports-a04558108fb6bac03eb2a121e052812270e8610d.tar.gz ports-a04558108fb6bac03eb2a121e052812270e8610d.zip |
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)
-rw-r--r-- | devel/php74-intl/Makefile | 2 | ||||
-rw-r--r-- | devel/php80-intl/Makefile | 2 | ||||
-rw-r--r-- | 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 |