aboutsummaryrefslogtreecommitdiff
path: root/www/nextcloud-appointments/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/nextcloud-appointments/Makefile')
-rw-r--r--www/nextcloud-appointments/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile
index f9c7af801489..d9987877802e 100644
--- a/www/nextcloud-appointments/Makefile
+++ b/www/nextcloud-appointments/Makefile
@@ -1,5 +1,5 @@
PORTNAME= appointments
-PORTVERSION= 2.0.7
+PORTVERSION= 2.1.3
CATEGORIES= www
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/
DISTVERSIONPREFIX= v
@@ -12,13 +12,10 @@ WWW= https://apps.nextcloud.com/apps/appointments
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-NEXTCLOUD_RUN_DEPENDS= 26
+NEXTCLOUD_RUN_DEPENDS= 27
USES= nextcloud php:flavors
GH_ACCOUNT= SergeyMosin
-post-patch:
- ${RMDIR} ${WRKSRC}/lib/CalDAV
-
.include <bsd.port.mk>