diff --git a/net/curl/Makefile b/net/curl/Makefile index 7eae9e2cb9f..cba96d2b854 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.43 2004/04/08 06:18:37 brad Exp $ +# $OpenBSD: Makefile,v 1.44 2004/05/18 23:30:45 brad Exp $ COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers" -DISTNAME= curl-7.11.1 +DISTNAME= curl-7.11.2 CATEGORIES= net MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ diff --git a/net/curl/distinfo b/net/curl/distinfo index cd421b7e9e9..9ae8d7b8856 100644 --- a/net/curl/distinfo +++ b/net/curl/distinfo @@ -1,3 +1,3 @@ -MD5 (curl-7.11.1.tar.gz) = bf4e9bbac88112019d46c36abd421c21 -RMD160 (curl-7.11.1.tar.gz) = dab65580cde6f69aac8abd73a0ce9891b205d0ca -SHA1 (curl-7.11.1.tar.gz) = 8754a27704f741d51f387eec4a5a03428a4d4b08 +MD5 (curl-7.11.2.tar.gz) = 25e6617ea7dec34d072426942b77801f +RMD160 (curl-7.11.2.tar.gz) = 4a2de6a805bc22d7fa76af5b80249a275a28d1b9 +SHA1 (curl-7.11.2.tar.gz) = 1efcba83e59dd4c469a0003307bf8af2848417e1 diff --git a/net/curl/patches/patch-ltmain_sh b/net/curl/patches/patch-ltmain_sh index 054759d306b..943fed3f696 100644 --- a/net/curl/patches/patch-ltmain_sh +++ b/net/curl/patches/patch-ltmain_sh @@ -1,9 +1,9 @@ -$OpenBSD: patch-ltmain_sh,v 1.2 2004/04/08 06:18:37 brad Exp $ ---- ltmain.sh.orig 2004-03-15 05:08:58.000000000 -0500 -+++ ltmain.sh 2004-04-07 21:23:11.000000000 -0400 -@@ -5801,40 +5801,6 @@ relink_command=\"$relink_command\"" +$OpenBSD: patch-ltmain_sh,v 1.3 2004/05/18 23:30:45 brad Exp $ +--- ltmain.sh.orig 2004-04-26 02:06:09.000000000 -0400 ++++ ltmain.sh 2004-05-18 16:11:07.000000000 -0400 +@@ -5824,40 +5824,6 @@ relink_command=\"$relink_command\"" # Exit here if they wanted silent mode. - test "$show" = : && exit 0 + test "$show" = : && exit $EXIT_SUCCESS - $echo "----------------------------------------------------------------------" - $echo "Libraries have been installed in:" @@ -39,6 +39,6 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2004/04/08 06:18:37 brad Exp $ - $echo "See any operating system documentation about shared libraries for" - $echo "more information, such as the ld(1) and ld.so(8) manual pages." - $echo "----------------------------------------------------------------------" - exit 0 + exit $EXIT_SUCCESS ;; diff --git a/net/curl/pkg/PLIST b/net/curl/pkg/PLIST index 6d0c1ff9cfb..66bc0903f73 100644 --- a/net/curl/pkg/PLIST +++ b/net/curl/pkg/PLIST @@ -1,7 +1,8 @@ -@comment $OpenBSD: PLIST,v 1.12 2003/12/15 16:13:25 naddy Exp $ +@comment $OpenBSD: PLIST,v 1.13 2004/05/18 23:30:46 brad Exp $ bin/curl bin/curl-config include/curl/curl.h +include/curl/curlver.h include/curl/easy.h include/curl/mprintf.h include/curl/multi.h @@ -9,6 +10,7 @@ include/curl/stdcheaders.h include/curl/types.h lib/libcurl.a lib/libcurl.la +%%SHARED%% man/man1/curl-config.1 man/man1/curl.1 man/man3/curl_easy_cleanup.3 @@ -52,7 +54,6 @@ man/man3/libcurl.3 share/curl/curl-ca-bundle.crt share/doc/curl/README share/emacs/site-lisp/curl-style.el -%%SHARED%% @dirrm share/emacs/site-lisp @dirrm share/emacs @dirrm share/doc/curl