pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-SPF-Query Updated to version 1.999.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6045f0bb351
branches:  trunk
changeset: 508178:d6045f0bb351
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Feb 15 23:37:39 2006 +0000

description:
Updated to version 1.999.

Pkgsrc changes:
  - Added correct HOMEPAGE.

Relevant changes since version 1.997:
=====================================
- various bug fixes

--- 1.999 (2006-02-07 00:00)

  Mail::SPF::Query:
  ! No longer accept malformed SPF records such as "\"v=spf1 ...\"" (spurious
    double quotes) or " v=spf1 ..." (leading whitespace).

  spfquery:
  + The "--override" and "--fallback" options are now actually working and
    documented.

  Tests:
  * Overhauled 00_all.t test script:

--- 1.998 (2005-12-31 23:00)

  Mail::SPF::Query:
  ! Removed obsolete Caller-ID support (closes Debian bugs #337319, #337500).

  spfd:
  + Added complete POD documentation/man-page.

  spfquery:
  + Added complete POD documentation/man-page.
  ! Renamed the "--max-lookup" option to "--max-lookup-count" to match the
    Mail::SPF::Query API.  "--max-lookup" is still supported for backwards
    compatibility.

diffstat:

 mail/p5-Mail-SPF-Query/Makefile |  6 +++---
 mail/p5-Mail-SPF-Query/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r b036b5458dde -r d6045f0bb351 mail/p5-Mail-SPF-Query/Makefile
--- a/mail/p5-Mail-SPF-Query/Makefile   Wed Feb 15 23:37:26 2006 +0000
+++ b/mail/p5-Mail-SPF-Query/Makefile   Wed Feb 15 23:37:39 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2005/10/16 09:45:52 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2006/02/15 23:37:39 heinz Exp $
 
-DISTNAME=              Mail-SPF-Query-1.997
+DISTNAME=              Mail-SPF-Query-1.999
 PKGNAME=                p5-${DISTNAME}
 SVR4_PKGNAME=          p5msq
 CATEGORIES=            mail perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Mail/}
 
 MAINTAINER=            heinz%NetBSD.org@localhost
-HOMEPAGE=              http://spf.pobox.com/
+HOMEPAGE=              http://www.openspf.org/
 COMMENT=               Perl module for Sender-Policy-Framework queries
 
 DEPENDS+=              p5-Net-DNS>=0.46:../../net/p5-Net-DNS
diff -r b036b5458dde -r d6045f0bb351 mail/p5-Mail-SPF-Query/distinfo
--- a/mail/p5-Mail-SPF-Query/distinfo   Wed Feb 15 23:37:26 2006 +0000
+++ b/mail/p5-Mail-SPF-Query/distinfo   Wed Feb 15 23:37:39 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/10/16 09:45:52 heinz Exp $
+$NetBSD: distinfo,v 1.5 2006/02/15 23:37:39 heinz Exp $
 
-SHA1 (Mail-SPF-Query-1.997.tar.gz) = f13743d02626a7991dc629df7f46fbf7a5abc253
-RMD160 (Mail-SPF-Query-1.997.tar.gz) = 46dd51823b6a0de7aa83f05f0ae2c2a93484b16f
-Size (Mail-SPF-Query-1.997.tar.gz) = 49645 bytes
+SHA1 (Mail-SPF-Query-1.999.tar.gz) = c8584cf056507127d7c2a8019d0d43da3824028b
+RMD160 (Mail-SPF-Query-1.999.tar.gz) = 008640c9af069361f51da1d1a84d93c684cf2d36
+Size (Mail-SPF-Query-1.999.tar.gz) = 54874 bytes



Home | Main Index | Thread Index | Old Index