diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-17 20:00:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-17 20:00:06 +0000 |
commit | ae0b7fd01f36228aac01ca57e43955e2eab99b6f (patch) | |
tree | 45b46cfe69773d7887e0c105aebf9bcd822604eb /mail | |
parent | d1a015f4aefb53ac3e4a312afed35a6c8018828c (diff) | |
download | pkgsrc-ae0b7fd01f36228aac01ca57e43955e2eab99b6f.tar.gz |
p5-Mail-SPF-Query: update to 1.999.1.
--- 1.999.1 (2006-02-26 18:00)
Mail::SPF::Query:
* Do not use \p{} named properties in the "a" and "mx" mechanisms' argument
validation code, since Perl 5.6 requires (flaky) "use utf8" for them to
work, and [a-z]/[a-z0-9] should work just as well (closes rt.cpan.org bug
#17815).
* Some minor documentation formatting improvements.
Debian:
+ Added watch file.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index 41183ea5189..0f130b61717 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2017/06/05 14:24:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2017/09/17 20:00:06 wiz Exp $ -DISTNAME= Mail-SPF-Query-1.999 +DISTNAME= Mail-SPF-Query-1.999.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 9 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openspf.org/ COMMENT= Perl module for Sender-Policy-Framework queries +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Net-DNS>=0.46:../../net/p5-Net-DNS DEPENDS+= p5-Net-CIDR-Lite>=0.15:../../net/p5-Net-CIDR-Lite diff --git a/mail/p5-Mail-SPF-Query/distinfo b/mail/p5-Mail-SPF-Query/distinfo index 70edc3e676d..48b4787ee9b 100644 --- a/mail/p5-Mail-SPF-Query/distinfo +++ b/mail/p5-Mail-SPF-Query/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2017/06/09 16:47:20 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2017/09/17 20:00:06 wiz Exp $ -SHA1 (Mail-SPF-Query-1.999.tar.gz) = c8584cf056507127d7c2a8019d0d43da3824028b -RMD160 (Mail-SPF-Query-1.999.tar.gz) = 008640c9af069361f51da1d1a84d93c684cf2d36 -SHA512 (Mail-SPF-Query-1.999.tar.gz) = 337eb18663235226b15918afd83a8f3c846b8a4c1929c37548c437128db412e83717d37f063425512e9ae59c47983a6eaa898c245a8cd90bcc64c7a14891f31c -Size (Mail-SPF-Query-1.999.tar.gz) = 54874 bytes +SHA1 (Mail-SPF-Query-1.999.1.tar.gz) = 5b64085139ae05d5593793f21edcaa1c7867cbf9 +RMD160 (Mail-SPF-Query-1.999.1.tar.gz) = 62686efa2302e8246c6e190dd37bc45363b27ead +SHA512 (Mail-SPF-Query-1.999.1.tar.gz) = bb7c30832ae46416dbc6e2387dfeb13ce707022566536802c3548b318bc42f4d68e887f38e5e56bb845f0bd68a003f43157f4ce0f7b94521508bcb3654d2162d +Size (Mail-SPF-Query-1.999.1.tar.gz) = 55342 bytes SHA1 (patch-Makefile.PL) = 8cd55324c12cdd9cb6802e60857956c31fe53417 |