aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hurst <tom@hur.st>2021-11-17 03:09:21 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-11-17 03:14:00 +0000
commitbb8dbe1580ae0b500c3751c0fc1b681c65733cff (patch)
tree97f2392e9f5fd107e032c1fb8af7ba1a53c2885c
parenta56a8800bbad74b55233d57de2d45a9bb3b373d2 (diff)
downloadports-bb8dbe1580ae0b500c3751c0fc1b681c65733cff.tar.gz
ports-bb8dbe1580ae0b500c3751c0fc1b681c65733cff.zip
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: fb07233b044e (sysutils/lnav: Update to 0.10.1)
-rw-r--r--sysutils/lnav/Makefile14
-rw-r--r--sysutils/lnav/distinfo6
2 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile
index 261dcb49d4f4..f69a80b48826 100644
--- a/sysutils/lnav/Makefile
+++ b/sysutils/lnav/Makefile
@@ -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
diff --git a/sysutils/lnav/distinfo b/sysutils/lnav/distinfo
index e412e2345480..87fcffeb688f 100644
--- a/sysutils/lnav/distinfo
+++ b/sysutils/lnav/distinfo
@@ -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