mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
sysutils/lnav: Update to 0.12.2
- Define LICENSE_FILE - Building without CURL is not an option now in upstream (libcurl required to build) ChangeLog: https://github.com/tstack/lnav/blob/master/NEWS.md PR: 278000 Reported by: Mohamed Akram <mohd.akram@outlook.com>
This commit is contained in:
parent
bb4092f401
commit
e710894440
@ -1,16 +1,17 @@
|
||||
PORTNAME= lnav
|
||||
DISTVERSION= 0.11.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.12.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/tstack/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
MASTER_SITES= https://github.com/tstack/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= tom@hur.st
|
||||
COMMENT= Terminal based log file navigator
|
||||
COMMENT= Terminal-based log file navigator
|
||||
WWW= https://lnav.org/
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libpcre2-8.so:devel/pcre2
|
||||
|
||||
USES= autoreconf compiler:c++14-lang gmake ncurses readline sqlite \
|
||||
tar:bz2
|
||||
@ -21,13 +22,6 @@ CONFIGURE_ARGS= --disable-static
|
||||
PLIST_FILES= bin/lnav \
|
||||
share/man/man1/lnav.1.gz
|
||||
|
||||
OPTIONS_DEFINE= CURL
|
||||
OPTIONS_DEFAULT= CURL
|
||||
CURL_DESC= Use libcurl for remote log file support
|
||||
|
||||
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
CURL_CONFIGURE_WITH= libcurl
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/lnav ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/lnav.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1691938673
|
||||
SHA256 (lnav-0.11.2.tar.bz2) = a9ecf8c693147d194f9868a666da77379ed72e51575b17835aa0c741856487f8
|
||||
SIZE (lnav-0.11.2.tar.bz2) = 2332583
|
||||
TIMESTAMP = 1714459734
|
||||
SHA256 (lnav-0.12.2.tar.bz2) = 5909dbb2249fd23bc675d5a38f328c1829e3d8019818234e276b8af1de99aed6
|
||||
SIZE (lnav-0.12.2.tar.bz2) = 3074504
|
||||
|
@ -1,2 +1,2 @@
|
||||
lnav is an ncurses based log file viewer, with syntax highlighting,
|
||||
lnav is an ncurses-based log file viewer, with syntax highlighting,
|
||||
filtering, tab completion for most operations, and sessions support.
|
||||
|
Loading…
Reference in New Issue
Block a user