[151171] trunk/dports/perl/p5-object-id/Portfile

devans at macports.org devans at macports.org
Mon Aug 8 22:38:26 PDT 2016


Revision: 151171
          https://trac.macports.org/changeset/151171
Author:   devans at macports.org
Date:     2016-08-08 22:38:26 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
p5-object-id: remove v-string version workarounds, dependencies, comments, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-object-id/Portfile

Modified: trunk/dports/perl/p5-object-id/Portfile
===================================================================
--- trunk/dports/perl/p5-object-id/Portfile	2016-08-09 05:36:07 UTC (rev 151170)
+++ trunk/dports/perl/p5-object-id/Portfile	2016-08-09 05:38:26 UTC (rev 151171)
@@ -1,17 +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         Object-ID 0.1.2
+perl5.setup         Object-ID v0.1.2
+revision            1
 platforms           darwin
 maintainers         nomaintainer
 license             {Artistic-1 GPL}
@@ -21,16 +16,17 @@
 
 long_description    ${description}
 
-# Some Perl distros (like this one) like to use "v" in the version number
-distname            ${perl5.module}-v${perl5.moduleversion}
-livecheck.version   v${perl5.moduleversion}
-
 checksums           sha1 30e867fc25e38422fe8293f623a6f4463bc0c575 \
                     rmd160 b9ce42f82144016e149741e04b7321bcd75c3f07
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-hash-fieldhash \
+    depends_build-append \
+                    port:p${perl5.major}-namespace-autoclean
+
+    depends_lib-append \
+                    port:p${perl5.major}-data-uuid \
+                    port:p${perl5.major}-hash-fieldhash \
                     port:p${perl5.major}-sub-name
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/fff4bb75/attachment.html>


More information about the macports-changes mailing list