Wed Apr 15 14:08:25 2015 UTC ()
Update to 2.9.0:

--- 2.009 (2013-07-21 03:30)

  Mail::SPF:
  * Default to querying only TXT type RRs (query_rr_types = Mail::SPF::Server->
    query_rr_type_txt).  Experience has shown that querying SPF type RRs is
    impractical.

--- 2.008 (2012-01-30 08:15)

  Mail::SPF:
  * Sanitize result local_explanation (as well as result object string
    representation) by replacing all non-printable or non-ascii characters
    with their hex-escaped representation (e.g., "\x00").
    (Addresses: bugs.launchpad.net #806926)

  Miscellaneous:
  * Change openspf.org URLs to openspf.net because openspf.org is unreachable
    indefinitely.
  * Change <http://www.ietf.org/rfc/….txt> URLs
    to <http://tools.ietf.org/html/…>.
  * META.yml: configure_requires: Module::Build 0.2805
  * META.yml: requires: Net::DNS 0.62 (was: 0.52) (Closes: rt.cpan.org #28545)
  * META.yml: Revert to flat version numbers for perl and Net::DNS::Resolver::
    Programmable build requirements to avoid Module::Build::Compat/Makefile.PL
    incompatibilities. (Closes: rt.cpan.org #53231)
  * Attempt to prevent a cascading failure in t/00.03-class-result.t that seems
    to happen under rare, unknown circumstances. (Closes: rt.cpan.org #39099)

  Debian:
  * Declare Debian source package format as 3.0.
  * Standards-Version: 3.9.2 (was: 3.8.3)
  * Bump debhelper compatibility level to 7 (was: 5) and simplify debian/rules
    using debhelper 7 features.
  * debian/control: Simplify depdendencies under the assumption that package
    will be installed on Debian Lenny (oldstable at the time of writing) or
    later (or the Ubuntu equivalent).
  * debian/watch: Use dist-based URL.


(wiz)
diff -r1.8 -r1.9 pkgsrc/mail/p5-Mail-SPF/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/mail/p5-Mail-SPF/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/mail/p5-Mail-SPF/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-Mail-SPF/Makefile 2014/10/12 08:17:50 1.8
+++ pkgsrc/mail/p5-Mail-SPF/Makefile 2015/04/15 14:08:25 1.9
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2014/10/12 08:17:50 tron Exp $ 1# $NetBSD: Makefile,v 1.9 2015/04/15 14:08:25 wiz Exp $
2 2
3DISTNAME= Mail-SPF-v2.007 3DISTNAME= Mail-SPF-v2.9.0
4PKGNAME= p5-${DISTNAME:S/-v/-/} 4PKGNAME= p5-${DISTNAME:S/-v/-/}
5PKGREVISION= 5 
6CATEGORIES= mail perl5 5CATEGORIES= mail perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
8 7
9MAINTAINER= aniou@smutek.pl 8MAINTAINER= aniou@smutek.pl
10HOMEPAGE= http://search.cpan.org/dist/Mail-SPF/ 9HOMEPAGE= http://search.cpan.org/dist/Mail-SPF/
11COMMENT= Perl implementation of the Sender Policy Framework 10COMMENT= Perl implementation of the Sender Policy Framework
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14BUILD_DEPENDS+= p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable 13BUILD_DEPENDS+= p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable
15BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple 14BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple
16 15
17DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version 16DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version
18DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error 17DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error

cvs diff -r1.1.1.1 -r1.2 pkgsrc/mail/p5-Mail-SPF/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-Mail-SPF/distinfo 2011/02/27 12:56:11 1.1.1.1
+++ pkgsrc/mail/p5-Mail-SPF/distinfo 2015/04/15 14:08:25 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/02/27 12:56:11 obache Exp $ 1$NetBSD: distinfo,v 1.2 2015/04/15 14:08:25 wiz Exp $
2 2
3SHA1 (Mail-SPF-v2.007.tar.gz) = df53baf018134481591317baf1b5d3a10702d4e7 3SHA1 (Mail-SPF-v2.9.0.tar.gz) = 3bda4d67a94465eec3e569b56004de968cad3982
4RMD160 (Mail-SPF-v2.007.tar.gz) = 343c57f2bb8202838d22bac8162793695ca57f55 4RMD160 (Mail-SPF-v2.9.0.tar.gz) = 3ec3b3e910fd5fd2d424018c9d8e270131115caf
5Size (Mail-SPF-v2.007.tar.gz) = 101722 bytes 5Size (Mail-SPF-v2.9.0.tar.gz) = 103834 bytes