summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-24 20:59:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-24 20:59:09 +0000
commit5a6297e89f447aa27b77c102a9fd28e776cc0478 (patch)
treebe24edf3d78f4c7037e7ba382b8bf925c7f20472
parentUpgrade pynac to 0.7.27: several incremental fixes. (diff)
Unbreak bulk -a
Notes
Notes: svn path=/head/; revision=562513
-rw-r--r--mail/nextcloud-mail/Makefile1
-rw-r--r--net-im/nextcloud-talk/Makefile1
-rw-r--r--security/nextcloud-end_to_end_encryption/Makefile1
-rw-r--r--security/nextcloud-passman/Makefile1
-rw-r--r--security/nextcloud-twofactor_totp/Makefile1
-rw-r--r--security/nextcloud-twofactor_u2f/Makefile1
-rw-r--r--www/nextcloud-appointments/Makefile1
-rw-r--r--www/nextcloud-calendar/Makefile1
-rw-r--r--www/nextcloud-circles/Makefile1
-rw-r--r--www/nextcloud-contacts/Makefile1
-rw-r--r--www/nextcloud-deck/Makefile1
-rw-r--r--www/nextcloud-forms/Makefile1
-rw-r--r--www/nextcloud-groupfolders/Makefile1
-rw-r--r--www/nextcloud-notes/Makefile1
-rw-r--r--www/nextcloud-tasks/Makefile1
15 files changed, 15 insertions, 0 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index 75e032ea1ec4..0faa8fc1846a 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= gettext php:flavors
USE_PHP= imap
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/net-im/nextcloud-talk/Makefile b/net-im/nextcloud-talk/Makefile
index cf94abe5efd8..2e7a0bbce360 100644
--- a/net-im/nextcloud-talk/Makefile
+++ b/net-im/nextcloud-talk/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile
index aa2d4a758f98..f6f2508fbd99 100644
--- a/security/nextcloud-end_to_end_encryption/Makefile
+++ b/security/nextcloud-end_to_end_encryption/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile
index 2463a99869c6..be2a68bd219b 100644
--- a/security/nextcloud-passman/Makefile
+++ b/security/nextcloud-passman/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nextcloud@${PHP_FLAVOR}
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile
index 4e24c5ccc6b7..954b9a7f6be9 100644
--- a/security/nextcloud-twofactor_totp/Makefile
+++ b/security/nextcloud-twofactor_totp/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile
index 0cb62ccb7611..0937a70fa86e 100644
--- a/security/nextcloud-twofactor_u2f/Makefile
+++ b/security/nextcloud-twofactor_u2f/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile
index d07152898a27..b9adc2873824 100644
--- a/www/nextcloud-appointments/Makefile
+++ b/www/nextcloud-appointments/Makefile
@@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=18:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile
index f646cee0a8ee..3517e1b900ae 100644
--- a/www/nextcloud-calendar/Makefile
+++ b/www/nextcloud-calendar/Makefile
@@ -19,6 +19,7 @@ LICENSE= AGPLv3
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-circles/Makefile b/www/nextcloud-circles/Makefile
index dbf030e2a833..a878de709972 100644
--- a/www/nextcloud-circles/Makefile
+++ b/www/nextcloud-circles/Makefile
@@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile
index e29a53b8bdb3..a133d8a6e210 100644
--- a/www/nextcloud-contacts/Makefile
+++ b/www/nextcloud-contacts/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=18:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-deck/Makefile b/www/nextcloud-deck/Makefile
index 4d25ad93f14c..7eddb91b6137 100644
--- a/www/nextcloud-deck/Makefile
+++ b/www/nextcloud-deck/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=18:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-forms/Makefile b/www/nextcloud-forms/Makefile
index 6f7892f01925..ef27b4a64ed2 100644
--- a/www/nextcloud-forms/Makefile
+++ b/www/nextcloud-forms/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile
index 27ec218d9674..3a49402e5f95 100644
--- a/www/nextcloud-groupfolders/Makefile
+++ b/www/nextcloud-groupfolders/Makefile
@@ -19,6 +19,7 @@ LICENSE= AGPLv3
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-notes/Makefile b/www/nextcloud-notes/Makefile
index ebec1d9567f8..8c088afec166 100644
--- a/www/nextcloud-notes/Makefile
+++ b/www/nextcloud-notes/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud-tasks/Makefile b/www/nextcloud-tasks/Makefile
index 5921ae390c85..319640990065 100644
--- a/www/nextcloud-tasks/Makefile
+++ b/www/nextcloud-tasks/Makefile
@@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR}
USES= php:flavors
+IGNORE_WITH_PHP= 80
NO_BUILD= yes
NO_ARCH= yes