pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-SRS Update to 0.31. Fix HOMEPAGE (moved).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ad0bc3346ca
branches:  trunk
changeset: 484692:2ad0bc3346ca
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 29 02:19:20 2004 +0000

description:
Update to 0.31.  Fix HOMEPAGE (moved).

Notable changes (no changelog to speak of):
- added srsc command line client to srsd
- fixed upper/lower case comparisons in domain matching

diffstat:

 mail/p5-Mail-SRS/Makefile         |   6 +++---
 mail/p5-Mail-SRS/distinfo         |   8 ++++----
 mail/p5-Mail-SRS/patches/patch-aa |  11 +++--------
 3 files changed, 10 insertions(+), 15 deletions(-)

diffs (58 lines):

diff -r f22ceaee7093 -r 2ad0bc3346ca mail/p5-Mail-SRS/Makefile
--- a/mail/p5-Mail-SRS/Makefile Mon Nov 29 02:11:46 2004 +0000
+++ b/mail/p5-Mail-SRS/Makefile Mon Nov 29 02:19:20 2004 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:49:04 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/29 02:19:20 tv Exp $
 
-DISTNAME=      Mail-SRS-0.30
+DISTNAME=      Mail-SRS-0.31
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 
 MAINTAINER=    tv%duh.org@localhost
-HOMEPAGE=      http://www.anarres.org/projects/srs/
+HOMEPAGE=      http://www.libsrs2.org/
 COMMENT=       SMTP envelope sender rewriting for SPF-compliant forwarding
 
 DEPENDS+=      p5-DB_File>=1.806:../../databases/p5-DB_File
diff -r f22ceaee7093 -r 2ad0bc3346ca mail/p5-Mail-SRS/distinfo
--- a/mail/p5-Mail-SRS/distinfo Mon Nov 29 02:11:46 2004 +0000
+++ b/mail/p5-Mail-SRS/distinfo Mon Nov 29 02:19:20 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/29 19:49:04 tv Exp $
+$NetBSD: distinfo,v 1.2 2004/11/29 02:19:20 tv Exp $
 
-SHA1 (Mail-SRS-0.30.tar.gz) = cdbb5f79be7e8293e37c4520676156a77b520e38
-Size (Mail-SRS-0.30.tar.gz) = 26296 bytes
-SHA1 (patch-aa) = 266ae0983d23a0fc3dc743ff606fa6de289c0aae
+SHA1 (Mail-SRS-0.31.tar.gz) = 52e536cf796a9d1a83e6b685dbd1d5b8e6944c88
+Size (Mail-SRS-0.31.tar.gz) = 26605 bytes
+SHA1 (patch-aa) = c6f0fc852e19de651f58cefa36e9ab5d54a2a9f4
diff -r f22ceaee7093 -r 2ad0bc3346ca mail/p5-Mail-SRS/patches/patch-aa
--- a/mail/p5-Mail-SRS/patches/patch-aa Mon Nov 29 02:11:46 2004 +0000
+++ b/mail/p5-Mail-SRS/patches/patch-aa Mon Nov 29 02:19:20 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/03/29 19:49:04 tv Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/29 02:19:20 tv Exp $
 
---- Makefile.PL.orig   Wed Feb 18 07:46:46 2004
+--- Makefile.PL.orig   2004-06-23 17:53:43.000000000 -0400
 +++ Makefile.PL
 @@ -1,6 +1,8 @@
  use 5.006;
@@ -11,12 +11,7 @@
  # Thanks to YAML
  my @programs = ();
  for (split "\n", <<'QUERIES') {
-@@ -21,11 +23,11 @@ WriteMakefile(
-                               'Test::More'            => 0.40,
-                               'MLDBM'                         => 2.01,
-                               'Storable'                      => 2.04,
--                              'DB_File'                       => 1.806,
-+                              'DB_File'                       => 0,
+@@ -27,7 +29,7 @@ WriteMakefile(
                                'Fcntl'                         => 0,
                                'Carp'                          => 0,
                                'Exporter'                      => 0,



Home | Main Index | Thread Index | Old Index