[30751] trunk/dports/security/authforce/files

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 5 22:27:28 PST 2007


Revision: 30751
          http://trac.macosforge.org/projects/macports/changeset/30751
Author:   mgrimes at macports.org
Date:     2007-11-05 22:27:28 -0800 (Mon, 05 Nov 2007)

Log Message:
-----------
lintify

Added Paths:
-----------
    trunk/dports/security/authforce/files/patch-http.c.diff

Removed Paths:
-------------
    trunk/dports/security/authforce/files/patch-http.c

Deleted: trunk/dports/security/authforce/files/patch-http.c
===================================================================
--- trunk/dports/security/authforce/files/patch-http.c	2007-11-06 05:18:07 UTC (rev 30750)
+++ trunk/dports/security/authforce/files/patch-http.c	2007-11-06 06:27:28 UTC (rev 30751)
@@ -1,12 +0,0 @@
---- src/http.c.orig	2007-11-03 13:43:23.000000000 -0700
-+++ src/http.c	2007-11-03 13:44:09.000000000 -0700
-@@ -68,7 +68,9 @@ int submit(char *username, char *passwor
- 		curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1);
- 		curl_easy_setopt(curl, CURLOPT_USERPWD, authstring);
- 		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
-+#ifdef CURLOPT_MUTE
- 		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"))

Copied: trunk/dports/security/authforce/files/patch-http.c.diff (from rev 30750, trunk/dports/security/authforce/files/patch-http.c)
===================================================================
--- trunk/dports/security/authforce/files/patch-http.c.diff	                        (rev 0)
+++ trunk/dports/security/authforce/files/patch-http.c.diff	2007-11-06 06:27:28 UTC (rev 30751)
@@ -0,0 +1,12 @@
+--- src/http.c.orig	2007-11-03 13:43:23.000000000 -0700
++++ src/http.c	2007-11-03 13:44:09.000000000 -0700
+@@ -68,7 +68,9 @@ int submit(char *username, char *passwor
+ 		curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1);
+ 		curl_easy_setopt(curl, CURLOPT_USERPWD, authstring);
+ 		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
++#ifdef CURLOPT_MUTE
+ 		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"))

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071105/2e9d4818/attachment.html


More information about the macports-changes mailing list