summaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-09-01 14:56:27 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-09-01 14:56:27 +0000
commit2c371800d97941d1f6e565a7ed4d0983f54b317b (patch)
treed9bfba9f41ffeed8cec853010aa25dceceaaba80 /ftp/curl
parentFix MASTER_SITES (diff)
Update to 7.8.1, which should, among other changes, fix the POST
bug in cURL/PHP interaction. Build with SSL by default, change the knob name to WITHOUT_SSL. Submitted by: sf
Notes
Notes: svn path=/head/; revision=47275
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile11
-rw-r--r--ftp/curl/distinfo2
2 files changed, 8 insertions, 5 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 58f99d2d0ec9..6a4db8a0e390 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= curl
-PORTVERSION= 7.8
+PORTVERSION= 7.8.1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
http://download.sourceforge.net/curl/ \
@@ -26,8 +26,8 @@ MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
curl_mprintf.3 \
curl_slist_append.3 curl_slist_free_all.3 \
curl_strequal.3 curl_strnequal.3 \
- curl_version.3
-MAN5= libcurl.5
+ curl_version.3 \
+ libcurl.3
INSTALLS_SHLIB= yes
SHLIB_VER= 2
@@ -35,8 +35,11 @@ SHLIB_VER= 2
MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
-.if defined(WITH_SSL)
+.if !defined(WITHOUT_SSL)
USE_OPENSSL= YES
+CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
+.else
+CONFIGURE_ARGS= --without-ssl
.endif
.if exists(/usr/lib/libkrb.a) && defined(WITH_KERBEROS4)
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index 573caeebed4c..b40551aaca77 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1 +1 @@
-MD5 (curl-7.8.tar.bz2) = c02abf38d5a0091c64400f6df3dbac56
+MD5 (curl-7.8.1.tar.bz2) = 4e3e21eb550f0b8e25e17a487f2bd1bb