summaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-01-12 20:38:37 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-01-12 20:38:37 +0000
commitedd4f09e8fe5708dbfebf11c084a418de8f51e86 (patch)
tree815918452a53d2555600f6b0ed28bfdb65a63d64 /www/links
parent- Fix breakage under new location where WINGs headers are installed (diff)
Update to 0.95.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
Notes
Notes: svn path=/head/; revision=37151
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile2
-rw-r--r--www/links/distinfo2
-rw-r--r--www/links/files/patch-ab19
3 files changed, 10 insertions, 13 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 0f55c73882c7..9396fd2cd80d 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= links
-PORTVERSION= 0.93
+PORTVERSION= 0.95
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/links/distinfo b/www/links/distinfo
index 204fce47c6aa..d30a429dd139 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -1 +1 @@
-MD5 (links-0.93.tar.gz) = 5099692bfa996cf9ac2c14d1c964746c
+MD5 (links-0.95.tar.gz) = fcc0a036f68d76350d2723f5bb7f1a84
diff --git a/www/links/files/patch-ab b/www/links/files/patch-ab
index 9e15593d726f..c977c5f01f78 100644
--- a/www/links/files/patch-ab
+++ b/www/links/files/patch-ab
@@ -1,17 +1,14 @@
---- kbd.c.orig Tue Jun 27 19:19:48 2000
-+++ kbd.c Tue Sep 5 09:36:31 2000
-@@ -479,10 +479,10 @@
+--- kbd.c.orig Thu Jan 11 13:26:36 2001
++++ kbd.c Thu Jan 11 13:28:37 2001
+@@ -479,9 +479,9 @@
case 'B': ev.x = KBD_DOWN; break;
case 'C': ev.x = KBD_RIGHT; break;
case 'D': ev.x = KBD_LEFT; break;
- case 'F':
-- case 'e': ev.x = KBD_END; break;
-- case 'H':
-- case 0: ev.x = KBD_HOME; break;
-+ case 'I': ev.x = KBD_PAGE_UP; break;
-+ case 'G': ev.x = KBD_PAGE_DOWN; break;
+ case 'F': ev.x = KBD_END; break;
+ case 'e': ev.x = KBD_END; break;
+- case 'H':
+ case 'H': ev.x = KBD_HOME; break;
- case 'z': switch (v) {
- case 247: ev.x = KBD_INS; break;
- case 214: ev.x = KBD_HOME; break;
+ case 0: ev.x = KBD_HOME; break;
+ case 'I': ev.x = KBD_PAGE_UP; break;
+ case 'G': ev.x = KBD_PAGE_DOWN; break;