From bsam@tinderbox.i386.ipt.ru  Mon Jan  8 18:15:36 2007
Return-Path: <bsam@tinderbox.i386.ipt.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DC4EF16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Jan 2007 18:15:36 +0000 (UTC)
	(envelope-from bsam@tinderbox.i386.ipt.ru)
Received: from tinderbox.i386.ipt.ru (tinderbox.i386.ipt.ru [80.253.10.91])
	by mx1.freebsd.org (Postfix) with ESMTP id 62AC313C471
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Jan 2007 18:15:35 +0000 (UTC)
	(envelope-from bsam@tinderbox.i386.ipt.ru)
Received: from tinderbox.i386.ipt.ru (localhost [127.0.0.1])
	by tinderbox.i386.ipt.ru (8.13.8/8.13.8) with ESMTP id l08IDhHY078071
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Jan 2007 21:13:43 +0300 (MSK)
	(envelope-from bsam@tinderbox.i386.ipt.ru)
Received: (from bsam@localhost)
	by tinderbox.i386.ipt.ru (8.13.8/8.13.8/Submit) id l08IDghl078064;
	Mon, 8 Jan 2007 21:13:42 +0300 (MSK)
	(envelope-from bsam)
Message-Id: <200701081813.l08IDghl078064@tinderbox.i386.ipt.ru>
Date: Mon, 8 Jan 2007 21:13:42 +0300 (MSK)
From: Boris Samorodov <bsam@freebsd.org>
Reply-To: Boris Samorodov <bsam@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mail/mailman: unbreak with WITH_HTDIG knob
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107688
>Category:       ports
>Synopsis:       [patch] mail/mailman: unbreak with WITH_HTDIG knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jmelo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 18:20:15 GMT 2007
>Closed-Date:    Fri Jan 26 15:26:32 GMT 2007
>Last-Modified:  Fri Jan 26 15:30:15 GMT 2007
>Originator:     Boris Samorodov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 11 13:27:01 MSK 2006 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	Current version of mail/mailman doesn't use HTDIG patches
	(which are out now for mailman 2.1.9).
>How-To-Repeat:
>Fix:
	. update two HTDIG patches (htdig and indexing) to 2.1.9;
	. introduce those patches to distinfo;
	. as a result, remove BROKEN.

--- mailman.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/mailman/Makefile,v
retrieving revision 1.67
diff -u -r1.67 Makefile
--- Makefile	6 Nov 2006 12:36:42 -0000	1.67
+++ Makefile	8 Jan 2007 18:06:46 -0000
@@ -96,11 +96,10 @@
 .endif
 
 .if defined(WITH_HTDIG)
-BROKEN=		patch to mailman 2.1.9 was not released yet, please remove htdig option and try again.
 PATCH_SITES+=	http://www.openinfo.co.uk/mm/patches/444879/:patch1 \
 		http://www.openinfo.co.uk/mm/patches/444884/:patch2
-PATCHFILES+=	indexing-2.1.6-0.1.patch.gz:patch1 \
-		htdig-2.1.6-0.1.patch.gz:patch2
+PATCHFILES+=	indexing-2.1.9-0.1.patch.gz:patch1 \
+		htdig-2.1.9-0.1.patch.gz:patch2
 PATCH_DIST_STRIP=	-p1
 PKGNAMESUFFIX+=	-with-htdig
 RUN_DEPENDS+=	htdig:${PORTSDIR}/textproc/htdig
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/mailman/distinfo,v
retrieving revision 1.31
diff -u -r1.31 distinfo
--- distinfo	15 Sep 2006 21:35:03 -0000	1.31
+++ distinfo	8 Jan 2007 18:06:46 -0000
@@ -1,3 +1,9 @@
 MD5 (mailman/mailman-2.1.9.tgz) = dd51472470f9eafb04f64da372444835
 SHA256 (mailman/mailman-2.1.9.tgz) = 1b7a2c853c21bfd22205167dc3678c634a3f981721d95d1cd923ca84967cc986
 SIZE (mailman/mailman-2.1.9.tgz) = 7829201
+MD5 (mailman/indexing-2.1.9-0.1.patch.gz) = b8251fa47b88d7e67b6af45fb2e32393
+SHA256 (mailman/indexing-2.1.9-0.1.patch.gz) = cbef2c24fc629e9aed3eacc017edf40a4b09d6bf5cb5048f774df8bc7958c841
+SIZE (mailman/indexing-2.1.9-0.1.patch.gz) = 8652
+MD5 (mailman/htdig-2.1.9-0.1.patch.gz) = 6a52c422d2fbf573ae529665677afbad
+SHA256 (mailman/htdig-2.1.9-0.1.patch.gz) = dd6aa2d67b47c335ed7e866108ba6df00841dd70410169822dc65350b85027c4
+SIZE (mailman/htdig-2.1.9-0.1.patch.gz) = 61093
--- mailman.diff ends here ---

WBR
-- 
bsam

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmelo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 8 18:20:32 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107688 
State-Changed-From-To: open->closed 
State-Changed-By: jmelo 
State-Changed-When: Fri Jan 26 15:26:30 UTC 2007 
State-Changed-Why:  
Committed. Thanks! Sorry my delay i was on my vacations. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107688 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107688: commit references a PR
Date: Fri, 26 Jan 2007 15:25:54 +0000 (UTC)

 jmelo       2007-01-26 15:25:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/mailman         Makefile distinfo 
   Log:
   - Unbreak htdig option.
   
   PR:             ports/107688
   Submitted by:   Boris Samorodov <bsam@freebsd.org>
   
   Revision  Changes    Path
   1.68      +2 -3      ports/mail/mailman/Makefile
   1.32      +6 -0      ports/mail/mailman/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
