Date: Thu, 6 Jul 2023 00:05:26 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0f44a3ae84ef - main - =?utf-8?Q?devel/util-linux:=20Update=202.36=20=E2=86=92=202.39.1?= Message-ID: <202307060005.36605Q1F061537@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f44a3ae84ef01544d2c0361aa9069d9a9c69930 commit 0f44a3ae84ef01544d2c0361aa9069d9a9c69930 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-07-06 00:03:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-06 00:05:23 +0000 devel/util-linux: Update 2.36 → 2.39.1 Bumped the version 2.39 → 2.39.1 in addition to the Daniel's submission. PR: 272234 --- devel/util-linux/Makefile | 12 ++++++++---- devel/util-linux/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile index 0a681ea14d58..25b5a08b6dd0 100644 --- a/devel/util-linux/Makefile +++ b/devel/util-linux/Makefile @@ -1,8 +1,7 @@ PORTNAME= util-linux -DISTVERSION= 2.36 -PORTREVISION= 2 +DISTVERSION= 2.39.1 CATEGORIES= devel -MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION}/ +MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION:R}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Random collection of Linux utilities @@ -11,6 +10,7 @@ WWW= https://github.com/karelzak/util-linux LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash @@ -20,7 +20,11 @@ USES= autoreconf gettext-tools gmake libtool ncurses pkgconfig \ USE_LDCONFIG= yes -SHEBANG_FILES= misc-utils/getopt-parse.bash +SHEBANG_FILES= misc-utils/getopt-example.bash \ + tools/*.sh \ + tools/git-tp-sync \ + tools/git-tp-sync-man \ + tests/run.sh GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-ipcrm --disable-ipcs \ diff --git a/devel/util-linux/distinfo b/devel/util-linux/distinfo index 5ec0a554abff..185e50c2ad5f 100644 --- a/devel/util-linux/distinfo +++ b/devel/util-linux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606843635 -SHA256 (util-linux-2.36.tar.xz) = 9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1 -SIZE (util-linux-2.36.tar.xz) = 5242420 +TIMESTAMP = 1688600983 +SHA256 (util-linux-2.39.1.tar.xz) = 890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b +SIZE (util-linux-2.39.1.tar.xz) = 8351164
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307060005.36605Q1F061537>