diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-11-26 09:09:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-11-26 09:09:48 +0000 |
commit | 03256feb310b92bd25666831294cad026f677894 (patch) | |
tree | 763815baf6d32057b7a2122b18e424053d4699c2 /www/elinks | |
parent | 382611568bf3a146025080bac158ff13d68d9fb7 (diff) |
Notes
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 2 | ||||
-rw-r--r-- | www/elinks/distinfo | 2 | ||||
-rw-r--r-- | www/elinks/files/patch-aa | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index af459effb60e..0f55c73882c7 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= links -PORTVERSION= 0.92 +PORTVERSION= 0.93 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/distinfo b/www/elinks/distinfo index 4d4665877e1a..204fce47c6aa 100644 --- a/www/elinks/distinfo +++ b/www/elinks/distinfo @@ -1 +1 @@ -MD5 (links-0.92.tar.gz) = 376b659ef42bbb5dab79c41e366e94bf +MD5 (links-0.93.tar.gz) = 5099692bfa996cf9ac2c14d1c964746c diff --git a/www/elinks/files/patch-aa b/www/elinks/files/patch-aa deleted file mode 100644 index 7170c081e528..000000000000 --- a/www/elinks/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- default.c.orig Thu Jun 22 10:37:36 2000 -+++ default.c Tue Sep 5 09:34:12 2000 -@@ -538,7 +538,7 @@ - } - mem_free(w); - if (!(w = get_word(&c))) goto err; -- if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f; -+ if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f; - ts->mode = w[0] - '0'; - mem_free(w); - if (!(w = get_word(&c))) goto err; |