Skip to content
Permalink
Browse files

libedit: update version 20181209-3.1->20190324-3.1

  • Loading branch information
MarcusCalhoun-Lopez committed Apr 14, 2019
1 parent bd10d11 commit cf5d37a7a2d52fb8ecf7ed64bcb757445b4247fb
Showing with 6 additions and 6 deletions.
  1. +4 −4 devel/libedit/Portfile
  2. +1 −1 devel/libedit/files/patch-history.diff
  3. +1 −1 devel/libedit/files/readline.c.patch
@@ -5,7 +5,7 @@ PortGroup muniversal 1.0

name libedit
epoch 20090923
version 20181209-3.1
version 20190324-3.1
categories devel
platforms darwin
license BSD
@@ -20,9 +20,9 @@ homepage http://thrysoee.dk/editline/
master_sites ${homepage} \
http://download.openpkg.org/components/cache/libedit/

checksums rmd160 7171331f50310f8387cfb26188bdcb61aa2435c2 \
sha256 2811d70c0b000f2ca91b7cb1a37203134441743c4fcc9c37b0b687f328611064 \
size 521931
checksums rmd160 213fb25fe0546ff99690b3d0f1f32bfd0ee08826 \
sha256 ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae \
size 521999

depends_lib port:ncurses

@@ -1,6 +1,6 @@
--- src/readline.c.orig 2018-05-25 11:09:38.000000000 -0700
+++ src/readline.c 2018-11-17 08:13:35.000000000 -0700
@@ -2096,9 +2096,8 @@
@@ -2098,9 +2098,8 @@
void
rl_callback_handler_remove(void)
{
@@ -1,6 +1,6 @@
--- src/readline.c.orig 2017-03-30 05:15:04.000000000 +1100
+++ src/readline.c 2017-09-12 19:37:40.000000000 +1000
@@ -2075,7 +2075,10 @@
@@ -2077,7 +2077,10 @@
} else
wbuf = NULL;
(*(void (*)(const char *))rl_linefunc)(wbuf);

0 comments on commit cf5d37a

Please sign in to comment.
You can’t perform that action at this time.