[151363] trunk/dports/perl/p5-net-radius/Portfile

devans at macports.org devans at macports.org
Sat Aug 13 08:29:36 PDT 2016


Revision: 151363
          https://trac.macports.org/changeset/151363
Author:   devans at macports.org
Date:     2016-08-13 08:29:36 -0700 (Sat, 13 Aug 2016)
Log Message:
-----------
p5-net-radius: update dependencies, increment revision, use metcpan release homepage, remove commit.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-radius/Portfile

Modified: trunk/dports/perl/p5-net-radius/Portfile
===================================================================
--- trunk/dports/perl/p5-net-radius/Portfile	2016-08-13 15:27:05 UTC (rev 151362)
+++ trunk/dports/perl/p5-net-radius/Portfile	2016-08-13 15:29:36 UTC (rev 151363)
@@ -1,24 +1,27 @@
 # -*- 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
+revision            1
 perl5.setup         Net-Radius 2.103
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         An interface to the RADIUS protocol.
 long_description    ${description}
+
+homepage            https://metacpan.org/release/${perl5.module}
+
 platforms           darwin
 
 checksums           rmd160  d46ada5c9cb36f1c85d9e921de2904e8009d9dd7 \
                     sha256  8355aae4258769f88786f283295bb697aa144e0205353a6fd8ec977fc4b3128f
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-warn
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160813/99f3792e/attachment.html>


More information about the macports-changes mailing list