aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authorwjv <wjv@FreeBSD.org>2002-07-22 22:29:09 +0800
committerwjv <wjv@FreeBSD.org>2002-07-22 22:29:09 +0800
commit5b842b2e35f4daacbf42d1103b0012c9f1202670 (patch)
treee72581d88c2abbf8938cfc074c78df748e7a2155 /mail/mailman/Makefile
parentf8f7fa2b9021e31ba1475b03262bc5e89f6c94e7 (diff)
downloadfreebsd-ports-graphics-5b842b2e35f4daacbf42d1103b0012c9f1202670.tar.gz
freebsd-ports-graphics-5b842b2e35f4daacbf42d1103b0012c9f1202670.tar.zst
freebsd-ports-graphics-5b842b2e35f4daacbf42d1103b0012c9f1202670.zip
- Update to version 2.0.12
- Update $PKGDEINSTALL so that running Python processes beloning to mailman user should be killed correctly upon port/package deinstallation, even when the version of Python had been updated since the port/package was installed. - Fix a small oversight in $PLIST to allow clean package installations (i.e. where there is not an existing mailman user) to set file permissions correctly.
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 576528211e8..e918de31ba1 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mailman
-PORTVERSION= 2.0.11
+PORTVERSION= 2.0.12
CATEGORIES= mail
MASTER_SITES= http://www.list.org/ \
${MASTER_SITE_GNU} \
@@ -82,7 +82,6 @@ pre-configure:
post-configure:
@ ${SED} -e 's#%%USER%%#${MM_USERNAME}#g' \
-e 's#%%GROUP%%#${MM_GROUPNAME}#g' \
- -e 's#%%PYTHON_CMD%%#${PYTHON_CMD}#g' \
-e 's#%%MAILMANDIR%%#${MAILMANDIR}#g' pkg-deinstall > \
${PKGDEINSTALL}
@ ${SED} -e 's#%%MAILMANDIR%%#${MAILMANDIR}#g' \