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
Responsible Changed From-To: freebsd-ports-bugs->jmelo Over to maintainer
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"
State Changed From-To: open->closed Committed. Thanks! Sorry my delay i was on my vacations.