sysutils/lnav: Fix distinfo
Distinfo was wrongly updated to that of BETA1 release when this port
was updated to 0.10.1.
While I'm here,
* Switch to DISTVERSION
* Re-format Makefile with portfmt
PR: 259560
Fixes: fb07233b04
(sysutils/lnav: Update to 0.10.1)
This commit is contained in:
parent
a56a8800bb
commit
bb8dbe1580
2 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Thomas Hurst <tom@hur.st>
|
||||
|
||||
PORTNAME= lnav
|
||||
PORTVERSION= 0.10.1
|
||||
DISTVERSION= 0.10.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/tstack/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
@ -12,16 +12,18 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
LIB_DEPENDS= libpcrecpp.so:devel/pcre
|
||||
|
||||
USES= autoreconf compiler:c++14-lang gmake ncurses readline sqlite tar:bz2
|
||||
USES= autoreconf compiler:c++14-lang gmake ncurses readline sqlite \
|
||||
tar:bz2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
PLIST_FILES= bin/lnav man/man1/lnav.1.gz
|
||||
PLIST_FILES= bin/lnav \
|
||||
man/man1/lnav.1.gz
|
||||
|
||||
OPTIONS_DEFINE= CURL
|
||||
OPTIONS_DEFAULT=CURL
|
||||
CURL_DESC= Use libcurl for remote log file support
|
||||
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1633398666
|
||||
SHA256 (lnav-0.10.1.tar.bz2) = 3bb0fb4f36efc1b83f082b0a232fd4495fc78dcf552424afcb0297d21613b3a7
|
||||
SIZE (lnav-0.10.1.tar.bz2) = 1400364
|
||||
TIMESTAMP = 1635628533
|
||||
SHA256 (lnav-0.10.1.tar.bz2) = faddd000983f44c690fb405fee395d455103b62283f95860378a030811317744
|
||||
SIZE (lnav-0.10.1.tar.bz2) = 1401139
|
||||
|
|
Loading…
Reference in a new issue