maintenance update to 7.10.8; ok brad@
This commit is contained in:
parent
c697321d0f
commit
b61e9b9cfc
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2003/06/01 21:43:49 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2003/12/15 16:13:24 naddy Exp $
|
||||
|
||||
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
|
||||
|
||||
DISTNAME= curl-7.10.5
|
||||
DISTNAME= curl-7.10.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
||||
@ -23,7 +23,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
SEPARATE_BUILD= simple
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-random="/dev/arandom"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (curl-7.10.5.tar.gz) = b4883c1fc97c036733047c31e7ef7225
|
||||
RMD160 (curl-7.10.5.tar.gz) = 89c5ed08027f73b6f18ead09b79e6718ec4fe329
|
||||
SHA1 (curl-7.10.5.tar.gz) = 91bf5f16460e996be68de68f3c2029a827abafb9
|
||||
MD5 (curl-7.10.8.tar.gz) = 4c3ee7ca5d4f038615bf7b2ad4ab19e8
|
||||
RMD160 (curl-7.10.8.tar.gz) = c51caeaf9e056ec7eceff4f5bcdcd122d5f1def3
|
||||
SHA1 (curl-7.10.8.tar.gz) = 88ac9f9e0052ec212cc948a125c3f1ee2af6a0a2
|
||||
|
@ -4,5 +4,3 @@ DICT servers, with URL syntax support.
|
||||
cURL supports HTTP POST, HTTP PUT, FTP uploading, HTTP form based
|
||||
upload, proxies, user+password authentication and a busload of other
|
||||
useful tricks.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2003/06/01 21:43:49 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2003/12/15 16:13:25 naddy Exp $
|
||||
bin/curl
|
||||
bin/curl-config
|
||||
include/curl/curl.h
|
||||
@ -9,7 +9,6 @@ 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
|
||||
@ -35,6 +34,9 @@ man/man3/curl_multi_info_read.3
|
||||
man/man3/curl_multi_init.3
|
||||
man/man3/curl_multi_perform.3
|
||||
man/man3/curl_multi_remove_handle.3
|
||||
man/man3/curl_share_cleanup.3
|
||||
man/man3/curl_share_init.3
|
||||
man/man3/curl_share_setopt.3
|
||||
man/man3/curl_slist_append.3
|
||||
man/man3/curl_slist_free_all.3
|
||||
man/man3/curl_strequal.3
|
||||
@ -42,13 +44,17 @@ man/man3/curl_strnequal.3
|
||||
man/man3/curl_unescape.3
|
||||
man/man3/curl_version.3
|
||||
man/man3/curl_version_info.3
|
||||
man/man3/libcurl-easy.3
|
||||
man/man3/libcurl-errors.3
|
||||
man/man3/libcurl-multi.3
|
||||
man/man3/libcurl-share.3
|
||||
man/man3/libcurl.3
|
||||
share/curl/curl-ca-bundle.crt
|
||||
share/doc/curl/README
|
||||
share/emacs/site-lisp/curl-style.el
|
||||
@comment @dirrm share/emacs/site-lisp
|
||||
%%SHARED%%
|
||||
@dirrm share/emacs/site-lisp
|
||||
@dirrm share/emacs
|
||||
@dirrm share/doc/curl
|
||||
@dirrm share/curl
|
||||
@dirrm include/curl
|
||||
|
Loading…
Reference in New Issue
Block a user