summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-04-05 21:22:26 +0000
committerroam <roam@FreeBSD.org>2001-04-05 21:22:26 +0000
commit6aadc16674e1ca073064a96c8f77bd25cff2f01c (patch)
treebab002d60f982f72b9612be7e1120959c932e292
parent5f1e90f21d27bb039d1a9a1e41a5b69212231e0e (diff)
downloadFreeBSD-ports-6aadc16674e1ca073064a96c8f77bd25cff2f01c.zip
FreeBSD-ports-6aadc16674e1ca073064a96c8f77bd25cff2f01c.tar.gz
Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6
interplay. Submitted by: olgeni
-rw-r--r--ftp/curl/Makefile5
-rw-r--r--ftp/curl/distinfo2
2 files changed, 4 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index d707350..a7efc8b 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -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}"
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index ff6603c..9e36f13 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1 +1 @@
-MD5 (curl-7.6.1.tar.bz2) = ba4016a552841a4ab287223dbd3ced03
+MD5 (curl-7.7.1.tar.bz2) = f91f7d1d69bb2cab66549f6e027bbf5b
OpenPOWER on IntegriCloud