diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-02-14 09:16:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-02-14 09:16:57 +0000 |
commit | 9024571ff682c612e11df7bd54088bfb10c75b4b (patch) | |
tree | 0c7dfa4362286d33b1ad00bc104dd796ca9947ce /editors | |
parent | 41bc46f9e1e23cf9d3e1778792fa891f9588fa55 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dhex/Makefile | 3 | ||||
-rw-r--r-- | editors/dhex/distinfo | 4 | ||||
-rw-r--r-- | editors/dhex/files/patch-Makefile | 6 | ||||
-rw-r--r-- | editors/dhex/files/patch-dhex.1 | 18 | ||||
-rw-r--r-- | editors/dhex/files/patch-dhexrc.5 | 9 |
5 files changed, 6 insertions, 34 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index 9c221eebbd71..14479729acaf 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dhex -PORTVERSION= 0.63 -PORTREVISION= 1 +PORTVERSION= 0.64 CATEGORIES= editors MASTER_SITES= http://www.dettus.net/dhex/ \ CRITICAL diff --git a/editors/dhex/distinfo b/editors/dhex/distinfo index 5b12159d421e..22d52837aabb 100644 --- a/editors/dhex/distinfo +++ b/editors/dhex/distinfo @@ -1,2 +1,2 @@ -SHA256 (dhex_0.63.tar.gz) = b90ffc0fc9a40d4f3b877d67eebb02768d28b7a5a197786893e5d0672879300f -SIZE (dhex_0.63.tar.gz) = 51947 +SHA256 (dhex_0.64.tar.gz) = bd1a00f47cac7b438543c304c56debf1997a938a86389dac0e15ad4b007df03a +SIZE (dhex_0.64.tar.gz) = 55663 diff --git a/editors/dhex/files/patch-Makefile b/editors/dhex/files/patch-Makefile index 5b53f3516370..a635a05a188e 100644 --- a/editors/dhex/files/patch-Makefile +++ b/editors/dhex/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2011-01-29 00:19:37.000000000 +0100 -+++ ./Makefile 2011-01-31 09:28:00.000000000 +0100 +--- ./Makefile.orig 2011-02-12 17:24:02.000000000 +0100 ++++ ./Makefile 2011-02-14 10:11:00.000000000 +0100 @@ -1,7 +1,7 @@ -CC= gcc -LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses @@ -12,7 +12,7 @@ #CFLAGS+= -ffunction-sections -fdata-sections #LDFLAGS+= --gc-sections LIBS= -lncurses -@@ -29,5 +29,3 @@ +@@ -41,5 +41,3 @@ clean: rm -f dhex $(OFILES) diff --git a/editors/dhex/files/patch-dhex.1 b/editors/dhex/files/patch-dhex.1 deleted file mode 100644 index ba7990a0f5bb..000000000000 --- a/editors/dhex/files/patch-dhex.1 +++ /dev/null @@ -1,18 +0,0 @@ ---- ./dhex.1.orig 2011-01-31 09:28:21.000000000 +0100 -+++ ./dhex.1 2011-01-31 09:29:15.000000000 +0100 -@@ -145,7 +145,7 @@ - - It is also possible to set up to ten bookmarks in this screen: Pressing '0'...'9' will select one of them. Move the cursor to "Set" to alter one of those book marks. The "Diff:" fields are showing the difference between the actual cursor position and the bookmark. - --Bookmarks can be stored and loaded, for this there are the "Save Markers" and "Load Markers" items on the bottom. Upon selecting one of them, the user is being prompted for a filename. It is possible to load a marker file at start time, by providing the -m parameter. dhex_marker(5) describes the format of the marker files. -+Bookmarks can be stored and loaded, for this there are the "Save Markers" and "Load Markers" items on the bottom. Upon selecting one of them, the user is being prompted for a filename. It is possible to load a marker file at start time, by providing the -m parameter. dhex_markers(5) describes the format of the marker files. - - - .Ss Searching -@@ -178,5 +178,5 @@ - .An Thomas Dettbarn - .Sh SEE ALSO - .Xr dhexrc 5 , --.Xr dhex_marker 5 , -+.Xr dhex_markers 5 , - .Xr dhex_searchlog 5 diff --git a/editors/dhex/files/patch-dhexrc.5 b/editors/dhex/files/patch-dhexrc.5 deleted file mode 100644 index fd2680f1b030..000000000000 --- a/editors/dhex/files/patch-dhexrc.5 +++ /dev/null @@ -1,9 +0,0 @@ ---- ./dhexrc.5.orig 2011-01-31 09:29:52.000000000 +0100 -+++ ./dhexrc.5 2011-01-31 09:30:07.000000000 +0100 -@@ -233,5 +233,5 @@ - .An Thomas Dettbarn - .Sh SEE ALSO - .Xr dhex 1 , --.Xr dhex_marker 5 , -+.Xr dhex_markers 5 , - .Xr dhex_searchlog 5 |