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/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index b01dacf18244..32ba3d0c4636 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mail
-PORTVERSION= 5.1.8
+PORTVERSION= 5.3.3
DISTVERSIONPREFIX= v
CATEGORIES= mail
@@ -16,4 +16,10 @@ USE_PHP= imap
CPE_VENDOR= nextcloud
+# Precompiled linux binary is removed by post-patch but path still exist for future manual use
+PLIST_DIRS+= %%WWWDIR%%/vendor/nextcloud/kitinerary-bin/bin
+
+post-patch:
+ ${RM} ${WRKSRC}/vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor
+
.include <bsd.port.mk>