summaryrefslogtreecommitdiff
path: root/misc/less
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-07-08 10:42:53 +0000
committertron <tron@pkgsrc.org>2011-07-08 10:42:53 +0000
commit0cdb7d23480b3a3ea810b6f2c06057730a942c42 (patch)
tree80bd2c6046b1d0f0d8ae02a5a134bf50c9b50ac0 /misc/less
parentc58b6f7de43384311f0bf10139f25e49121b44f5 (diff)
downloadpkgsrc-0cdb7d23480b3a3ea810b6f2c06057730a942c42.tar.gz
Update "less" package to version 444.
The list of changes between our outdated version 418 and 444 is too long to list here. You can find all the release notes here: http://www.greenwoodsoftware.com/less/old.html
Diffstat (limited to 'misc/less')
-rw-r--r--misc/less/Makefile6
-rw-r--r--misc/less/distinfo11
-rw-r--r--misc/less/patches/patch-aa13
-rw-r--r--misc/less/patches/patch-ac4
4 files changed, 11 insertions, 23 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 837cc78548b..9b4abc96b8b 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.19 2008/03/02 15:35:33 bjs Exp $
-#
+# $NetBSD: Makefile,v 1.20 2011/07/08 10:42:53 tron Exp $
-DISTNAME= less-418
+DISTNAME= less-444
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.greenwoodsoftware.com/less/
COMMENT= Pager similar to more and pg
+LICENSE= modified-bsd OR gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/misc/less/distinfo b/misc/less/distinfo
index a17b205ea71..d9f6e691557 100644
--- a/misc/less/distinfo
+++ b/misc/less/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2008/03/02 15:35:33 bjs Exp $
+$NetBSD: distinfo,v 1.12 2011/07/08 10:42:53 tron Exp $
-SHA1 (less-418.tar.gz) = ec4fb48680878a7ac3499c46564c47c448b0aa22
-RMD160 (less-418.tar.gz) = a10402aa423e3d3c4d950735208991d7d4afb85d
-Size (less-418.tar.gz) = 299213 bytes
-SHA1 (patch-aa) = 60eb5a9b9901ceafbf7b17647018e4c311a13101
-SHA1 (patch-ac) = af806f0965d3a92dafdf54fdc96a8c29635d6380
+SHA1 (less-444.tar.gz) = 2a10860360a98c07353bbd5b28ec7477af3ec8a4
+RMD160 (less-444.tar.gz) = 3ae4bac91a786af638eb07a6b63c85c31db7c829
+Size (less-444.tar.gz) = 307308 bytes
+SHA1 (patch-ac) = d50886aff976d81f23684cd96b5c9e7f94554b93
diff --git a/misc/less/patches/patch-aa b/misc/less/patches/patch-aa
deleted file mode 100644
index 7b7168d5ad8..00000000000
--- a/misc/less/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/04/25 18:06:51 tnn Exp $
-
---- command.c.orig 2005-12-03 21:20:32.000000000 +0100
-+++ command.c
-@@ -204,7 +204,7 @@ exec_mca()
- every_first_cmd = save(cbuf);
- break;
- case A_OPT_TOGGLE:
-- toggle_option(optchar, cbuf, optflag);
-+ toggle_option((unsigned char)optchar, cbuf, optflag);
- optchar = '\0';
- break;
- case A_F_BRACKET:
diff --git a/misc/less/patches/patch-ac b/misc/less/patches/patch-ac
index 1dc81726dd5..a8041f67c9f 100644
--- a/misc/less/patches/patch-ac
+++ b/misc/less/patches/patch-ac
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.1 2007/04/25 18:10:17 tnn Exp $
+$NetBSD: patch-ac,v 1.2 2011/07/08 10:42:53 tron Exp $
+
+Fix resource leak found by Coverity scan of the NetBSD sources.
--- edit.c.orig 2005-12-03 21:20:32.000000000 +0100
+++ edit.c