summaryrefslogtreecommitdiff
path: root/mail/nextcloud-mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nextcloud-mail/Makefile')
-rw-r--r--mail/nextcloud-mail/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index d0da36dcf914..1efd19e1c589 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mail
-PORTVERSION= 5.1.4
+PORTVERSION= 5.3.1
DISTVERSIONPREFIX= v
CATEGORIES= mail
@@ -16,4 +16,7 @@ USE_PHP= imap
CPE_VENDOR= nextcloud
+post-patch:
+ ${RM} ${WRKSRC}/vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor
+
.include <bsd.port.mk>