From owner-svn-ports-head@freebsd.org Thu Feb 11 20:51:13 2021 Return-Path: Delivered-To: svn-ports-head@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 B75FD534CD8; Thu, 11 Feb 2021 20:51:13 +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 4Dc81F4n5Gz4mtr; Thu, 11 Feb 2021 20:51:13 +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 95E8D17474; Thu, 11 Feb 2021 20:51:13 +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 11BKpDEN058894; Thu, 11 Feb 2021 20:51:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11BKpAUX058879; Thu, 11 Feb 2021 20:51:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202102112051.11BKpAUX058879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 11 Feb 2021 20:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564976 - in head/mail: roundcube-automatic_addressbook roundcube-carddav roundcube-contextmenu roundcube-html5_notifier roundcube-login_info roundcube-mobilecube roundcube-mvision2 rou... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/mail: roundcube-automatic_addressbook roundcube-carddav roundcube-contextmenu roundcube-html5_notifier roundcube-login_info roundcube-mobilecube roundcube-mvision2 roundcube-sauserprefs roundc... X-SVN-Commit-Revision: 564976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2021 20:51:13 -0000 Author: antoine Date: Thu Feb 11 20:51:10 2021 New Revision: 564976 URL: https://svnweb.freebsd.org/changeset/ports/564976 Log: Unbreak bulk -a Modified: head/mail/roundcube-automatic_addressbook/Makefile head/mail/roundcube-carddav/Makefile head/mail/roundcube-contextmenu/Makefile head/mail/roundcube-html5_notifier/Makefile head/mail/roundcube-login_info/Makefile head/mail/roundcube-mobilecube/Makefile head/mail/roundcube-mvision2/Makefile head/mail/roundcube-sauserprefs/Makefile head/mail/roundcube-thunderbird_labels/Makefile head/mail/roundcube-umich/Makefile head/mail/roundcube-veximaccountadmin/Makefile head/mail/roundcube-yubikey_auth/Makefile Modified: head/mail/roundcube-automatic_addressbook/Makefile ============================================================================== --- head/mail/roundcube-automatic_addressbook/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-automatic_addressbook/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -14,6 +14,7 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 USE_GITHUB= yes GH_ACCOUNT= sblaisot Modified: head/mail/roundcube-carddav/Makefile ============================================================================== --- head/mail/roundcube-carddav/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-carddav/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -30,6 +30,7 @@ NO_ARCH= yes USES= php:flavors tar:bz2 USE_PHP= simplexml sockets curl +IGNORE_WITH_PHP=80 WWWDIR= ${PREFIX}/www/roundcube/plugins/carddav Modified: head/mail/roundcube-contextmenu/Makefile ============================================================================== --- head/mail/roundcube-contextmenu/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-contextmenu/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -15,6 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.4.4:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-html5_notifier/Makefile ============================================================================== --- head/mail/roundcube-html5_notifier/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-html5_notifier/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -16,6 +16,7 @@ RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/r BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 USE_GITHUB= yes GH_ACCOUNT= stremlau Modified: head/mail/roundcube-login_info/Makefile ============================================================================== --- head/mail/roundcube-login_info/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-login_info/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -18,6 +18,7 @@ LICENSE= GPLv2 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.5:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-mobilecube/Makefile ============================================================================== --- head/mail/roundcube-mobilecube/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-mobilecube/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -18,6 +18,7 @@ THEME_VERSION?= 3.1.0 THEME_BUILD?= 030110A USES= php:flavors zip +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-mvision2/Makefile ============================================================================== --- head/mail/roundcube-mvision2/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-mvision2/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -16,6 +16,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 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-sauserprefs/Makefile ============================================================================== --- head/mail/roundcube-sauserprefs/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-sauserprefs/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -19,6 +19,7 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-thunderbird_labels/Makefile ============================================================================== --- head/mail/roundcube-thunderbird_labels/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-thunderbird_labels/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -17,6 +17,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 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-umich/Makefile ============================================================================== --- head/mail/roundcube-umich/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-umich/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -16,6 +16,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 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-veximaccountadmin/Makefile ============================================================================== --- head/mail/roundcube-veximaccountadmin/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-veximaccountadmin/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -18,6 +18,7 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.9:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes PLIST_SUB+= PLUGINDIR="${PLUGINDIR}" Modified: head/mail/roundcube-yubikey_auth/Makefile ============================================================================== --- head/mail/roundcube-yubikey_auth/Makefile Thu Feb 11 19:21:10 2021 (r564975) +++ head/mail/roundcube-yubikey_auth/Makefile Thu Feb 11 20:51:10 2021 (r564976) @@ -16,6 +16,7 @@ BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 USE_PHP= curl