From 51493e93d9e03772419c16bd58931f5f6e44d541 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 24 Apr 2012 08:15:20 +0000 Subject: main/perl-mail-spf: upgrade 2.8.0 --- main/perl-mail-spf/APKBUILD | 10 +++---- main/perl-mail-spf/build.patch | 62 ------------------------------------------ 2 files changed, 4 insertions(+), 68 deletions(-) delete mode 100644 main/perl-mail-spf/build.patch (limited to 'main/perl-mail-spf') diff --git a/main/perl-mail-spf/APKBUILD b/main/perl-mail-spf/APKBUILD index ff50318e7..bc93789f6 100644 --- a/main/perl-mail-spf/APKBUILD +++ b/main/perl-mail-spf/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Leonardo Arena pkgname=perl-mail-spf _realname=Mail-SPF -pkgver=2.007 -pkgrel=3 +pkgver=2.8.0 +pkgrel=0 pkgdesc="An object-oriented implementation of Sender Policy Framework" url="http://search.cpan.org/~jmehnle/Mail-SPF-v2.006/" arch="noarch" @@ -13,8 +13,7 @@ depends="perl perl-error perl-net-dns perl-uri perl-netaddr-ip makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/$_realname-v$pkgver.tar.gz - build.patch" +source="http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/$_realname-v$pkgver.tar.gz" _builddir="$srcdir/$_realname-v$pkgver" prepare() { @@ -37,5 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="67dccdc91e3264679a0e17d493d3cc30 Mail-SPF-v2.007.tar.gz -7a32f8edc2aee8c6db0d8c2c84a570aa build.patch" +md5sums="4f5bbd59058da680bfd9ff18e31489b7 Mail-SPF-v2.8.0.tar.gz" diff --git a/main/perl-mail-spf/build.patch b/main/perl-mail-spf/build.patch deleted file mode 100644 index 0d88c2d1d..000000000 --- a/main/perl-mail-spf/build.patch +++ /dev/null @@ -1,62 +0,0 @@ -commit 7fbde4f5cbf4d989ccd477e63a83d84ceccb2439 -Author: Todd Rinaldo -Date: Thu Feb 4 12:24:31 2010 -0600 - - Remove use of v and qv notation which breaks install of older perls - -diff --git a/Build.PL b/Build.PL -index 15bb927..290c4ce 100644 ---- a/Build.PL -+++ b/Build.PL -@@ -48,7 +48,7 @@ my $build = $class->new( - license => 'bsd', - requires => { - # Core requirements: -- perl => 'v5.6', -+ perl => '5.006', - version => 0, - Error => 0, - NetAddr::IP => '4', -@@ -63,7 +63,7 @@ my $build = $class->new( - Module::Build => '0.2805', - Test::More => 0, - Net::DNS::Resolver::Programmable -- => 'v0.002.1', -+ => '0.002001', - }, - script_files => [ - 'bin/spfquery' -diff --git a/CHANGES b/CHANGES -index b7c4303..838d24a 100644 ---- a/CHANGES -+++ b/CHANGES -@@ -4,6 +4,11 @@ - # ! = Changed something significant, or removed a feature - # * = Fixed a bug, or made a minor improvement - -+--- 2.008 (2010-02-04 12:00) -+ -+ Miscellaneous: -+ * Fix version numbers to provide perl compaibility prior to 5.8 -+ - --- 2.007 (2009-10-31 21:00) - - Mail::SPF: -diff --git a/lib/Mail/SPF.pm b/lib/Mail/SPF.pm -index 67d1e5c..4a62632 100644 ---- a/lib/Mail/SPF.pm -+++ b/lib/Mail/SPF.pm -@@ -17,11 +17,11 @@ Mail::SPF - An object-oriented implementation of Sender Policy Framework - - =head1 VERSION - --2.007 -+2.008 - - =cut - --use version; our $VERSION = qv('2.007'); -+use version; our $VERSION = '2.008'; - - use warnings; - use strict; -- cgit v1.2.3