Date: Fri, 5 Aug 2022 20:04:29 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3db5fd3e209b - main - sysutils/most: Update to 5.2.0 Message-ID: <202208052004.275K4Td7016605@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3db5fd3e209b23f820f8114afeb1db1bf82e45be commit 3db5fd3e209b23f820f8114afeb1db1bf82e45be Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-08-05 20:04:16 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-08-05 20:04:25 +0000 sysutils/most: Update to 5.2.0 - Update to 5.2.0 - While here pacify portclippy/portfmt --- sysutils/most/Makefile | 13 +++++++------ sysutils/most/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 6cd1fe157366..de34d40bb75b 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -1,5 +1,5 @@ PORTNAME= most -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.0 CATEGORIES= sysutils MASTER_SITES= http://www.jedsoft.org/releases/most/ \ LOCAL/ehaupt @@ -11,14 +11,15 @@ LICENSE= GPLv2 LIB_DEPENDS= libslang.so:devel/libslang2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-mmap +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-mmap -PLIST_FILES= bin/most man/man1/most.1.gz +MAKE_JOBS_UNSAFE= yes + +PLIST_FILES= bin/most \ + man/man1/most.1.gz PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt OPTIONS_DEFINE= DOCS -MAKE_JOBS_UNSAFE= yes - .include <bsd.port.mk> diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo index 652e3b313406..2d4d3af87c65 100644 --- a/sysutils/most/distinfo +++ b/sysutils/most/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551909931 -SHA256 (most-5.1.0.tar.gz) = db805d1ffad3e85890802061ac8c90e3c89e25afb184a794e03715a3ed190501 -SIZE (most-5.1.0.tar.gz) = 162172 +TIMESTAMP = 1659725348 +SHA256 (most-5.2.0.tar.gz) = 9455aeb8f826fa8385c850dc22bf0f22cf9069b3c3423fba4bf2c6f6226d9903 +SIZE (most-5.2.0.tar.gz) = 256075
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208052004.275K4Td7016605>