diff options
author | Michael Landin <mich@FreeBSD.org> | 2013-09-05 17:03:45 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2013-09-05 17:03:45 +0000 |
commit | 2b895a79e488ce0d7d72d86b6f48f1554364050a (patch) | |
tree | dbfeeeaab9a75fd08c2b1494b7212b758699a2c4 /misc/clex | |
parent | f307b2826fee398332880b743292c218d3b14f6a (diff) | |
download | ports-2b895a79e488ce0d7d72d86b6f48f1554364050a.tar.gz ports-2b895a79e488ce0d7d72d86b6f48f1554364050a.zip |
Notes
Diffstat (limited to 'misc/clex')
-rw-r--r-- | misc/clex/Makefile | 3 | ||||
-rw-r--r-- | misc/clex/distinfo | 4 | ||||
-rw-r--r-- | misc/clex/files/patch-control.c | 21 |
3 files changed, 4 insertions, 24 deletions
diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 021f086792e2..64e298cc72c4 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= clex -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.6 CATEGORIES= misc MASTER_SITES= http://www.clex.sk/download/ +DISTNAME= clex-4.6.patch6 MAINTAINER= mich@FreeBSD.org COMMENT= A command line file manager diff --git a/misc/clex/distinfo b/misc/clex/distinfo index 2882e46dadbb..3c6019735097 100644 --- a/misc/clex/distinfo +++ b/misc/clex/distinfo @@ -1,2 +1,2 @@ -SHA256 (clex-4.6.4.tar.gz) = 3b0fdd4ba7511edf542bf96dfd16556338cde8756863c4d1a3e40eebe63afceb -SIZE (clex-4.6.4.tar.gz) = 243297 +SHA256 (clex-4.6.patch6.tar.gz) = 772d9c02a57c2e4f3b3098bcd32f5909be7f8b3aac78ed98302d889318140a2f +SIZE (clex-4.6.patch6.tar.gz) = 246396 diff --git a/misc/clex/files/patch-control.c b/misc/clex/files/patch-control.c deleted file mode 100644 index 9a40211c461c..000000000000 --- a/misc/clex/files/patch-control.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/control.c.old 2011-07-14 21:48:59.000000000 +0200 -+++ src/control.c 2011-07-14 21:54:55.000000000 +0200 -@@ -395,12 +395,12 @@ - }; - - static KEY_BINDING tab_log[] = { -- { 0, 0, WCH_CTRL('M'), cx_pan_home, 0 }, -- { 1, 0, KEY_LEFT, cx_log_left, 0 }, -- { 1, 0, KEY_RIGHT, cx_log_right, 0 }, -- { 1, 0, KEY_HOME, cx_log_home, 0 }, -- { 0, 0, L'm', cx_log_mark, 0 }, -- { 0, 1, L'l', cx_trans_return, 0 }, -+ { 0, 0, WCH_CTRL('M'), cx_pan_home, 0 }, -+ { 1, 0, KEY_LEFT, cx_log_left, OPT_NOFILT }, -+ { 1, 0, KEY_RIGHT, cx_log_right, OPT_NOFILT }, -+ { 1, 0, KEY_HOME, cx_log_home, OPT_NOFILT }, -+ { 0, 0, L'm', cx_log_mark, OPT_NOFILT }, -+ { 0, 1, L'l', cx_trans_return, 0 }, - END_TABLE - }; - |