summaryrefslogtreecommitdiff
path: root/editors/hexedit/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-01-18 22:59:30 +0000
committermjl <mjl@pkgsrc.org>2002-01-18 22:59:30 +0000
commitf0bf4c69b2c69727ca6801d68a30d346d5b56a0d (patch)
tree04f03c618f38d02fa5b09840593c7358c250d666 /editors/hexedit/Makefile
parenta1b2d6720f16ea53e3ad247d4fef04a2eaf4f462 (diff)
downloadpkgsrc-f0bf4c69b2c69727ca6801d68a30d346d5b56a0d.tar.gz
Update hexedit to 1.2.2
- now displays the reached offset while searching - many shortcuts added for different teminals - replace llseek with lseek + use of _FILE_OFFSET_BITS=64 - replaced lots of int by INT which 64bits - yet again some s/int/INT/ - Some bug fixed Fixes PR/15050 by Shell Hung.
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r--editors/hexedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index eafb084562d..7aa17b56962 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2001/10/01 00:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/01/18 22:59:30 mjl Exp $
#
-DISTNAME= hexedit-1.1.0
+DISTNAME= hexedit-1.2.2
WRKSRC= ${WRKDIR}/hexedit
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/