Ticket #37609: Portfile-wget.diff
File Portfile-wget.diff, 726 bytes (added by nonstop.server@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup conflicts_build 1.0 6 6 PortGroup muniversal 1.0 7 PortGroup perl5 1.0 7 8 8 9 name wget 9 10 version 1.14 … … 57 58 } 58 59 } 59 60 variant test description {Add dependencies needed to run tests} { 60 depends_build-append port:p 5-libwww-perl \61 port:p 5-io-socket-ssl61 depends_build-append port:p${perl5.major}-libwww-perl \ 62 port:p${perl5.major}-io-socket-ssl 62 63 test.run yes 63 64 test.target check 64 65 }