summaryrefslogtreecommitdiff
path: root/misc/less/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-09-27 11:27:31 +0000
committertaca <taca@pkgsrc.org>2006-09-27 11:27:31 +0000
commit36537547781cbd846dcab9008f0b6a2466bb9d96 (patch)
tree8ac5c9c3b2cbf2ad7a4a7b73017ccb76440b656b /misc/less/Makefile
parent362f94fe448b4c481df49cd1cc9b3c2b757865c2 (diff)
downloadpkgsrc-36537547781cbd846dcab9008f0b6a2466bb9d96.tar.gz
Apply changes from NetBSD current approved by wiz@:
---------------------------------------------------------------------- Module Name: src Committed By: elad Date: Sat Sep 23 12:51:18 UTC 2006 Modified Files: src/usr.bin/less/less: command.c tags.c Log Message: PR 21741: Christian Biere: Buffer overrun and wrong usage of islower() in less 381 Over three years ago the less maintainer said he'll add these fixes. Nothing happened, so we do it ourselves. Thanks for the report and the patch! ---------------------------------------------------------------------- Bump PKGREVISION.
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r--misc/less/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index e03a7371ef5..4a0b34e1f4f 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:12 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2006/09/27 11:28:32 taca Exp $
#
DISTNAME= less-382
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/ \
${MASTER_SITE_GNU:=less/}