Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 20:59:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562513 - in head: mail/nextcloud-mail net-im/nextcloud-talk security/nextcloud-end_to_end_encryption security/nextcloud-passman security/nextcloud-twofactor_totp security/nextcloud-two...
Message-ID:  <202101242059.10OKx9BC080688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 24 20:59:09 2021
New Revision: 562513
URL: https://svnweb.freebsd.org/changeset/ports/562513

Log:
  Unbreak bulk -a

Modified:
  head/mail/nextcloud-mail/Makefile
  head/net-im/nextcloud-talk/Makefile
  head/security/nextcloud-end_to_end_encryption/Makefile
  head/security/nextcloud-passman/Makefile
  head/security/nextcloud-twofactor_totp/Makefile
  head/security/nextcloud-twofactor_u2f/Makefile
  head/www/nextcloud-appointments/Makefile
  head/www/nextcloud-calendar/Makefile
  head/www/nextcloud-circles/Makefile
  head/www/nextcloud-contacts/Makefile
  head/www/nextcloud-deck/Makefile
  head/www/nextcloud-forms/Makefile
  head/www/nextcloud-groupfolders/Makefile
  head/www/nextcloud-notes/Makefile
  head/www/nextcloud-tasks/Makefile

Modified: head/mail/nextcloud-mail/Makefile
==============================================================================
--- head/mail/nextcloud-mail/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/mail/nextcloud-mail/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -21,6 +21,7 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nex
 
 USES=		gettext php:flavors
 USE_PHP=	imap
+IGNORE_WITH_PHP=	80
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/net-im/nextcloud-talk/Makefile
==============================================================================
--- head/net-im/nextcloud-talk/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/net-im/nextcloud-talk/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/security/nextcloud-end_to_end_encryption/Makefile
==============================================================================
--- head/security/nextcloud-end_to_end_encryption/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/security/nextcloud-end_to_end_encryption/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/security/nextcloud-passman/Makefile
==============================================================================
--- head/security/nextcloud-passman/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/security/nextcloud-passman/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -20,6 +20,7 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nex
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	80
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/security/nextcloud-twofactor_totp/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_totp/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/security/nextcloud-twofactor_totp/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/security/nextcloud-twofactor_u2f/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_u2f/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/security/nextcloud-twofactor_u2f/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-appointments/Makefile
==============================================================================
--- head/www/nextcloud-appointments/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-appointments/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-calendar/Makefile
==============================================================================
--- head/www/nextcloud-calendar/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-calendar/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-circles/Makefile
==============================================================================
--- head/www/nextcloud-circles/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-circles/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-contacts/Makefile
==============================================================================
--- head/www/nextcloud-contacts/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-contacts/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-deck/Makefile
==============================================================================
--- head/www/nextcloud-deck/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-deck/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-forms/Makefile
==============================================================================
--- head/www/nextcloud-forms/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-forms/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-groupfolders/Makefile
==============================================================================
--- head/www/nextcloud-groupfolders/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-groupfolders/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-notes/Makefile
==============================================================================
--- head/www/nextcloud-notes/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-notes/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 

Modified: head/www/nextcloud-tasks/Makefile
==============================================================================
--- head/www/nextcloud-tasks/Makefile	Sun Jan 24 20:33:11 2021	(r562512)
+++ head/www/nextcloud-tasks/Makefile	Sun Jan 24 20:59:09 2021	(r562513)
@@ -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
 



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