From owner-svn-ports-all@freebsd.org Sun Jan 24 20:59:12 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91DD04D9E56; Sun, 24 Jan 2021 20:59:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DP52m3dzjz4Zk2; Sun, 24 Jan 2021 20:59:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FD801DE6; Sun, 24 Jan 2021 20:59:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10OKxCAd080703; Sun, 24 Jan 2021 20:59:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10OKx9BC080688; Sun, 24 Jan 2021 20:59:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202101242059.10OKx9BC080688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Jan 2021 20:59:09 +0000 (UTC) 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... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: mail/nextcloud-mail net-im/nextcloud-talk security/nextcloud-end_to_end_encryption security/nextcloud-passman security/nextcloud-twofactor_totp security/nextcloud-twofactor_u2f www/nextcloud-... X-SVN-Commit-Revision: 562513 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2021 20:59:12 -0000 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