diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-06-02 02:35:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-06-02 02:35:42 +0000 |
commit | d4e3436ef66f8c96d9a57139603bb9c613785a87 (patch) | |
tree | b4672c89a95e85b9daa808310ee98f5f79060007 /www/w3m/Makefile.common | |
parent | a8881e06cae0454782df2813c4bd4d27bed472b4 (diff) | |
download | pkgsrc-d4e3436ef66f8c96d9a57139603bb9c613785a87.tar.gz |
Update w3m to 0.5.2.
w3m 0.5.2 - 2007-05-31
* security fix
- fix format string vulnerability.
* new features
- support gtk2 with w3m-img.
- new option for LiveHTTPHeaders-like logs.
- new option to fontify <del>, <s>, <ins>, and so on.
* other bug fixes
- avoid errors in "configure" and "make".
- '\n' handling in attributes' values of HTML tags.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r-- | www/w3m/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 2421a1f894e..479424540c3 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.46 2007/02/04 20:54:57 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.47 2007/06/02 02:35:42 uebayasi Exp $ # DISTNAME= w3m-${W3M_VERS} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/} -MAINTAINER= kei@NetBSD.org +MAINTAINER= kei@NetBSD.org, uebayasi@NetBSD.org HOMEPAGE= http://w3m.sourceforge.net/ PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -15,7 +15,7 @@ USE_TOOLS+= gmake # Needed for some combinations of options... USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes -W3M_VERS= 0.5.1 +W3M_VERS= 0.5.2 # For w3mman, xface2xpm, cgi scripts. USE_TOOLS+= perl:run |