ports/59544: [MAINTAINER] mail/bogofilter: fix contrib path for bash

Matthias Andree matthias.andree at gmx.de
Fri Nov 21 11:30:13 UTC 2003


>Number:         59544
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: fix contrib path for bash
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 21 03:30:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Nov  3 14:56:20 CET
>Description:
Fix contributor path for bash, change maintainer address.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- bogofilter-0.15.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Mon Nov  3 11:48:01 2003
+++ /root/bogofilter/Makefile	Fri Nov 21 12:12:47 2003
@@ -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 at web.de
+MAINTAINER=	matthias.andree at gmx.de
 COMMENT=	"Fast, teachable, learning spam detector"
 
 # There is a sibling port, bogofilter-tdb, which presets different
@@ -35,6 +36,10 @@
 
 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}
--- bogofilter-0.15.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list