From matthias.andree@gmx.de  Wed Jan 14 16:54:03 2004
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 92D0316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Jan 2004 16:54:03 -0800 (PST)
Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DE4BF43D58
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Jan 2004 16:53:59 -0800 (PST)
	(envelope-from matthias.andree@gmx.de)
Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 186031996F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jan 2004 01:53:59 +0100 (CET)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id BBF1697C35
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jan 2004 01:53:57 +0100 (CET)
Received: from emma by libertas.emma.line.org with local (Exim 4.30; FreeBSD)
	id 1Agvll-0008qi-21
	for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Jan 2004 01:53:57 +0100
Message-Id: <E1Agvll-0008qi-21@libertas.emma.line.org>
Date: Thu, 15 Jan 2004 01:53:57 +0100
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/bogofilter: Makefile cosmetic
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61375
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: Makefile cosmetic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 14 17:00:25 PST 2004
>Closed-Date:    Thu Jan 15 00:57:46 PST 2004
>Last-Modified:  Thu Jan 15 00:57:46 PST 2004
>Originator:     Matthias Andree
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.9-STABLE FreeBSD 4.9-STABLE #74: Wed Jan 14 21:55:07 CET 2004
>Description:
Makefile cosmetic changes:
* db-4.2.2 to db-4.2 in LIB_DEPENDS
* drop 2nd contiguous blank line

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

--- bogofilter-0.15.13.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/ports/mail/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Thu Jan 15 01:35:52 2004
+++ /root/ports/mail/bogofilter/Makefile	Thu Jan 15 01:52:57 2004
@@ -18,7 +18,7 @@
 # values for some of our variables
 WITH_DB_VER?=	4
 .if ${WITH_DB_VER} == 42
-LIB_DEPENDS?=	db-4.2.2:${PORTSDIR}/databases/db42
+LIB_DEPENDS?=	db-4.2:${PORTSDIR}/databases/db42
 libs=		-ldb-4.2
 .else
 WITH_DB_VER=	4
@@ -54,7 +54,6 @@
 	@${ECHO} "Use -DWITH_DB_VER=42 to link against db42 instead of the default db4"
 	@${ECHO} ""
 .endif
-	
 
 post-build::
 	cd ${WRKSRC} && make check SHELL=${SH}
--- bogofilter-0.15.13.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Wed Jan 14 22:45:32 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61375 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Jan 15 00:57:40 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61375 
>Unformatted:
