aboutsummaryrefslogtreecommitdiff
path: root/security/nextcloud-end_to_end_encryption
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-10-03 13:00:48 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-10-03 13:00:48 +0000
commit77aeabded01eda2be2b73ad4ec07baf0b4ecddab (patch)
tree5c06ac7ed4042e8894d9f85ed62ceb1699f5214b /security/nextcloud-end_to_end_encryption
parent5e4ad249d600cac68305c4b69750f1d0109ba101 (diff)
downloadports-77aeabded01eda2be2b73ad4ec07baf0b4ecddab.tar.gz
ports-77aeabded01eda2be2b73ad4ec07baf0b4ecddab.zip
security/nextcloud-end_to_end_encryption: Update to 1.6.2
* Only compatible version for Nextcloud 20
Notes
Notes: svn path=/head/; revision=551309
Diffstat (limited to 'security/nextcloud-end_to_end_encryption')
-rw-r--r--security/nextcloud-end_to_end_encryption/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile
index a33431178281..aa2d4a758f98 100644
--- a/security/nextcloud-end_to_end_encryption/Makefile
+++ b/security/nextcloud-end_to_end_encryption/Makefile
@@ -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