Ticket #37752: p5-class-load.0.20.diff
File p5-class-load.0.20.diff, 1.4 KB (added by nortcele, 12 years ago) |
---|
-
Portfile
old new (this hunk was shorter than expected) 4 4 PortGroup perl5 1.0 5 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup Class-Load 0.06 8 revision 3 7 perl5.setup Class-Load 0.20 9 8 license {Artistic-1 GPL} 10 9 maintainers nomaintainer 11 10 description a working (require \"Class::Name\") and more … … 13 13 14 14 platforms darwin 15 15 16 checksums md5 5aea2e7c66e69dafdbfedc00e93f9f46 \ 17 sha1 dfea6bb7a2adae17722812873215e1b59a6b0daa \ 18 rmd160 4b81b05b80f400ec699169ec14247215d117bbd0 16 checksums sha256 823c45885e1d29feef6867282b881d402f42af6413c7e0e9f8fe32086aee8c20 \ 17 rmd160 040eeb3049f08444e7d7f3cfcf0bcc03e2ed7e97 19 18 20 19 if {${perl5.major} != ""} { 21 depends_lib-append port:p${perl5.major}-test-fatal 20 depends_lib-append port:p${perl5.major}-try-tiny \ 21 port:p${perl5.major}-package-stash \ 22 port:p${perl5.major}-module-implementation \ 23 port:p${perl5.major}-data-optlist \ 24 port:p${perl5.major}-module-runtime 25 depends_build-append port:p${perl5.major}-test-requires \ 26 port:p${perl5.major}-test-fatal 22 27 23 28 supported_archs noarch 24 29 }