diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-04 09:56:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-04 09:56:20 +0000 |
commit | e40e755838de036984205422d8ecbdbc55b5b008 (patch) | |
tree | 69ab7f0bde7fa44a18586bbeb385de8cbb66418f /www/links-gui | |
parent | fdf9f03b251fc5462cc96cf673c968b26a9c34b7 (diff) | |
download | pkgsrc-e40e755838de036984205422d8ecbdbc55b5b008.tar.gz |
Update links* to 2.1.0.33:
=== RELEASE 2.1pre33 ===
Thu Jan 31 21:11:40 MET 2008 mikulas:
Fixed memory leak when there was an error in decompression
Thu Dec 27 23:37:03 MET 2007 mikulas:
Support few more keycodes on ANSI terminal (PAGE UP, PAGE DOWN and few
F* keys)
Wed Dec 26 03:43:35 cet 2007 mikulas:
Disable smb:// URLs on OS/2, fork+threads can cause crashes in EMX
Besides, there's no usable smb client program anyway
Tue Dec 25 01:44:28 MET 2007 mikulas (sponsored by Dondor Ltd.):
A .nsi file to make Windows installer with Nullsoft scriptable install
Mon Dec 24 01:44:11 MET 2007 mikulas:
Fixed a bug that strings with spaces could not be passed from command
line
Mon Dec 24 00:43:57 MET 2007 mikulas:
Socks 4A support (so that Links can be used with tor without
intermediate proxy)
Thu Dec 20 05:40:22 cet 2007 mikulas:
The previous Windows fix broke opening new windows on OS/2
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 0fbd487c2dd..e7c660e9afd 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2008/01/21 14:27:35 ghen Exp $ +# $NetBSD: Makefile,v 1.54 2008/03/04 09:56:20 wiz Exp $ # -PKGNAME= links-gui-2.1.0.32 -PKGREVISION= 1 +PKGNAME= links-gui-2.1.0.33 COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-0.3* |