diff options
author | crees <crees@FreeBSD.org> | 2011-06-26 15:27:12 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-06-26 15:27:12 +0800 |
commit | 05c03e0635e039ba07672eae43d80f5c3d35410c (patch) | |
tree | 6af60da8ce4bd4f5d4ed31e726179af9b83f0f71 /mail | |
parent | d28feb6f19ba2f4e3af93daa755f1dd28e7fcdb8 (diff) | |
download | freebsd-ports-graphics-05c03e0635e039ba07672eae43d80f5c3d35410c.tar.gz freebsd-ports-graphics-05c03e0635e039ba07672eae43d80f5c3d35410c.tar.zst freebsd-ports-graphics-05c03e0635e039ba07672eae43d80f5c3d35410c.zip |
- Disable gate news by default to prevent lockups on slower machines
PR: ports/120173
Submitted by: "Julian H. Stacey" <jhs@berklix.org>
Approved by: rene (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index c2ea5e1ddd2..06d6c67adea 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -7,7 +7,7 @@ PORTNAME= mailman DISTVERSION= 2.1.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_GNU} \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} @@ -154,6 +154,7 @@ pre-fetch: post-patch: @${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \ ${WRKSRC}/Mailman/Defaults.py.in + @${REINPLACE_CMD} -e 's/^0,5,10/#&/' ${WRKSRC}/cron/crontab.in.in @${SED} \ -e 's#%%USER%%#${MM_USERNAME}#g' \ -e 's#%%MAILMANDIR%%#${MAILMANDIR}#g' \ |