Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 08:41:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556889 - head/devel/util-linux
Message-ID:  <202012030841.0B38fRKl094098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Dec  3 08:41:27 2020
New Revision: 556889
URL: https://svnweb.freebsd.org/changeset/ports/556889

Log:
  devel/util-linux: Use release archive, minor Makefile fixes
  
  I changed MASTER_SITES to use KERNEL_ORG.
  
  PR:		251508
  Submitted by:	daniel.engberg.lists@pyret.net (initial version)

Modified:
  head/devel/util-linux/Makefile
  head/devel/util-linux/distinfo

Modified: head/devel/util-linux/Makefile
==============================================================================
--- head/devel/util-linux/Makefile	Thu Dec  3 08:17:51 2020	(r556888)
+++ head/devel/util-linux/Makefile	Thu Dec  3 08:41:27 2020	(r556889)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	util-linux
-DISTVERSIONPREFIX=	v
 DISTVERSION=	2.36
 CATEGORIES=	devel
+MASTER_SITES=	KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Random collection of Linux utilities
@@ -15,16 +15,15 @@ LIB_DEPENDS=	libpcre2-8.so:devel/pcre2 \
 		libuuid.so:misc/e2fsprogs-libuuid
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		autoreconf gettext gmake libtool ncurses pkgconfig shebangfix
+USES=		autoreconf gettext-tools gmake libtool ncurses pkgconfig \
+		shebangfix tar:xz
 USE_LDCONFIG=	yes
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	karelzak
-
 SHEBANG_FILES=	misc-utils/getopt-parse.bash
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-ipcmk --disable-ipcrm --disable-ipcs --disable-makeinstall-chown --disable-makeinstall-setuid
+CONFIGURE_ARGS=	--disable-nls --disable-ipcrm --disable-ipcs \
+		--disable-makeinstall-chown --disable-makeinstall-setuid
 
 INSTALL_TARGET=	install-strip
 

Modified: head/devel/util-linux/distinfo
==============================================================================
--- head/devel/util-linux/distinfo	Thu Dec  3 08:17:51 2020	(r556888)
+++ head/devel/util-linux/distinfo	Thu Dec  3 08:41:27 2020	(r556889)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601080727
-SHA256 (karelzak-util-linux-v2.36_GH0.tar.gz) = 5e4a6f73b28aadceab66ec4490bb5fc77861066660f27b5ec605648809205522
-SIZE (karelzak-util-linux-v2.36_GH0.tar.gz) = 7806261
+TIMESTAMP = 1606843635
+SHA256 (util-linux-2.36.tar.xz) = 9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1
+SIZE (util-linux-2.36.tar.xz) = 5242420



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012030841.0B38fRKl094098>