aboutsummaryrefslogtreecommitdiff
path: root/editors/dhex
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-01-29 08:30:21 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-01-29 08:30:21 +0000
commit0d625e6a0737a3e0544329acb54a8ae229a2c44a (patch)
tree99318973fd8c4698bd0d8cf26dd643068f84422b /editors/dhex
parent3592d14acdad99e7e227818aba73ef789f5550c8 (diff)
downloadports-0d625e6a0737a3e0544329acb54a8ae229a2c44a.tar.gz
ports-0d625e6a0737a3e0544329acb54a8ae229a2c44a.zip
- Update to 0.63
- Install new man page Feature safe: yes
Notes
Notes: svn path=/head/; revision=268365
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