summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-11-23 08:13:07 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-11-23 08:13:07 +0000
commita93c7ed05b126630aca76a90f40fea9ed4c9c63c (patch)
treecab161cbb7deb8f00e186fe807ea38f12abb8794 /editors
parent- I've moved from a Moscow committers hostel to personal flat. (diff)
- Remove WWW on pkg-descr, this site doesn't exist anymore. [1]
- Added SHA256 on distinfo. [1] - USE_GETOPT_LONG instead of internal copy while here PR: ports/89431 [1] Submitted by: Jean Milanez Melo
Notes
Notes: svn path=/head/; revision=149154
Diffstat (limited to 'editors')
-rw-r--r--editors/chexedit/Makefile1
-rw-r--r--editors/chexedit/distinfo1
-rw-r--r--editors/chexedit/pkg-descr2
3 files changed, 2 insertions, 2 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile
index a902a748fbf4..a806c0116a5c 100644
--- a/editors/chexedit/Makefile
+++ b/editors/chexedit/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Full screen text mode Hex editor using the [n]curses library
GNU_CONFIGURE= yes
+USE_GETOPT_LONG=yes
PLIST_FILES= bin/chexedit
MAN1= chexedit.1
diff --git a/editors/chexedit/distinfo b/editors/chexedit/distinfo
index b5bc7679400c..a6bff22efb5e 100644
--- a/editors/chexedit/distinfo
+++ b/editors/chexedit/distinfo
@@ -1,2 +1,3 @@
MD5 (hexedit-0.9.7.tar.gz) = 2658b81ab1bd0813c0117e9459071c13
+SHA256 (hexedit-0.9.7.tar.gz) = 3d15ab33dae9014180cc3d54636aaab4d9c88257f7a2d1cfda490d1bfa6e043a
SIZE (hexedit-0.9.7.tar.gz) = 165110
diff --git a/editors/chexedit/pkg-descr b/editors/chexedit/pkg-descr
index 2993e84f773f..bfe8d3710fff 100644
--- a/editors/chexedit/pkg-descr
+++ b/editors/chexedit/pkg-descr
@@ -14,6 +14,4 @@ times when this is ideal:
* Any place you might use od(1) but need more power. Compare more
vs less.
-WWW: http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/
-
Roman Shterenzon <roman@xpert.com>