Ticket #52796: Portfile-curl.diff
File Portfile-curl.diff, 2.1 KB (added by Schamschula (Marius Schamschula), 8 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name curl 7 version 7.5 0.37 version 7.51.0 8 8 categories net www 9 9 platforms darwin freebsd 10 10 maintainers ryandesign … … 28 28 distfiles ${curl_distfile}:curl 29 29 30 30 checksums ${curl_distfile} \ 31 rmd160 15db3008862eff79fa7ed472f26054a615a93177\32 sha256 7 b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8ec31 rmd160 234ca5a35fb911ad8428799c7186f07ae5df5965 \ 32 sha256 7f8240048907e5030f67be0a6129bc4b333783b9cca1391026d700835a788dde 33 33 34 34 if {${name} eq ${subport}} { 35 35 PortGroup muniversal 1.0 … … 99 99 RELEASE-NOTES \ 100 100 ${destroot}${docdir} 101 101 xinstall -m 0644 -W ${worksrcpath}/docs \ 102 BINDINGS \102 BINDINGS.md \ 103 103 BUGS \ 104 104 CODE_OF_CONDUCT.md \ 105 105 CODE_STYLE.md \ … … 126 126 ${destroot}${docdir} 127 127 xinstall -m 0644 ${worksrcpath}/docs/libcurl/libcurl.m4 \ 128 128 ${destroot}${prefix}/share/aclocal/ 129 xinstall -m 0644 {*}[glob ${worksrcpath}/docs/*.html] ${destroot}${docdir}/html130 xinstall -m 0644 {*}[glob ${worksrcpath}/docs/libcurl/*.html] ${destroot}${docdir}/html/libcurl131 xinstall -m 0644 {*}[glob ${worksrcpath}/docs/*.pdf] ${destroot}${docdir}/pdf132 xinstall -m 0644 {*}[glob ${worksrcpath}/docs/libcurl/*.pdf] ${destroot}${docdir}/pdf/libcurl133 129 } 134 130 135 131 variant ares description {Support resolving names asynchronously} { … … 255 251 move ${workpath}/mozilla-central-${certdata_version}/${certdata_path} ${worksrcpath}/${certdata_file} 256 252 } 257 253 258 patchfiles patch-no-autodownload.diff259 260 254 use_configure no 261 255 262 256 build.target ca-bundle