From 94e1495caa19db15d23968a16e5ff71154dd176f Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 29 Dec 2006 06:21:06 +0000 Subject: Update to 0.444, a bugfix release, and quell pkglint. From the changelog: - Fixed text files to not overwrite the "text/top" and "text/bottom" files unconditionally. Also rewrote places where the filename was duplicated in the tags. - (Un)subscribe requests initiated and confirmed by a moderator are now marked in the Log as "+mod" or "-mod". This is accomplished by the addition of another pair of subscribe/unsubscribe confirmation commands ("rc.cookie" and "wc.cookie") to ezmlm-manage to differentiate between moderated (un)subscribe requests and (un)subscribe requests iniated and confirmed by a moderator. --- mail/ezmlm-idx/Makefile | 11 ++++++----- mail/ezmlm-idx/distinfo | 10 +++++----- mail/ezmlm-idx/patches/patch-aa | 8 ++++---- 3 files changed, 15 insertions(+), 14 deletions(-) (limited to 'mail') diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 18bb00c7f91..6a6cc7614eb 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.27 2006/03/18 06:54:49 schmonz Exp $ +# $NetBSD: Makefile,v 1.28 2006/12/29 06:21:06 schmonz Exp $ # .include "../../mail/ezmlm/Makefile.common" DISTNAME= ezmlm-idx-${IDXVERSION} -IDXVERSION= 0.443 -PKGREVISION= 1 +IDXVERSION= 0.444 SITES.${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${IDXVERSION}/ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.ezmlm.org/ -COMMENT= ezmlm with enhancements by third parties +COMMENT= Version of ezmlm with enhancements by third parties CONFLICTS= ezmlm-[0-9]* @@ -24,12 +23,14 @@ DJB_RESTRICTED= YES PKG_SYSCONFSUBDIR= ezmlm CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" +USE_TOOLS+= patch EGDIR= ${PREFIX}/share/examples/ezmlm-idx CONF_FILES= ${EGDIR}/ezcgirc ${PKG_SYSCONFDIR}/ezcgirc CONF_FILES+= ${EGDIR}/ezmlmrc ${PKG_SYSCONFDIR}/ezmlmrc -INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5 +INSTALLATION_DIRS= bin ${PKGMANDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 +INSTALLATION_DIRS+= ${PKGMANDIR}/cat1 ${PKGMANDIR}/cat5 INSTALLATION_DIRS+= share/examples/ezmlm-idx post-extract: diff --git a/mail/ezmlm-idx/distinfo b/mail/ezmlm-idx/distinfo index 7dff946cb36..78bd6fab914 100644 --- a/mail/ezmlm-idx/distinfo +++ b/mail/ezmlm-idx/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.16 2005/09/02 01:08:48 schmonz Exp $ +$NetBSD: distinfo,v 1.17 2006/12/29 06:21:06 schmonz Exp $ -SHA1 (ezmlm-idx-0.443.tar.gz) = d8f63c6f7a04d9581cd330e8d5e64fbb9f3f48b6 -RMD160 (ezmlm-idx-0.443.tar.gz) = e06b1eadd65cb79efbdd6529a4cfc9dd7efdc805 -Size (ezmlm-idx-0.443.tar.gz) = 579970 bytes SHA1 (ezmlm-0.53.tar.gz) = 3a7b618737fed8b774bec69c272d70f4142c1e30 RMD160 (ezmlm-0.53.tar.gz) = 6d366de2d7028a984ba454f1bec9d2d9f495c88b Size (ezmlm-0.53.tar.gz) = 62693 bytes -SHA1 (patch-aa) = ab64608eb858732f6e27c6aa876574f1293d294e +SHA1 (ezmlm-idx-0.444.tar.gz) = ef4225fc023e95c5b84aa48b417a68a0796cc72a +RMD160 (ezmlm-idx-0.444.tar.gz) = 7af28d61c604123113e6718d263d7d207f09fd33 +Size (ezmlm-idx-0.444.tar.gz) = 615519 bytes +SHA1 (patch-aa) = 1a30d5f859ed87723f2c32e33a3b96167c460446 SHA1 (patch-ab) = a8f41d4fad49dca3e65a317e95bc54a1b530afe0 diff --git a/mail/ezmlm-idx/patches/patch-aa b/mail/ezmlm-idx/patches/patch-aa index 6b88ab381fd..1f6fe26d162 100644 --- a/mail/ezmlm-idx/patches/patch-aa +++ b/mail/ezmlm-idx/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2005/03/13 03:33:31 schmonz Exp $ +$NetBSD: patch-aa,v 1.7 2006/12/29 06:21:06 schmonz Exp $ ---- idx.h.orig 2005-03-08 11:39:29.000000000 -0500 +--- idx.h.orig 2006-11-23 14:12:30.000000000 -0500 +++ idx.h -@@ -251,7 +251,7 @@ +@@ -255,7 +255,7 @@ /* ezmlm-make looks first (unless the -c switch is specified) before */ /* falling back to the (usually unchanged) version in the ezmlm bin */ /* directory. */ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.6 2005/03/13 03:33:31 schmonz Exp $ /* same name added to auto_bin. Note leading slash! */ #define TXT_EZMLMRC "/ezmlmrc" -@@ -266,7 +266,7 @@ +@@ -270,7 +270,7 @@ #define TXT_LOOPNUM "loopnum" /* ezmlm-cgi config file for normal SUID root install */ -- cgit v1.2.3