diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-15 23:37:39 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-15 23:37:39 +0000 |
commit | 55c66934891ee68d51f526085262857aef14f33c (patch) | |
tree | 05a7a3425cf0d9d7ea570742c0ea098cc5e7a540 /mail/p5-Mail-SPF-Query | |
parent | 5b80903cea29354bad54accef9935034396b3c1f (diff) | |
download | pkgsrc-55c66934891ee68d51f526085262857aef14f33c.tar.gz |
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 (limited to 'mail/p5-Mail-SPF-Query')
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index e008971939d..f06a09928a4 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -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 -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 --git a/mail/p5-Mail-SPF-Query/distinfo b/mail/p5-Mail-SPF-Query/distinfo index 5f14c7cbcc0..72abe0a4cbd 100644 --- a/mail/p5-Mail-SPF-Query/distinfo +++ b/mail/p5-Mail-SPF-Query/distinfo @@ -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 |