git: bb8dbe1580ae - main - sysutils/lnav: Fix distinfo

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Wed, 17 Nov 2021 03:14:29 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb8dbe1580ae0b500c3751c0fc1b681c65733cff

commit bb8dbe1580ae0b500c3751c0fc1b681c65733cff
Author:     Thomas Hurst <tom@hur.st>
AuthorDate: 2021-11-17 03:09:21 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-11-17 03:14:00 +0000

    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)
---
 sysutils/lnav/Makefile | 14 ++++++++------
 sysutils/lnav/distinfo |  6 +++---
 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