aboutsummaryrefslogtreecommitdiff
path: root/mail/elm+ME/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm+ME/Makefile')
-rw-r--r--mail/elm+ME/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile
index 82faef54d173..6693644c164d 100644
--- a/mail/elm+ME/Makefile
+++ b/mail/elm+ME/Makefile
@@ -17,7 +17,7 @@ PATCH_SITES= ${MASTER_SITES}
PATCHFILES= # see below.
PATCH_DIST_STRIP= -p1
-MAINTAINER= johans@FreeBSD.org
+MAINTAINER= johans@stack.nl
COMMENT= Modern branch of an old mail user agent
# not needed since config.sh is generated by scripts/pre-configure.
@@ -60,7 +60,8 @@ PLIST_SUB= SO_REV="${SO_REV}" \
${ELM_UNSHLIBS:U:S/^/ELM_/:S/$/="@comment "/}
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 elmbindata.1 \
- elmcharset.1 elmlibregister.1 elmrc-write.1 elmregister.1 \
+ elmcharset.1 elmlibregister.1 elmmimetypes.1 \
+ elmrc-write.1 elmregister.1 \
elmstringconvert.1 elmterminal.1 elmunidata.1 elmuninstall.1 \
fastmail.1 frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
printmail.1 prlong.1 readmsg.1
@@ -80,8 +81,8 @@ OPTIONS= ELM_ICONV "libiconv support" on \
#
ELM_VERSION= 2.4
-ELM_REVISION= 122
-ELM_PATCHLEVEL= i # a...z = patch-level, _ means no patch-level.
+ELM_REVISION= 123
+ELM_PATCHLEVEL= c # a...z = patch-level, _ means no patch-level.
ELM_PATCHDONE= false
.for level in _ a b c d e f g h i j k l m n o p q r s t u v w x y z
@@ -171,7 +172,7 @@ fix-permissions:
patch-setgid:
@if [ "$$(/sbin/sysctl -n kern.saved_ids)" -eq 0 ]; then \
${REINPLACE_CMD} -e 's|setgid|setegid|' \
- ${WRKSRC}/lib/localmbx.c \
+ ${WRKSRC}/lib/mbox/localmbx.c \
${WRKSRC}/src/init.c ${WRKSRC}/src/lock.c; \
${REINPLACE_CMD} -e 's|have_saved_ids = 0|have_saved_ids = 1|' \
${WRKSRC}/lib/read_rc.c; \