Bug 107688 - [patch] mail/mailman: unbreak with WITH_HTDIG knob
Summary: [patch] mail/mailman: unbreak with WITH_HTDIG knob
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 18:20 UTC by Boris Samorodov
Modified: 2007-01-26 15:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2007-01-08 18:20:15 UTC
	Current version of mail/mailman doesn't use HTDIG patches
	(which are out now for mailman 2.1.9).

Fix: . update two HTDIG patches (htdig and indexing) to 2.1.9;
	. introduce those patches to distinfo;
	. as a result, remove BROKEN.



WBR
-- 
bsam--9RWw8p0cyCQjGVM22A3Oik5ptR0y9FfGulJ3gm1zZcX8jMcl
Content-Type: text/plain; name="mailman.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="mailman.diff"

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-08 18:20:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-26 15:25:54 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"
Comment 3 Jean Milanez Melo freebsd_committer freebsd_triage 2007-01-26 15:26:30 UTC
State Changed
From-To: open->closed

Committed. Thanks! Sorry my delay i was on my vacations.