[151162] trunk/dports/perl/p5-class-dbi/Portfile

devans at macports.org devans at macports.org
Mon Aug 8 22:19:35 PDT 2016


Revision: 151162
          https://trac.macports.org/changeset/151162
Author:   devans at macports.org
Date:     2016-08-08 22:19:35 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
p5-class-dbi: remove v-string version workarounds, update dependencies, noarch, remove comment, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-class-dbi/Portfile

Modified: trunk/dports/perl/p5-class-dbi/Portfile
===================================================================
--- trunk/dports/perl/p5-class-dbi/Portfile	2016-08-09 05:15:43 UTC (rev 151161)
+++ trunk/dports/perl/p5-class-dbi/Portfile	2016-08-09 05:19:35 UTC (rev 151162)
@@ -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         Class-DBI 3.0.17
-revision            4
+perl5.setup         Class-DBI v3.0.17
+revision            5
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Simple Database Abstraction
@@ -22,7 +16,6 @@
                     several higher order database functions (triggers, \
                     referential integrity, cascading delete etc.), at the \
                     application level, rather than at the database.
-distname            Class-DBI-v${perl5.moduleversion}
 
 platforms           darwin
 
@@ -30,6 +23,10 @@
                     sha256  541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-date-simple \
+                    port:p${perl5.major}-dbd-sqlite
+
     depends_lib-append \
                     port:p${perl5.major}-class-accessor \
                     port:p${perl5.major}-class-data-inheritable \
@@ -38,5 +35,6 @@
                     port:p${perl5.major}-ima-dbi \
                     port:p${perl5.major}-universal-moniker \
                     port:p${perl5.major}-version
+
+    supported_archs noarch
 }
-livecheck.version   v${perl5.moduleversion}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/cbbfd5a8/attachment.html>


More information about the macports-changes mailing list