aboutsummaryrefslogtreecommitdiff
path: root/security/nextcloud-twofactor_u2f
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-04 07:15:38 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-04-04 07:15:38 +0000
commite75965926c4470271d9f361b553fa1b284af05d7 (patch)
treed86f87d291ed4fea823225ce07aabcfe08812db9 /security/nextcloud-twofactor_u2f
parentaadad1ab4a7cd43cc698dc700a3912ec38c89166 (diff)
downloadports-e75965926c4470271d9f361b553fa1b284af05d7.tar.gz
ports-e75965926c4470271d9f361b553fa1b284af05d7.zip
www/nextcloud: Chase change of /apps path
- WWWDIR/apps to WWWDIR/apps-pkg - Bump portrevision to force reinstall - Update Nextcloud version dependencies PR: 227133
Notes
Notes: svn path=/head/; revision=466394
Diffstat (limited to 'security/nextcloud-twofactor_u2f')
-rw-r--r--security/nextcloud-twofactor_u2f/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile
index d196c0628a4a..dbc60e33808d 100644
--- a/security/nextcloud-twofactor_u2f/Makefile
+++ b/security/nextcloud-twofactor_u2f/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twofactor_u2f
PORTVERSION= 1.5.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
@@ -15,13 +16,13 @@ COMMENT= U2F multi-factor auth app for Nextcloud
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= nextcloud>=12:www/nextcloud
+RUN_DEPENDS= nextcloud>=13.0.1:www/nextcloud
USES= php
NO_BUILD= yes
NO_ARCH= yes
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}