[68712] trunk/dports/perl/p5-mail-spf
ryandesign at macports.org
ryandesign at macports.org
Fri Jun 11 10:48:24 PDT 2010
Revision: 68712
http://trac.macports.org/changeset/68712
Author: ryandesign at macports.org
Date: 2010-06-11 10:48:20 -0700 (Fri, 11 Jun 2010)
Log Message:
-----------
p5-mail-spf: update to 2.007, remove "v" from version number, add "supported_archs noarch", add dependency on p5-net-dns-resolver-programmable, fix build with older perl (see #24185)
Modified Paths:
--------------
trunk/dports/perl/p5-mail-spf/Portfile
trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff
Modified: trunk/dports/perl/p5-mail-spf/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-spf/Portfile 2010-06-11 17:44:54 UTC (rev 68711)
+++ trunk/dports/perl/p5-mail-spf/Portfile 2010-06-11 17:48:20 UTC (rev 68712)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup Mail-SPF v2.006
+perl5.setup Mail-SPF 2.007
categories-append mail
name p5-mail-spf
maintainers yahoo.com:compconsultant
@@ -13,10 +13,11 @@
homepage http://search.cpan.org/~jmehnle/${distname}
platforms darwin
+distname ${perl5.module}-v${version}
-checksums md5 4da41591b612560627ddbc6026b047a3 \
- sha1 301b33f66d3a14a26c497fd80b91d6c7d5ce9faa \
- rmd160 5d7244a0dc21979159f6bbba11da1590b3f2c6ba
+checksums md5 67dccdc91e3264679a0e17d493d3cc30 \
+ sha1 df53baf018134481591317baf1b5d3a10702d4e7 \
+ rmd160 343c57f2bb8202838d22bac8162793695ca57f55
patchfiles patch-Build.PL.diff
post-patch {
@@ -29,4 +30,8 @@
port:p5-netaddr-ip \
port:p5-uri \
port:p5-version \
- port:p5-net-dns
+ port:p5-net-dns-resolver-programmable
+
+supported_archs noarch
+
+livecheck.version v${version}
Modified: trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff
===================================================================
--- trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff 2010-06-11 17:44:54 UTC (rev 68711)
+++ trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff 2010-06-11 17:48:20 UTC (rev 68712)
@@ -1,6 +1,22 @@
---- Build.PL.orig 2009-01-29 03:50:27.000000000 -0600
-+++ Build.PL 2009-01-29 03:50:03.000000000 -0600
-@@ -69,7 +69,7 @@
+--- Build.PL.orig 2009-10-31 15:16:14.000000000 -0700
++++ Build.PL 2010-03-24 21:12:29.000000000 -0700
+@@ -48,7 +48,7 @@
+ license => 'bsd',
+ requires => {
+ # Core requirements:
+- perl => 'v5.6',
++ perl => '5.006',
+ version => 0,
+ Error => 0,
+ NetAddr::IP => '4',
+@@ -63,13 +63,13 @@
+ Module::Build => '0.2805',
+ Test::More => 0,
+ Net::DNS::Resolver::Programmable
+- => 'v0.002.1',
++ => '0.002001',
+ },
+ script_files => [
'bin/spfquery'
],
install_path => {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100611/b9123bb7/attachment.html>
More information about the macports-changes
mailing list