Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 16:38:23 -0500 (EST)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90407: update htdig patches for Mailman
Message-ID:  <20051214213823.C00DFB816@yertle.kcilink.com>
Resent-Message-ID: <200512142140.jBELe3TV095988@freefall.freebsd.org>

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

>Number:         90407
>Category:       ports
>Synopsis:       update htdig patches for Mailman
>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:   Wed Dec 14 21:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 5.4-STABLE FreeBSD 5.4-STABLE #7: Tue May 31 11:38:22 EDT 2005 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/YERTLE amd64


	
>Description:
	

update HT/DIG integration with Mailman for those that need it.  no need to
bump portrevision since it affects nobody who already is running mailman.

patches submitted by Brad Kollmyer <bradk@vitalsoft.com> and
Frank Wancho <fwancho@WHC.NET>

remove maintainership.  neither of the above submitters was willing to take
it, and I no longer use it.

>How-To-Repeat:
	
>Fix:

	



diff -Pru mailman/Makefile mailman.new/Makefile
--- mailman/Makefile	Mon Jun 13 10:47:52 2005
+++ mailman.new/Makefile	Wed Dec 14 16:33:51 2005
@@ -20,17 +20,16 @@
 DIST_SUBDIR=	mailman
 
 .if defined(WITH_HTDIG)
-## this may be broken with mailman 2.1.6 -- someone send patches to $MAINTAINER
 # see http://www.openinfo.co.uk/mailman/index.html
 # Order of application of these patches is critical.
-PATCHFILES+=	indexing-2.1.4-0.1.patch.gz:patch1 \
-		htdig-2.1.4-0.1.patch.gz:patch2
+PATCHFILES+=	indexing-2.1.6-0.1.patch.gz:patch1 \
+		htdig-2.1.6-0.1.patch.gz:patch2
 PATCH_DIST_STRIP=	-p1
-PATCH_SITES+=	http://www.openinfo.co.uk/mailman/patches/444879/:patch1 \
-		http://www.openinfo.co.uk/mailman/patches/444884/:patch2
+PATCH_SITES+=	http://www.openinfo.co.uk/mm/patches/444879/:patch1 \
+		http://www.openinfo.co.uk/mm/patches/444884/:patch2
 .endif
 
-MAINTAINER?=	vivek@khera.org
+MAINTAINER?=	ports@freebsd.org
 COMMENT?=	A mailing list manager (MLM) with a user-friendly web front-end
 
 RUN_DEPENDS=	lynx:${PORTSDIR}/www/lynx
@@ -72,7 +71,7 @@
 MAIL_GID?=	daemon
 .endif
 CGI_GID?=	www
-IMGDIR=		www/icons
+IMGDIR?=	www/icons
 #
 # End of user-configurable variables.
 
diff -Pru mailman/distinfo mailman.new/distinfo
--- mailman/distinfo	Tue Jun  7 10:07:05 2005
+++ mailman.new/distinfo	Wed Dec 14 16:30:19 2005
@@ -1,2 +1,6 @@
 MD5 (mailman/mailman-2.1.6.tgz) = 4e0f9d09c1553bd1a0a5327052179ca2
 SIZE (mailman/mailman-2.1.6.tgz) = 6482726
+MD5 (mailman/indexing-2.1.6-0.1.patch.gz) = e94f41782441afd5f025506dbaf70b33
+SIZE (mailman/indexing-2.1.6-0.1.patch.gz) = 8881
+MD5 (mailman/htdig-2.1.6-0.1.patch.gz) = d1735fc345066ba8b9f6df68ae2718de
+SIZE (mailman/htdig-2.1.6-0.1.patch.gz) = 60970
>Release-Note:
>Audit-Trail:
>Unformatted:



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