Revision: 149753 https://trac.macports.org/changeset/149753 Author: devans@macports.org Date: 2016-06-29 13:28:24 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-file-changenotify: update to version 0.26, dependencies, no longer uses module build. Modified Paths: -------------- trunk/dports/perl/p5-file-changenotify/Portfile Modified: trunk/dports/perl/p5-file-changenotify/Portfile =================================================================== --- trunk/dports/perl/p5-file-changenotify/Portfile 2016-06-29 20:27:08 UTC (rev 149752) +++ trunk/dports/perl/p5-file-changenotify/Portfile 2016-06-29 20:28:24 UTC (rev 149753) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.22 5.24 -perl5.setup File-ChangeNotify 0.24 +perl5.setup File-ChangeNotify 0.26 license Artistic-2 maintainers nomaintainer supported_archs noarch @@ -15,21 +15,20 @@ platforms darwin -checksums rmd160 93c6bbb7317ffb69011abd4d9bf38a0a7e94899c \ - sha256 3c8180169de0f97ad852a55942f74e520cbe433aa0889d0b65548ee38a111124 +checksums rmd160 7100a0d87966f99a4dd62cbf3093b7f57463e3c3 \ + sha256 0a94f3855f26eaedec98e65db45d9f156a592ea4d268bb66affe08126b7e2d50 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-exception \ + port:p${perl5.major}-test-requires \ port:p${perl5.major}-test-without-module depends_lib-append \ + port:p${perl5.major}-class-load \ port:p${perl5.major}-module-pluggable \ - port:p${perl5.major}-moose \ - port:p${perl5.major}-moosex-params-validate \ - port:p${perl5.major}-moosex-semiaffordanceaccessor \ + port:p${perl5.major}-module-runtime \ + port:p${perl5.major}-moo \ port:p${perl5.major}-namespace-autoclean \ - port:p${perl5.major}-time-hires - - perl5.use_module_build + port:p${perl5.major}-type-tiny }
participants (1)
-
devans@macports.org