public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
clex: update to 3.18 and remove patch which has been integrated upstream. 
Closes #15073.


git-svn-id: http://svn.macports.org/repository/macports/trunk@36304 
d073be05-634f-4543-b044-5fe20cf6d1d6
Ryan Schmidt (author)
Sat Apr 26 03:10:20 -0700 2008
commit  58c126278d240cf31de74fc066540c0315f6cfcc
tree    ff46634ee4c27f5d1e3921fc540f613ad1b59767
parent  c688f4d9c1409ae2e718e82e431619a8516ddb73
...
3
4
5
6
7
 
8
9
10
11
...
18
19
20
21
22
 
 
 
23
24
25
26
27
28
29
...
3
4
5
 
 
6
7
8
9
10
...
17
18
19
 
 
20
21
22
23
24
25
26
 
 
 
0
@@ -3,8 +3,7 @@
0
 PortSystem 1.0
0
 
0
 name clex
0
-version 3.16
0
-revision 1
0
+version 3.18
0
 categories sysutils
0
 platforms darwin
0
 maintainers nomaintainer
0
0
@@ -18,13 +17,11 @@
0
 
0
 homepage http://www.clex.sk/
0
 master_sites ${homepage}download/
0
-checksums md5 52d3396fd3ce07441bb0da8e7690b2b3 \
0
- sha1 e92c5c596fead2cf09c22cd484b3bbff536c58e0
0
+checksums md5 5547890e8cb873eab85894775e8e2d21 \
0
+ sha1 f6497d7669fd6e4a7d0a57437632c5ad451ecfc6 \
0
+ rmd160 187ccae2ecdba57f45b58024ced6f51c652af69a
0
 configure.args --mandir=${prefix}/share/man
0
 depends_lib port:ncurses
0
 test.run yes
0
 test.target check
0
-
0
-# Remove this once the next version of clex after 3.16 is released.
0
-patchfiles patch-control.c.diff
...
1
2
3
4
5
6
7
8
9
10
11
...
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,12 +1 @@
0
---- src/control.c.OLD 2007-07-21 16:36:15.000000000 +0200
0
-+++ src/control.c 2007-07-21 16:36:44.000000000 +0200
0
-@@ -393,7 +393,7 @@
0
- { 1, CH_CTRL('E'), cx_insert_d1, 0 },
0
- { 0, CH_CTRL('O'), cx_insert_link, 0 },
0
- /* the menu ends here, the following entries are hidden */
0
-- { 0, CH_CTRL('I'), cx_paste_pick, 0 },
0
-+ { 0, CH_CTRL('I'), cx_paste_pick, OPT_CURS },
0
- { 0, CH_CTRL('M'), cx_paste_pick, 0 },
0
- { 0, 0, 0, 0 }
0
- };

Comments

    No one has commented yet.