pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Ezmlm Update to 0.07.2. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3861d792f125
branches:  trunk
changeset: 545397:3861d792f125
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Aug 01 21:01:26 2008 +0000

description:
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:

 mail/p5-Mail-Ezmlm/Makefile         |   9 +++------
 mail/p5-Mail-Ezmlm/distinfo         |  10 +++++-----
 mail/p5-Mail-Ezmlm/patches/patch-aa |  20 ++++++++++----------
 3 files changed, 18 insertions(+), 21 deletions(-)

diffs (83 lines):

diff -r e1329b4e10ad -r 3861d792f125 mail/p5-Mail-Ezmlm/Makefile
--- a/mail/p5-Mail-Ezmlm/Makefile       Fri Aug 01 19:01:03 2008 +0000
+++ b/mail/p5-Mail-Ezmlm/Makefile       Fri Aug 01 21:01:26 2008 +0000
@@ -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@localhost
-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 @@
 
 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_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 -r e1329b4e10ad -r 3861d792f125 mail/p5-Mail-Ezmlm/distinfo
--- a/mail/p5-Mail-Ezmlm/distinfo       Fri Aug 01 19:01:03 2008 +0000
+++ b/mail/p5-Mail-Ezmlm/distinfo       Fri Aug 01 21:01:26 2008 +0000
@@ -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 -r e1329b4e10ad -r 3861d792f125 mail/p5-Mail-Ezmlm/patches/patch-aa
--- a/mail/p5-Mail-Ezmlm/patches/patch-aa       Fri Aug 01 19:01:03 2008 +0000
+++ b/mail/p5-Mail-Ezmlm/patches/patch-aa       Fri Aug 01 21:01:26 2008 +0000
@@ -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 ==



Home | Main Index | Thread Index | Old Index