diff options
-rw-r--r-- | www/nextcloud-appointments/Makefile | 5 | ||||
-rw-r--r-- | www/nextcloud-appointments/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile index 16ce7b0d3b06..f9c7af801489 100644 --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -1,5 +1,5 @@ PORTNAME= appointments -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.7 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/ DISTVERSIONPREFIX= v @@ -18,4 +18,7 @@ USES= nextcloud php:flavors GH_ACCOUNT= SergeyMosin +post-patch: + ${RMDIR} ${WRKSRC}/lib/CalDAV + .include <bsd.port.mk> diff --git a/www/nextcloud-appointments/distinfo b/www/nextcloud-appointments/distinfo index 7e66ce2e89f4..0e251f0aaa11 100644 --- a/www/nextcloud-appointments/distinfo +++ b/www/nextcloud-appointments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710585626 -SHA256 (nextcloud/appointments-2.0.4/appointments.tar.gz) = 1565dd813d67f8b50fd1a6b3fc2f7bdb7c1286fd7b560d92be277c75fa996625 -SIZE (nextcloud/appointments-2.0.4/appointments.tar.gz) = 1831803 +TIMESTAMP = 1713718545 +SHA256 (nextcloud/appointments-2.0.7/appointments.tar.gz) = 81b60694d6b01908ab978cdb0d0b3da6da48202aa48e18a200e3e0ab4e49ae28 +SIZE (nextcloud/appointments-2.0.7/appointments.tar.gz) = 1844479 |