svn commit: r525969 - in head: mail/nextcloud-mail security/nextcloud-passman security/nextcloud-twofactor_totp security/nextcloud-twofactor_u2f www/nextcloud www/nextcloud-calendar www/nextcloud-c...

Bernard Spil brnrd at FreeBSD.org
Wed Feb 12 20:57:22 UTC 2020


Author: brnrd
Date: Wed Feb 12 20:57:19 2020
New Revision: 525969
URL: https://svnweb.freebsd.org/changeset/ports/525969

Log:
  nextcloud: Compatible with PHP 7.4
  
   (as of 18)
  
  Reported by:	 Lukasz Dudek <ldudek gmail com>

Modified:
  head/mail/nextcloud-mail/Makefile
  head/security/nextcloud-passman/Makefile
  head/security/nextcloud-twofactor_totp/Makefile
  head/security/nextcloud-twofactor_u2f/Makefile
  head/www/nextcloud-calendar/Makefile
  head/www/nextcloud-contacts/Makefile
  head/www/nextcloud-deck/Makefile
  head/www/nextcloud-notes/Makefile
  head/www/nextcloud-tasks/Makefile
  head/www/nextcloud/Makefile

Modified: head/mail/nextcloud-mail/Makefile
==============================================================================
--- head/mail/nextcloud-mail/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/mail/nextcloud-mail/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -21,7 +21,6 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nex
 
 USES=		gettext php:flavors
 USE_PHP=	imap
-IGNORE_WITH_PHP=	74
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/security/nextcloud-passman/Makefile
==============================================================================
--- head/security/nextcloud-passman/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/security/nextcloud-passman/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -20,7 +20,6 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nex
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/security/nextcloud-twofactor_totp/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_totp/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/security/nextcloud-twofactor_totp/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -20,7 +20,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/security/nextcloud-twofactor_u2f/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_u2f/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/security/nextcloud-twofactor_u2f/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -20,7 +20,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-calendar/Makefile
==============================================================================
--- head/www/nextcloud-calendar/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/www/nextcloud-calendar/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -19,7 +19,6 @@ LICENSE=	AGPLv3
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-contacts/Makefile
==============================================================================
--- head/www/nextcloud-contacts/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/www/nextcloud-contacts/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -20,7 +20,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-deck/Makefile
==============================================================================
--- head/www/nextcloud-deck/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/www/nextcloud-deck/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -17,8 +17,6 @@ COMMENT=	Kanban app for Nextcloud
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-IGNORE_WITH_PHP=	74
-
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors

Modified: head/www/nextcloud-notes/Makefile
==============================================================================
--- head/www/nextcloud-notes/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/www/nextcloud-notes/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -19,7 +19,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-tasks/Makefile
==============================================================================
--- head/www/nextcloud-tasks/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/www/nextcloud-tasks/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -19,7 +19,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud/Makefile
==============================================================================
--- head/www/nextcloud/Makefile	Wed Feb 12 20:48:07 2020	(r525968)
+++ head/www/nextcloud/Makefile	Wed Feb 12 20:57:19 2020	(r525969)
@@ -14,8 +14,7 @@ LICENSE=	AGPLv3
 USES=		cpe gettext-runtime php:flavors,web tar:bzip2
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv json \
 		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
-		xsl wddx zip zlib
-IGNORE_WITH_PHP=	74
+		xsl zip zlib
 
 NEXTCLOUD_USERNAME?=	${WWWOWN}
 NEXTCLOUD_GROUPNAME?=	${WWWGRP}


More information about the svn-ports-all mailing list