mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6
interplay. Submitted by: olgeni
This commit is contained in:
parent
89d1c88a9b
commit
3b2ff2fb18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40917
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.6.1
|
||||
PORTVERSION= 7.7.1
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
http://download.sourceforge.net/curl/ \
|
||||
@ -21,13 +21,14 @@ MAINTAINER= roam@FreeBSD.org
|
||||
MAN1= curl.1
|
||||
MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
|
||||
curl_easy_perform.3 curl_easy_setopt.3 \
|
||||
curl_escape.3 curl_unescape.3 \
|
||||
curl_formparse.3 curl_formfree.3 \
|
||||
curl_getdate.3 curl_getenv.3 \
|
||||
curl_slist_append.3 curl_slist_free_all.3 \
|
||||
curl_version.3
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
SHLIB_VER= 1
|
||||
SHLIB_VER= 2
|
||||
|
||||
MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
|
||||
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (curl-7.6.1.tar.bz2) = ba4016a552841a4ab287223dbd3ced03
|
||||
MD5 (curl-7.7.1.tar.bz2) = f91f7d1d69bb2cab66549f6e027bbf5b
|
||||
|
Loading…
Reference in New Issue
Block a user