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/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index d0da36dcf914..4ff84b7efb9f 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -1,6 +1,7 @@
PORTNAME= mail
-PORTVERSION= 5.1.4
+PORTVERSION= 5.3.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= brnrd@FreeBSD.org
@@ -16,4 +17,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>