diff options
author | schmonz <schmonz> | 2008-08-01 21:01:26 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2008-08-01 21:01:26 +0000 |
commit | ca26f0e95585a96377786439b9c6803eb2094c11 (patch) | |
tree | 6f0b7f2b904e9e034d955ba784c7156e4c62d5d7 /mail/p5-Mail-Ezmlm | |
parent | 7f57f830956f4bf20902d124fd388b974e84c3f8 (diff) | |
download | pkgsrc-ca26f0e95585a96377786439b9c6803eb2094c11.tar.gz |
Update to 0.07.2. From the changelog:
0.06 Mon Dec 26 18:55:12 CET 2005
- support for ezmlm-idx-5.0.0 added
- fixed version check
0.07 Mon Jan 2 22:12:32 CET 2006
- new functions for text management (idx >= 5.0)
- new functions for language setting (idx >= 5.0)
- new functions for charset setting (idx >= 5.0)
- new functions for config directory setting (idx >= 5.0)
- look for ezmlm-make at run-time
- requires Text::ParseWords
0.07.1 Mon Jan 23 22:30:14 CET 2006
- fix misinterpretation of empty settings
0.07.2 Tue Jun 20 01:05:56 UTC 2006
- fixed 'get_charset' and 'set_charset' for idx < 5.0
Diffstat (limited to 'mail/p5-Mail-Ezmlm')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Mail-Ezmlm/distinfo | 10 | ||||
-rw-r--r-- | mail/p5-Mail-Ezmlm/patches/patch-aa | 20 |
3 files changed, 18 insertions, 21 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 42e4a2a269b..d8888dd438b 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:34 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/08/01 21:01:26 schmonz Exp $ # -DISTNAME= Ezmlm-0.05.1 +DISTNAME= Ezmlm-0.07.2 PKGNAME= p5-Mail-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://guy.rucus.net/ezmlm/ +HOMEPAGE= http://search.cpan.org/~sumpfrall/Ezmlm/ COMMENT= Perl5 module for managing ezmlm mailing lists DEPENDS+= qmail>=1.03:../../mail/qmail @@ -15,8 +15,6 @@ DEPENDS+= {ezmlm>=0.53,ezmlm-idx>=0.40}:../../mail/ezmlm PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/Ezmlm-0.05 - MAKE_ENV+= BSD_BATCH_INSTALL=1 # skip interactive config stage SUBST_CLASSES+= paths @@ -24,7 +22,6 @@ SUBST_STAGE.paths= do-configure SUBST_FILES.paths= Ezmlm.pm SUBST_SED.paths= -e 's|@LOCALBASE@|${LOCALBASE}|g' SUBST_SED.paths+= -e 's|@QMAILDIR@|${QMAILDIR}|g' -SUBST_SED.paths+= -e 's|@MYSQLBASE@|${LOCALBASE}/bin|g' SUBST_MESSAGE.paths= Configuring paths. PERL5_PACKLIST= auto/Mail/Ezmlm/.packlist diff --git a/mail/p5-Mail-Ezmlm/distinfo b/mail/p5-Mail-Ezmlm/distinfo index 9091f1975af..466d343935e 100644 --- a/mail/p5-Mail-Ezmlm/distinfo +++ b/mail/p5-Mail-Ezmlm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2008/08/01 21:01:26 schmonz Exp $ -SHA1 (Ezmlm-0.05.1.tar.gz) = bd28a8e992b177caf7ae41ed471d9ac2704db53f -RMD160 (Ezmlm-0.05.1.tar.gz) = b7f365a5c8d42b396877765c060410c819fd36ae -Size (Ezmlm-0.05.1.tar.gz) = 11619 bytes -SHA1 (patch-aa) = 8a16b2164aeab5aa4bd2a2c3ab4f52eef638b183 +SHA1 (Ezmlm-0.07.2.tar.gz) = 0915813ffd90ca2b6498199d8e08351f38946b91 +RMD160 (Ezmlm-0.07.2.tar.gz) = f06d95584a97d2608e542ab92be0132de4444961 +Size (Ezmlm-0.07.2.tar.gz) = 15494 bytes +SHA1 (patch-aa) = 181f789c489c297b4318dfc948c6c351ad1675f3 diff --git a/mail/p5-Mail-Ezmlm/patches/patch-aa b/mail/p5-Mail-Ezmlm/patches/patch-aa index bc776030d6a..e6c5c444a74 100644 --- a/mail/p5-Mail-Ezmlm/patches/patch-aa +++ b/mail/p5-Mail-Ezmlm/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $ +$NetBSD: patch-aa,v 1.2 2008/08/01 21:01:26 schmonz Exp $ ---- Ezmlm.pm.orig 2005-03-08 08:10:46.000000000 -0500 +--- Ezmlm.pm.orig 2006-06-19 21:01:35.000000000 -0400 +++ Ezmlm.pm -@@ -56,9 +56,9 @@ $VERSION = '0.05'; +@@ -57,9 +57,9 @@ $VERSION = '0.07'; require 5.005; # == Begin site dependant variables == --$EZMLM_BASE = '/usr/local/bin'; #Autoinserted by Makefile.PL --$QMAIL_BASE = '/var/qmail'; #Autoinserted by Makefile.PL --$MYSQL_BASE = ''; #Autoinserted by Makefile.PL -+$EZMLM_BASE = '@LOCALBASE@/bin'; -+$QMAIL_BASE = '@QMAILDIR@'; -+$MYSQL_BASE = '@MYSQLBASE@'; +-$EZMLM_BASE = '/usr/local/bin'; #Autoinserted by Makefile.PL +-$QMAIL_BASE = '/var/qmail'; #Autoinserted by Makefile.PL +-$MYSQL_BASE = ''; #Autoinserted by Makefile.PL ++$EZMLM_BASE = '@LOCALBASE@/bin'; #Autoinserted by Makefile.PL ++$QMAIL_BASE = '@QMAILDIR@'; #Autoinserted by Makefile.PL ++$MYSQL_BASE = '@LOCALBASE@/bin'; #Autoinserted by Makefile.PL # == End site dependant variables == - use Carp; + # == check the ezmlm-make path == |