Ticket #14111: wget-1.11.diff
File wget-1.11.diff, 1.2 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name wget 6 version 1.1 0.26 version 1.11 7 7 categories net www 8 8 maintainers ryandesign 9 9 description internet file retriever … … 11 11 HTTPS and FTP, the most widely-used Internet protocols. It is a \ 12 12 non-interactive commandline tool, so it may easily be called from \ 13 13 scripts, cron jobs, terminals without Xsupport, etc. 14 homepage http://www.gnu.org/software/wget/ wget.html14 homepage http://www.gnu.org/software/wget/ 15 15 platforms darwin freebsd 16 16 master_sites gnu 17 checksums md5 795fefbb7099f93e2d346b026785c4b8 18 configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-libssl-prefix=${prefix} 17 18 checksums md5 b0a4d178672df06435fcbded07cfc054 \ 19 sha1 63a449a7ad0db0b72a7ff9dc9536d8af859fde40 \ 20 rmd160 2d0216e84a8aa124f7e624a61e7095ee8008b8d8 21 22 configure.args --with-libssl-prefix=${prefix} 19 23 configure.cflags-append "-I${prefix}/include" 20 24 21 25 depends_lib port:openssl port:gettext