1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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)
This commit is contained in:
Chris Rees 2011-06-26 07:27:12 +00:00
parent 05e8725e13
commit 53aab1f990
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276426

View File

@ -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' \