Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2022 13:12:37 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bdf69ae7d22b - main - mail/roundcube-*: unbreak bulk -a
Message-ID:  <202201101312.20ADCbId072685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

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

commit bdf69ae7d22b9ddc2c9b29258e24fd5a7273b9b3
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-01-10 13:04:28 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-01-10 13:04:28 +0000

    mail/roundcube-*: unbreak bulk -a
---
 mail/roundcube-automatic_addressbook/Makefile    | 2 +-
 mail/roundcube-calendar-kolab/Makefile           | 2 +-
 mail/roundcube-carddav/Makefile                  | 2 +-
 mail/roundcube-contextmenu/Makefile              | 1 +
 mail/roundcube-html5_notifier/Makefile           | 2 +-
 mail/roundcube-login_info/Makefile               | 2 +-
 mail/roundcube-mobilecube/Makefile               | 2 +-
 mail/roundcube-mvision2/Makefile                 | 2 +-
 mail/roundcube-sauserprefs/Makefile              | 2 +-
 mail/roundcube-thunderbird_labels/Makefile       | 2 +-
 mail/roundcube-twofactor_gauthenticator/Makefile | 1 +
 mail/roundcube-umich/Makefile                    | 2 +-
 mail/roundcube-veximaccountadmin/Makefile        | 2 +-
 mail/roundcube-yubikey_auth/Makefile             | 2 +-
 14 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile
index 36f15f531de0..9cd38f1342e9 100644
--- a/mail/roundcube-automatic_addressbook/Makefile
+++ b/mail/roundcube-automatic_addressbook/Makefile
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 USE_GITHUB=	yes
 GH_ACCOUNT=	sblaisot
 
diff --git a/mail/roundcube-calendar-kolab/Makefile b/mail/roundcube-calendar-kolab/Makefile
index 8fa63c11552b..8befb02baf4c 100644
--- a/mail/roundcube-calendar-kolab/Makefile
+++ b/mail/roundcube-calendar-kolab/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/mail/roundcube-carddav/Makefile b/mail/roundcube-carddav/Makefile
index 609e92f0f70a..47201a70b408 100644
--- a/mail/roundcube-carddav/Makefile
+++ b/mail/roundcube-carddav/Makefile
@@ -23,7 +23,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 USE_PHP=	curl dom simplexml sockets tokenizer xml xmlreader xmlwriter
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 
 WWWDIR=		${PREFIX}/www/roundcube/plugins/carddav
 
diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile
index 31c03a396cb6..f6dffa2c5ebf 100644
--- a/mail/roundcube-contextmenu/Makefile
+++ b/mail/roundcube-contextmenu/Makefile
@@ -14,6 +14,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
+IGNORE_WITH_PHP=81
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile
index 1028695e69fc..c87fc8ffaa22 100644
--- a/mail/roundcube-html5_notifier/Makefile
+++ b/mail/roundcube-html5_notifier/Makefile
@@ -14,7 +14,7 @@ RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 USE_GITHUB=	yes
 GH_ACCOUNT=	stremlau
 
diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile
index e6232aa21abe..5e39c3c6d647 100644
--- a/mail/roundcube-login_info/Makefile
+++ b/mail/roundcube-login_info/Makefile
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.5:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-mobilecube/Makefile b/mail/roundcube-mobilecube/Makefile
index 6c9f8473ec0e..db5c932e0d82 100644
--- a/mail/roundcube-mobilecube/Makefile
+++ b/mail/roundcube-mobilecube/Makefile
@@ -17,7 +17,7 @@ THEME_VERSION?=	3.1.0
 THEME_BUILD?=	030110A
 
 USES=		php:flavors zip
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-mvision2/Makefile b/mail/roundcube-mvision2/Makefile
index 1f967d092c4b..43d4a0320a1d 100644
--- a/mail/roundcube-mvision2/Makefile
+++ b/mail/roundcube-mvision2/Makefile
@@ -15,7 +15,7 @@ COMMENT=	Theme for RoundCube Web Mail
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile
index 0aa4ad0397ae..573db90381f4 100644
--- a/mail/roundcube-sauserprefs/Makefile
+++ b/mail/roundcube-sauserprefs/Makefile
@@ -18,7 +18,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile
index 7f75bc460063..1aeda69878cd 100644
--- a/mail/roundcube-thunderbird_labels/Makefile
+++ b/mail/roundcube-thunderbird_labels/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/mail/roundcube-twofactor_gauthenticator/Makefile b/mail/roundcube-twofactor_gauthenticator/Makefile
index f51438c8df8e..969110a61380 100644
--- a/mail/roundcube-twofactor_gauthenticator/Makefile
+++ b/mail/roundcube-twofactor_gauthenticator/Makefile
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=81
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	alexandregz
diff --git a/mail/roundcube-umich/Makefile b/mail/roundcube-umich/Makefile
index 4df1f6b0f44f..1e6d080bfc81 100644
--- a/mail/roundcube-umich/Makefile
+++ b/mail/roundcube-umich/Makefile
@@ -15,7 +15,7 @@ LICENSE=	GPLv3+  # same as roundcube's
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-veximaccountadmin/Makefile b/mail/roundcube-veximaccountadmin/Makefile
index dfd2ae310d2f..6e340fe3e892 100644
--- a/mail/roundcube-veximaccountadmin/Makefile
+++ b/mail/roundcube-veximaccountadmin/Makefile
@@ -17,7 +17,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.9:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 NO_BUILD=	yes
 
 PLIST_SUB+=	PLUGINDIR="${PLUGINDIR}"
diff --git a/mail/roundcube-yubikey_auth/Makefile b/mail/roundcube-yubikey_auth/Makefile
index d634ee8ba5f7..1b73edd33102 100644
--- a/mail/roundcube-yubikey_auth/Makefile
+++ b/mail/roundcube-yubikey_auth/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=80
+IGNORE_WITH_PHP=80 81
 
 USE_PHP=	curl
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201101312.20ADCbId072685>