[76505] trunk/dports/perl/p5-mail-spf-query/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 26 04:26:57 PST 2011


Revision: 76505
          http://trac.macports.org/changeset/76505
Author:   ryandesign at macports.org
Date:     2011-02-26 04:26:54 -0800 (Sat, 26 Feb 2011)
Log Message:
-----------
p5-mail-spf-query is replaced_by p5-mail-spf; see #25211

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-spf-query/Portfile

Modified: trunk/dports/perl/p5-mail-spf-query/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-spf-query/Portfile	2011-02-26 09:04:42 UTC (rev 76504)
+++ trunk/dports/perl/p5-mail-spf-query/Portfile	2011-02-26 12:26:54 UTC (rev 76505)
@@ -3,6 +3,8 @@
 PortGroup perl5 1.0
 
 perl5.setup             Mail-SPF-Query 1.999.1
+revision                1
+replaced_by             p5-mail-spf
 maintainers             hostwizard.com:scott
 
 description             Mail::SPF::Query - query Sender Policy Framework for an IP,email,helo
@@ -14,12 +16,12 @@
 
 homepage		http://search.cpan.org/~jmehnle/Mail-SPF-Query/
 
-checksums           	md5     6d62d024d1614fa1fa4f43bd39ee7bf0 \
-                    	sha1    5b64085139ae05d5593793f21edcaa1c7867cbf9 \
-                   	rmd160  62686efa2302e8246c6e190dd37bc45363b27ead
-
 platforms               darwin
-depends_lib             port:p5-sys-hostname-long port:p5-net-dns \
-			port:p5-net-cidr-lite port:p5-uri
 
-supported_archs noarch
+distfiles
+
+pre-configure {
+    return -code error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead"
+}
+
+livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110226/48f1db5b/attachment.html>


More information about the macports-changes mailing list