diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-02-26 08:38:19 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-02-26 08:38:19 +0000 |
commit | 3b14d66efb0649d3828b48db6e8dffd5bacabffb (patch) | |
tree | 9d9bc397c2541d988fb5ef1d391338a72a64f4c9 /www/elinks | |
parent | 5b74a4e6758c1c3c2e6ba0f2c6d118adaccd8ef2 (diff) | |
download | ports-3b14d66efb0649d3828b48db6e8dffd5bacabffb.tar.gz ports-3b14d66efb0649d3828b48db6e8dffd5bacabffb.zip |
Notes
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 2 | ||||
-rw-r--r-- | www/elinks/files/patch-ac | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 5628d6abaa2b..c63e0c2ad21f 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,7 +7,7 @@ PORTNAME= links PORTVERSION= 0.95 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ http://www.add.com.pl/links/download/ \ diff --git a/www/elinks/files/patch-ac b/www/elinks/files/patch-ac deleted file mode 100644 index 1d829173d2f0..000000000000 --- a/www/elinks/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ ---- http.c.orig Thu Feb 22 12:21:56 2001 -+++ http.c Thu Feb 22 12:22:44 2001 -@@ -540,14 +540,14 @@ - e->redirect_get = h == 303; - } - } -- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { -+ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { - if (!strncasecmp(d, "Basic", 5)) { - add_auth_entry(host, get_param(d, "realm")); - add_questions_entry(do_auth_dialog); - setcstate(c, S_QUESTIONS); - } - mem_free(d); -- }*/ -+ } - kill_buffer_data(rb, a); - c->cache = e; - info->close = 0; |