Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 12:52:57 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539348 - head/net/dhcpcd
Message-ID:  <202006161252.05GCqvLj072851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Tue Jun 16 12:52:57 2020
New Revision: 539348
URL: https://svnweb.freebsd.org/changeset/ports/539348

Log:
  net/dhcpcd: Update to 9.1.2
  
  Also disable udev support in CONFIGURE_ARGS, given that FreeBSD has
  the function udev_device_new_from_subsystem_sysname if the module
  libudev-devd is installed, but it is not implemented.
  
  PR:		247144
  Reported by:	Greg V <greg@unrelenting.technology>
  Reviewed by:	Roy Marples <roy@marples.name>

Modified:
  head/net/dhcpcd/Makefile
  head/net/dhcpcd/distinfo

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Tue Jun 16 12:50:33 2020	(r539347)
+++ head/net/dhcpcd/Makefile	Tue Jun 16 12:52:57 2020	(r539348)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpcd
-PORTVERSION=	9.1.1
+PORTVERSION=	9.1.2
 CATEGORIES=	net
 MASTER_SITES=	https://roy.marples.name/downloads/dhcpcd/ \
 		https://cflags.cc/roy/dhcpcd/
@@ -20,7 +20,8 @@ USES=		compiler:c11 cpe tar:xz
 CPE_VENDOR=	dhcpcd_project
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/examples \
-		--privsepuser="_dhcp"
+		--privsepuser="_dhcp" \
+		--without-udev
 USE_RC_SUBR=	dhcpcd
 
 post-install:

Modified: head/net/dhcpcd/distinfo
==============================================================================
--- head/net/dhcpcd/distinfo	Tue Jun 16 12:50:33 2020	(r539347)
+++ head/net/dhcpcd/distinfo	Tue Jun 16 12:52:57 2020	(r539348)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591787298
-SHA256 (dhcpcd-9.1.1.tar.xz) = bb742911be1f660db42a7323acc793b587f467c5de5b7186735c16d20204737d
-SIZE (dhcpcd-9.1.1.tar.xz) = 246084
+TIMESTAMP = 1592311552
+SHA256 (dhcpcd-9.1.2.tar.xz) = ed053839beb9aaf6424c94ff340826446af2df754db7c7137a09de2a71fb512c
+SIZE (dhcpcd-9.1.2.tar.xz) = 248552



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