sysutils/lnav: Update to 0.11.1

ChangeLog: https://github.com/tstack/lnav/releases/tag/v0.11.1

PR:		268084
Reported by:	tom@hur.st (maintainer)
This commit is contained in:
Thomas Hurst 2022-11-30 18:31:32 +01:00 committed by Fernando Apesteguía
parent 0221cbbaf5
commit 0f80ecde57
3 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= lnav
DISTVERSION= 0.10.1
DISTVERSION= 0.11.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/tstack/${PORTNAME}/releases/download/v${PORTVERSION}/
@ -9,7 +9,7 @@ WWW= https://lnav.org/
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpcrecpp.so:devel/pcre
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
USES= autoreconf compiler:c++14-lang gmake ncurses readline sqlite \
tar:bz2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1635628533
SHA256 (lnav-0.10.1.tar.bz2) = faddd000983f44c690fb405fee395d455103b62283f95860378a030811317744
SIZE (lnav-0.10.1.tar.bz2) = 1401139
TIMESTAMP = 1669776794
SHA256 (lnav-0.11.1.tar.bz2) = 09096710dd6c1e8443d3f7436d65e3a4bdf57214d22d5f3ff9b9ea9f6aa5d709
SIZE (lnav-0.11.1.tar.bz2) = 2268080

View File

@ -0,0 +1,10 @@
--- src/text_anonymizer.cc.orig 2022-11-30 03:22:52 UTC
+++ src/text_anonymizer.cc
@@ -31,6 +31,7 @@
#include <arpa/inet.h>
#include <curl/curl.h>
+#include <netinet/in.h>
#include "animals-json.h"
#include "config.h"