aboutsummaryrefslogtreecommitdiff
path: root/editors/dhex
diff options
context:
space:
mode:
Diffstat (limited to 'editors/dhex')
-rw-r--r--editors/dhex/Makefile4
-rw-r--r--editors/dhex/distinfo4
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile
index 1c61794f019b..03f2a3840124 100644
--- a/editors/dhex/Makefile
+++ b/editors/dhex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dhex
-PORTVERSION= 0.62
+PORTVERSION= 0.63
CATEGORIES= editors
MASTER_SITES= http://www.dettus.net/dhex/ \
CRITICAL
@@ -16,11 +16,13 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A ncurses-based hex-editor with diff mode
LICENSE= GPLv2
+MAN1= dhex.1
PLIST_FILES= bin/dhex
MAKE_JOBS_SAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/editors/dhex/distinfo b/editors/dhex/distinfo
index 3852186ecd5f..5b12159d421e 100644
--- a/editors/dhex/distinfo
+++ b/editors/dhex/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dhex_0.62.tar.gz) = fcf9a48e30cebb99bf6cc0e8f9521ac61f7bfae942785a218a0ce32091009e5b
-SIZE (dhex_0.62.tar.gz) = 45399
+SHA256 (dhex_0.63.tar.gz) = b90ffc0fc9a40d4f3b877d67eebb02768d28b7a5a197786893e5d0672879300f
+SIZE (dhex_0.63.tar.gz) = 51947