summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-12-10 06:57:25 +0000
committermef <mef@pkgsrc.org>2014-12-10 06:57:25 +0000
commite8a4f3723df08581608e08ad546ce1b36a0e86c5 (patch)
tree59faa5e5e8f612075ca022b38bab7077930f8954 /editors
parent68fbadf4d8eee7d4485b773a760a369ab89a6358 (diff)
downloadpkgsrc-e8a4f3723df08581608e08ad546ce1b36a0e86c5.tar.gz
(pkgsrc) Add LICENSE= gnu-gpl-v2
(upstream) Update 0.4 to 0.42, no upstream ChangeLog found.
Diffstat (limited to 'editors')
-rw-r--r--editors/heme/Makefile6
-rw-r--r--editors/heme/distinfo10
-rw-r--r--editors/heme/patches/patch-ab4
3 files changed, 11 insertions, 9 deletions
diff --git a/editors/heme/Makefile b/editors/heme/Makefile
index 65e63eb99fb..24cc1d0e3dd 100644
--- a/editors/heme/Makefile
+++ b/editors/heme/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/12/10 06:57:25 mef Exp $
#
-DISTNAME= heme-0.4
-PKGREVISION= 1
+DISTNAME= heme-0.4.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heme/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/heme/
COMMENT= Fast and portable console hex editor
+LICENSE= gnu-gpl-v2
BUILD_TARGET= heme
USE_NCURSES= chgat
diff --git a/editors/heme/distinfo b/editors/heme/distinfo
index 6b5ddeea5d8..25b69f963f3 100644
--- a/editors/heme/distinfo
+++ b/editors/heme/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/12/09 14:45:05 joerg Exp $
+$NetBSD: distinfo,v 1.3 2014/12/10 06:57:25 mef Exp $
-SHA1 (heme-0.4.tar.gz) = ae7727f9861e0ac36eeac7ddccb62739468f1251
-RMD160 (heme-0.4.tar.gz) = 478f527f8e4968968d0d055fddc1cdb98b632a8e
-Size (heme-0.4.tar.gz) = 21370 bytes
+SHA1 (heme-0.4.2.tar.gz) = c3a6b32af7efd0515b35e9d97b10ff157600260d
+RMD160 (heme-0.4.2.tar.gz) = 9368e1d86e7f800c30ebce42161524bbc51610f5
+Size (heme-0.4.2.tar.gz) = 21815 bytes
SHA1 (patch-aa) = d64d01c8f3505b75dfa54f2291b63055b5a17e91
-SHA1 (patch-ab) = cd3de9143f9a1bdb384525041d9b719c755525aa
+SHA1 (patch-ab) = 452cfff4df81c998860564600020125c7f9cb6ae
diff --git a/editors/heme/patches/patch-ab b/editors/heme/patches/patch-ab
index 7ce036bef01..25d25548bca 100644
--- a/editors/heme/patches/patch-ab
+++ b/editors/heme/patches/patch-ab
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2005/12/09 14:45:05 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2014/12/10 06:57:25 mef Exp $
+
+Use only _SC_PAGESIZE on DragonFly, _SC_PAGE_SIZE does't exist.
--- heme.c.orig 2005-12-09 14:34:15.000000000 +0000
+++ heme.c