[151167] trunk/dports/perl/p5-mail-spf/Portfile

devans at macports.org devans at macports.org
Mon Aug 8 22:31:02 PDT 2016


Revision: 151167
          https://trac.macports.org/changeset/151167
Author:   devans at macports.org
Date:     2016-08-08 22:31:02 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
p5-mail-spf: remove v-string version workarounds, dependencies, comments, increment revision.

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

Modified: trunk/dports/perl/p5-mail-spf/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-spf/Portfile	2016-08-09 05:29:09 UTC (rev 151166)
+++ trunk/dports/perl/p5-mail-spf/Portfile	2016-08-09 05:31:02 UTC (rev 151167)
@@ -1,18 +1,12 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         Mail-SPF 2.9.0
-revision            1
+perl5.setup         Mail-SPF v2.9.0
+revision            2
 categories-append   mail
 license             BSD
 maintainers         yahoo.com:compconsultant
@@ -22,20 +16,22 @@
 
 platforms           darwin
 supported_archs     noarch
-distname            ${perl5.module}-v${perl5.moduleversion}
 
 checksums           rmd160  3ec3b3e910fd5fd2d424018c9d8e270131115caf \
                     sha256  61cb5915f1c7acc7a931ffc1bfc1291bdfac555e2a46eb2391b995ea9ecb6162
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-net-dns-resolver-programmable
+    
     depends_lib-append \
                     port:p${perl5.major}-error \
                     port:p${perl5.major}-mime-base64\
+                    port:p${perl5.major}-net-dns \
                     port:p${perl5.major}-net-ip \
                     port:p${perl5.major}-netaddr-ip \
                     port:p${perl5.major}-uri \
                     port:p${perl5.major}-version \
-                    port:p${perl5.major}-net-dns-resolver-programmable
     
     perl5.use_module_build
     
@@ -45,5 +41,3 @@
     
     destroot.args-append --install_path sbin=${prefix}/sbin
 }
-
-livecheck.version   v${perl5.moduleversion}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/255bd1e7/attachment.html>


More information about the macports-changes mailing list