From ec00abfe86bd0fdb0561293e73076d0568a58d7e Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Mon, 9 Mar 2026 02:17:37 +1100 Subject: [PATCH] rlwrap: update to 0.48 --- sysutils/rlwrap/Portfile | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/sysutils/rlwrap/Portfile b/sysutils/rlwrap/Portfile index c06dfab58b4..5f1536dd222 100644 --- a/sysutils/rlwrap/Portfile +++ b/sysutils/rlwrap/Portfile @@ -3,10 +3,9 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup hanslub42 rlwrap 0.46.1 -# Change github.tarball_from to 'releases' or 'archive' next update -github.tarball_from tarball +github.setup hanslub42 rlwrap 0.48 v revision 0 +github.tarball_from releases categories sysutils license GPL-2+ maintainers {@kakuhen} openmaintainer @@ -17,17 +16,10 @@ long_description rlwrap is a wrapper that enables any other command to \ support editing of keyboard input using the GNU \ readline library. -checksums rmd160 0c85853722f97e4f02b165d9c62789f81005ab81 \ - sha256 9f944262bbab8e617e397713b3ef6c74cf172a08167635b8a7fc4a3e24c60eaf \ - size 185122 +checksums rmd160 bea4903d1b838542e4d4fdf2d61666557c00ad11 \ + sha256 cdf69074a216a8284574dddd145dd046c904ad5330a616e0eed53c9043f2ecbc \ + size 353592 -depends_build-append port:autoconf \ - port:automake \ - port:libtool - -depends_lib port:ncurses \ +depends_lib port:libptytty \ + port:ncurses \ port:readline - -use_autoreconf yes - -configure.args --mandir=${prefix}/share/man