[128799] trunk/dports/perl/p5-dbix-dbschema/Portfile

devans at macports.org devans at macports.org
Thu Nov 27 07:58:01 PST 2014


Revision: 128799
          https://trac.macports.org/changeset/128799
Author:   devans at macports.org
Date:     2014-11-27 07:58:00 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
p5-dbix-dbschema: update to version 0.44, add perl branches 5.18 5.20, dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-dbix-dbschema/Portfile

Modified: trunk/dports/perl/p5-dbix-dbschema/Portfile
===================================================================
--- trunk/dports/perl/p5-dbix-dbschema/Portfile	2014-11-27 15:56:33 UTC (rev 128798)
+++ trunk/dports/perl/p5-dbix-dbschema/Portfile	2014-11-27 15:58:00 UTC (rev 128799)
@@ -4,14 +4,21 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.10 5.12 5.14 5.16
-perl5.setup         DBIx-DBSchema 0.31
-revision            3
+perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         DBIx-DBSchema 0.44
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Database-independent schema objects
 long_description    ${description}
-checksums           md5 bee0e44ff328adfea5b2c204ae5c606b
 platforms           darwin
 
-supported_archs     noarch
+checksums           rmd160  c768ffc4915c929db8a5f31688aaca9ec23d90fd \
+                    sha256  65e36dafda205b64fd299d1b1c3e3c1f173db437b907031f0db417cb191eccb0
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-dbi
+
+    supported_archs noarch
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/aef1dce7/attachment.html>


More information about the macports-changes mailing list