mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Fix contributor path for bash
- Change maintainer address. PR: 59544 Submitted by: maintainer
This commit is contained in:
parent
f8d3e8fcdd
commit
32dc61398b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94631
@ -7,11 +7,12 @@
|
||||
|
||||
PORTNAME= bogofilter
|
||||
PORTVERSION= 0.15.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= matthias.andree@web.de
|
||||
MAINTAINER= matthias.andree@gmx.de
|
||||
COMMENT= "Fast, teachable, learning spam detector"
|
||||
|
||||
# There is a sibling port, bogofilter-tdb, which presets different
|
||||
@ -35,6 +36,10 @@ MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 \
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/^@ENABLE_XMLTO_TRUE@//' ${WRKSRC}/doc/Makefile.in
|
||||
${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
|
||||
${WRKSRC}/contrib/randomtrain \
|
||||
${WRKSRC}/contrib/scramble \
|
||||
${WRKSRC}/contrib/trainbogo.sh
|
||||
|
||||
post-build::
|
||||
cd ${WRKSRC} && make check SHELL=${SH}
|
||||
|
@ -7,11 +7,12 @@
|
||||
|
||||
PORTNAME= bogofilter
|
||||
PORTVERSION= 0.15.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= matthias.andree@web.de
|
||||
MAINTAINER= matthias.andree@gmx.de
|
||||
COMMENT= "Fast, teachable, learning spam detector"
|
||||
|
||||
# There is a sibling port, bogofilter-tdb, which presets different
|
||||
@ -35,6 +36,10 @@ MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 \
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/^@ENABLE_XMLTO_TRUE@//' ${WRKSRC}/doc/Makefile.in
|
||||
${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
|
||||
${WRKSRC}/contrib/randomtrain \
|
||||
${WRKSRC}/contrib/scramble \
|
||||
${WRKSRC}/contrib/trainbogo.sh
|
||||
|
||||
post-build::
|
||||
cd ${WRKSRC} && make check SHELL=${SH}
|
||||
|
Loading…
Reference in New Issue
Block a user