Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 18:17:57 +0200 (CEST)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81268: [MAINTAINER] mail/bogofilter: update to 0.94.12
Message-ID:  <20050519161757.716211B299@merlin.emma.line.org>
Resent-Message-ID: <200505191620.j4JGK2rV038557@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81268
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: update to 0.94.12
>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:   Thu May 19 16:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.4-STABLE FreeBSD 5.4-STABLE #29: Thu May  5 11:41:16 CEST
>Description:
- Update to 0.94.12 (new stable version)

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

--- bogofilter-0.94.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/ports/mail/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Thu May 19 17:20:38 2005
+++ /root/ports/mail/bogofilter/Makefile	Thu May 19 18:13:59 2005
@@ -2,12 +2,12 @@
 # Whom:		Matthias Andree <matthias.andree@gmx.de>
 # Date created:	2002-10-17
 #
-# $FreeBSD: ports/mail/bogofilter/Makefile,v 1.53 2005/05/17 03:31:09 vanilla Exp $
+# $FreeBSD: ports/mail/bogofilter/Makefile,v 1.52 2005/05/02 20:46:12 jylefort Exp $
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.92.8
-PORTREVISION?=	1
+PORTVERSION=	0.94.12
+PORTREVISION=	0
 CATEGORIES?=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,16 +15,15 @@
 MAINTAINER?=	matthias.andree@gmx.de
 COMMENT=	"Fast, teachable, learning spam detector"
 
-LIB_DEPENDS?=	db-4.2:${PORTSDIR}/databases/db42
+LIB_DEPENDS?=	db-4.3:${PORTSDIR}/databases/db43
 .if !defined(WITHOUT_GSL)
 LIB_DEPENDS+=	gsl:${PORTSDIR}/math/gsl
 .endif
 .if !defined(WITHOUT_BASH)
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 .endif
 
-CONFLICTS?=	bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \
-		bogofilter-current-[0-9]*
+CONFLICTS?=	bogofilter-sqlite-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
 
 USE_BZIP2=	yes
 USE_REINPLACE=	yes
@@ -35,13 +34,14 @@
 .if defined(WITHOUT_GSL)
 CONFIGURE_ARGS+=	--with-included-gsl
 .endif
-CONFIGURE_ENV?=	CPPFLAGS="-I${LOCALBASE}/include/db42" \
-		LDFLAGS="-L${LOCALBASE}/lib" LIBS="-ldb-4.2"
+CONFIGURE_ENV?=	CPPFLAGS="-I${LOCALBASE}/include/db43" \
+		LDFLAGS="-L${LOCALBASE}/lib" LIBS="-ldb-4.3"
 CONFIGURE_ENV+=	PERL="${PERL}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALL_TARGET=	install-strip prefix=${PREFIX}
 
-MAN1=		bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1
+MAN1=		bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1 \
+		bf_copy.1 bf_compact.1 bf_resize.1 bf_tar.1
 
 post-patch:
 	${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
@@ -87,10 +87,11 @@
 .endfor
 .for i in AUTHORS COPYING INSTALL NEWS README README.cvs \
 	doc/README.validation TODO \
-	CHANGES-* RELEASE.NOTES-* \
+	RELEASE.NOTES doc/README.db doc/README.sqlite \
 	doc/integrating-with-postfix doc/integrating-with-qmail \
 	doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 \
-	doc/README.tdb
+	doc/README.tdb doc/bogofilter-SA-2004-01 GETTING.STARTED \
+	doc/bogofilter-faq.html doc/bogofilter-faq-fr.html
 	  ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/trio/AUTHORS ${DOCSDIR}/AUTHORS.trio
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/distinfo /root/ports/mail/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Fri Oct 29 13:34:36 2004
+++ /root/ports/mail/bogofilter/distinfo	Thu May 19 17:19:48 2005
@@ -1,2 +1,2 @@
-MD5 (bogofilter-0.92.8.tar.bz2) = dac06b6afcab0e36d17b1604216dc9bf
-SIZE (bogofilter-0.92.8.tar.bz2) = 637420
+MD5 (bogofilter-0.94.12.tar.bz2) = 489337defebff75d8e2b46350e946752
+SIZE (bogofilter-0.94.12.tar.bz2) = 723385
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/pkg-plist /root/ports/mail/bogofilter/pkg-plist
--- /usr/ports/mail/bogofilter/pkg-plist	Wed Feb  4 10:46:30 2004
+++ /root/ports/mail/bogofilter/pkg-plist	Thu May 19 18:09:47 2005
@@ -1,3 +1,7 @@
+bin/bf_compact
+bin/bf_copy
+bin/bf_resize
+bin/bf_tar
 bin/bogofilter
 bin/bogolexer
 bin/bogotune
--- bogofilter-0.94.12.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050519161757.716211B299>