diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-04 15:15:38 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-04 15:15:38 +0800 |
commit | 8934fbcf20ec0e640b66cc43e6119d8c7d6925f2 (patch) | |
tree | d86f87d291ed4fea823225ce07aabcfe08812db9 /mail | |
parent | eb4b2f5cfbbfe959b0bee17689e4915b418348c4 (diff) | |
download | freebsd-ports-gnome-8934fbcf20ec0e640b66cc43e6119d8c7d6925f2.tar.gz freebsd-ports-gnome-8934fbcf20ec0e640b66cc43e6119d8c7d6925f2.tar.zst freebsd-ports-gnome-8934fbcf20ec0e640b66cc43e6119d8c7d6925f2.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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nextcloud-mail/Makefile | 5 |
1 files changed, 3 insertions, 2 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} |