summaryrefslogtreecommitdiff
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
parentwww/nextcloud: Update to 13.0.1 (diff)
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
-rw-r--r--mail/nextcloud-mail/Makefile5
-rw-r--r--security/nextcloud-passman/Makefile3
-rw-r--r--security/nextcloud-twofactor_totp/Makefile5
-rw-r--r--security/nextcloud-twofactor_u2f/Makefile5
-rw-r--r--www/nextcloud-calendar/Makefile5
-rw-r--r--www/nextcloud-contacts/Makefile5
-rw-r--r--www/nextcloud-notes/Makefile3
-rw-r--r--www/nextcloud-tasks/Makefile5
8 files changed, 22 insertions, 14 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index 15ea970bb96f..1c770483e909 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mail
PORTVERSION= 0.7.10
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= mail
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -15,7 +16,7 @@ COMMENT= Mail app for Nextcloud
LICENSE= AGPLv3
-RUN_DEPENDS= nextcloud>=12:www/nextcloud
+RUN_DEPENDS= nextcloud>=13:www/nextcloud
USES= gettext php
USE_PHP= imap
@@ -29,7 +30,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP}
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile
index 051d11f6bad2..082f0a796d7f 100644
--- a/security/nextcloud-passman/Makefile
+++ b/security/nextcloud-passman/Makefile
@@ -3,6 +3,7 @@
PORTNAME= passman
PORTVERSION= 2.1.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://releases.passman.cc/
PKGNAMEPREFIX= nextcloud-
@@ -22,7 +23,7 @@ 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}
diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile
index 5276b21e99af..30ad80acead0 100644
--- a/security/nextcloud-twofactor_totp/Makefile
+++ b/security/nextcloud-twofactor_totp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twofactor_totp
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
@@ -15,7 +16,7 @@ COMMENT= TOTP multi-factor auth app for Nextcloud
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= nextcloud>=12:www/nextcloud
+RUN_DEPENDS= nextcloud>=13:www/nextcloud
USES= php
NO_BUILD= yes
@@ -27,7 +28,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP}
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
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}
diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile
index d0dc6fc05daa..a42476832d32 100644
--- a/www/nextcloud-calendar/Makefile
+++ b/www/nextcloud-calendar/Makefile
@@ -3,6 +3,7 @@
PORTNAME= calendar
PORTVERSION= 1.6.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -15,7 +16,7 @@ COMMENT= Calendar app for Nextcloud
LICENSE= AGPLv3
-RUN_DEPENDS= nextcloud>=12:www/nextcloud
+RUN_DEPENDS= nextcloud>=13:www/nextcloud
USES= php
NO_BUILD= yes
@@ -27,7 +28,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP}
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile
index b9245e40568e..032ca073425a 100644
--- a/www/nextcloud-contacts/Makefile
+++ b/www/nextcloud-contacts/Makefile
@@ -3,6 +3,7 @@
PORTNAME= contacts
PORTVERSION= 2.1.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -15,7 +16,7 @@ COMMENT= Contacts app for Nextcloud
LICENSE= AGPLv3
-RUN_DEPENDS= nextcloud>=11:www/nextcloud
+RUN_DEPENDS= nextcloud>=12:www/nextcloud
USES= php
NO_BUILD= yes
@@ -27,7 +28,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP}
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
diff --git a/www/nextcloud-notes/Makefile b/www/nextcloud-notes/Makefile
index a83ec53d5ffd..b6ac8875e8a0 100644
--- a/www/nextcloud-notes/Makefile
+++ b/www/nextcloud-notes/Makefile
@@ -3,6 +3,7 @@
PORTNAME= notes
PORTVERSION= 2.3.2
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -28,7 +29,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP}
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
diff --git a/www/nextcloud-tasks/Makefile b/www/nextcloud-tasks/Makefile
index cea180948bd9..9f2497e23ba1 100644
--- a/www/nextcloud-tasks/Makefile
+++ b/www/nextcloud-tasks/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tasks
PORTVERSION= 0.9.6
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
@@ -16,7 +17,7 @@ COMMENT= Tasks app for Nextcloud
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= nextcloud>=10:www/nextcloud
+RUN_DEPENDS= nextcloud>=12:www/nextcloud
USES= php
NO_BUILD= yes
@@ -28,7 +29,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP}
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
+WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}