head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.09.01.16.54.01;	author sunpoet;	state dead;
branches;
next	1.1;

1.1
date	2006.12.13.12.41.33;	author roam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.9.9
@
text
@--- src/http.c.orig	Tue Dec  5 16:06:36 2006
+++ src/http.c	Tue Dec  5 16:06:24 2006
@@@@ -68,7 +68,9 @@@@
 		curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1);
 		curl_easy_setopt(curl, CURLOPT_USERPWD, authstring);
 		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
+#if LIBCURL_VERSION_NUM < 0x071000
 		curl_easy_setopt(curl, CURLOPT_MUTE, 1);
+#endif
 		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
 		curl_easy_setopt(curl, CURLOPT_USERAGENT, user_agent);
 		if (strcmp(proxy, "undef"))
@


1.1
log
@Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
@
text
@@

