aboutsummaryrefslogtreecommitdiffstats
path: root/mail/elm+ME/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm+ME/Makefile')
-rw-r--r--mail/elm+ME/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile
index 53963e885980..959800614be5 100644
--- a/mail/elm+ME/Makefile
+++ b/mail/elm+ME/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= elm+ME
-PORTVERSION= 2.4.87
+PORTVERSION= 2.4.88
PORTEPOCH= 1
CATEGORIES= mail
DISTNAME= ${PORTNAME:S/+ME//}-${PORTVERSION:R}ME+${PORTVERSION:E}
@@ -64,6 +64,16 @@ DESTLIBDIR= ${PREFIX}/lib/${PORTNAME:S/+ME//}
MIMETYPES= elm.mimetypes
#
+# Post-patch
+#
+
+# d_savegrpmboxid is currently broken using setgid(2) instead of setegid(2).
+# will probably be fixed in the next release, for instance, fake a patch.
+# the alternative would be to disable this option in pre-configure script.
+post-patch:
+ @${PERL} -pi.bsd -e 's,setgid,setegid,' ${WRKSRC}/lib/localmbx.c
+
+#
# Post-configure
#