[131125] trunk/dports/perl/p5-fey-orm/Portfile

devans at macports.org devans at macports.org
Tue Jan 6 03:20:49 PST 2015


Revision: 131125
          https://trac.macports.org/changeset/131125
Author:   devans at macports.org
Date:     2015-01-06 03:20:49 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-fey-orm: update to version 0.46, add perl branches 5.18 5.20, enable test dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-fey-orm/Portfile

Modified: trunk/dports/perl/p5-fey-orm/Portfile
===================================================================
--- trunk/dports/perl/p5-fey-orm/Portfile	2015-01-06 11:19:10 UTC (rev 131124)
+++ trunk/dports/perl/p5-fey-orm/Portfile	2015-01-06 11:20:49 UTC (rev 131125)
@@ -4,13 +4,11 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Fey-ORM 0.43 ../by-authors/id/D/DR/DROLSKY
-revision            2
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Fey-ORM 0.46 ../by-authors/id/D/DR/DROLSKY
 platforms           darwin
 maintainers         nomaintainer
 license             {Artistic-1 GPL}
-supported_archs     noarch
 
 description         A Fey-based ORM (If you like SQL, you might like Fey::ORM)
 
@@ -20,11 +18,17 @@
                     able to use it with their objects, rather than people who \
                     like OO and don't want to think about the DBMS.
 
-checksums           sha1 b03de3323c83e7621ce1214cc7f1e613f122d5f3 \
-                    rmd160 604daf00666349cf574afb14ea5e0a666e42ce25
+checksums           rmd160  69c02d548482314c14827aef188c4cd0a861b00c \
+                    sha256  88ad6859d42d33ec64de7592b1b36938644adbe29620591aee364991814b69d2
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-devel-globaldestruction \
+    depends_build-append \
+                    port:p${perl5.major}-dbd-sqlite \
+                    port:p${perl5.major}-fey-test \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-devel-globaldestruction \
                     port:p${perl5.major}-exception-class \
                     port:p${perl5.major}-fey \
                     port:p${perl5.major}-fey-dbimanager \
@@ -38,7 +42,5 @@
                     port:p${perl5.major}-object-id \
                     port:p${perl5.major}-sub-exporter
 
-# These ports are only required when testing:
-#depends_build-append    port:p${perl5.major}-dbd-sqlite \
-#                        port:p${perl5.major}-fey-test
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/2a440533/attachment-0001.html>


More information about the macports-changes mailing list