Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 13:00:48 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551309 - head/security/nextcloud-end_to_end_encryption
Message-ID:  <202010031300.093D0m4Q015960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sat Oct  3 13:00:48 2020
New Revision: 551309
URL: https://svnweb.freebsd.org/changeset/ports/551309

Log:
  security/nextcloud-end_to_end_encryption: Update to 1.6.2
  
   * Only compatible version for Nextcloud 20

Modified:
  head/security/nextcloud-end_to_end_encryption/Makefile

Modified: head/security/nextcloud-end_to_end_encryption/Makefile
==============================================================================
--- head/security/nextcloud-end_to_end_encryption/Makefile	Sat Oct  3 13:00:11 2020	(r551308)
+++ head/security/nextcloud-end_to_end_encryption/Makefile	Sat Oct  3 13:00:48 2020	(r551309)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	end_to_end_encryption
-PORTVERSION=	1.5.2
+PORTVERSION=	1.6.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -17,7 +17,7 @@ COMMENT=	End-to-End Encryption app for Nextcloud
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=19:www/nextcloud@${PHP_FLAVOR}
+RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
 NO_BUILD=	yes



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