[123345] trunk/dports/perl/p5-datetime/Portfile

devans at macports.org devans at macports.org
Fri Aug 8 08:50:44 PDT 2014


Revision: 123345
          https://trac.macports.org/changeset/123345
Author:   devans at macports.org
Date:     2014-08-08 08:50:44 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
p5-datetime: update dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-datetime/Portfile

Modified: trunk/dports/perl/p5-datetime/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime/Portfile	2014-08-08 15:38:13 UTC (rev 123344)
+++ trunk/dports/perl/p5-datetime/Portfile	2014-08-08 15:50:44 UTC (rev 123345)
@@ -7,6 +7,7 @@
 epoch               2
 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         DateTime 1.10
+revision            1
 license             Artistic-2
 maintainers         nomaintainer
 description         A date and time object
@@ -21,7 +22,11 @@
                     sha256  5e7fbb092c86f9f0dd284d8e2ada27f82b47d51eb5f90a04639c022064ed543d
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-datetime-locale \
+    depends_build-append \
+                    port:p${perl5.major}-test-warnings \
+
+    depends_lib-append \
+                    port:p${perl5.major}-datetime-locale \
                     port:p${perl5.major}-datetime-timezone \
                     port:p${perl5.major}-params-validate \
                     port:p${perl5.major}-test-exception \
@@ -29,5 +34,5 @@
                     port:p${perl5.major}-test-simple \
                     port:p${perl5.major}-math-round
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/fb1aa952/attachment-0001.html>


More information about the macports-changes mailing list