From 074a0700f4bbb327c02a3bc644cc425a2587fbed Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 4 Nov 2016 08:45:43 +0000 Subject: [PATCH] curl: bump to 7.51.0, drop html documentation. (#855) Upstream does not ship docs/libcurl/*.html anymore. Although these may be generated with "make html", we would need roffit or any other MAN2HTML conversion utility, so let's just drop the html doc. --- .../curl/{curl-7.50.3.recipe => curl-7.51.0.recipe} | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) rename net-misc/curl/{curl-7.50.3.recipe => curl-7.51.0.recipe} (91%) diff --git a/net-misc/curl/curl-7.50.3.recipe b/net-misc/curl/curl-7.51.0.recipe similarity index 91% rename from net-misc/curl/curl-7.50.3.recipe rename to net-misc/curl/curl-7.51.0.recipe index cbc998a23..4a44a3752 100644 --- a/net-misc/curl/curl-7.50.3.recipe +++ b/net-misc/curl/curl-7.51.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1996-2016 Daniel Stenberg" LICENSE="Curl" REVISION="1" SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2" -CHECKSUM_SHA256="7b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8ec" +CHECKSUM_SHA256="7f8240048907e5030f67be0a6129bc4b333783b9cca1391026d700835a788dde" ADDITIONAL_FILES="curl.rdef" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" @@ -110,14 +110,6 @@ INSTALL() else maybe_manDir_man1_curl_config=$manDir/man1/curl-config.1 maybe_manDir_man3=$manDir/man3 - - install -d -m 755 "$docDir" "$developDocDir" - - # install html documentation for curl - install -c -m 444 "docs/curl.html" "$docDir" - - # install html development documentation for libcurl - install -t $developDocDir -c -m 444 docs/libcurl/*.html fi # devel package