Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 05:08:11 +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: r520154 - head/net/dhcpcd-devel
Message-ID:  <201912150508.xBF58Beo058914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Dec 15 05:08:11 2019
New Revision: 520154
URL: https://svnweb.freebsd.org/changeset/ports/520154

Log:
  net/dhcpcd-devel: Update to 20191212
  
  - Use new configure option to set unprivileged user

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

Modified: head/net/dhcpcd-devel/Makefile
==============================================================================
--- head/net/dhcpcd-devel/Makefile	Sun Dec 15 02:37:02 2019	(r520153)
+++ head/net/dhcpcd-devel/Makefile	Sun Dec 15 05:08:11 2019	(r520154)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpcd
-PORTVERSION=	8.99.0.g20191130
+PORTVERSION=	8.99.0.g20191212
 CATEGORIES=	net
 MASTER_SITES=	https://roy.marples.name/cgit/dhcpcd.git/snapshot/
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-${GITTAG}
-GITTAG=		273915d
+GITTAG=		4a462fa
 
 MAINTAINER=	woodsb02@FreeBSD.org
 COMMENT=	DHCP/IPv4LL/IPv6RS/DHCPv6 client
@@ -22,8 +22,7 @@ USES=		compiler:c11 cpe tar:xz
 CPE_VENDOR=	dhcpcd_project
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/examples \
-		--enable-privsep
-CFLAGS+=	-DDHCPCD_USER='\"_dhcp\"'
+		--privsepuser="_dhcp"
 USE_RC_SUBR=	dhcpcd
 
 post-install:

Modified: head/net/dhcpcd-devel/distinfo
==============================================================================
--- head/net/dhcpcd-devel/distinfo	Sun Dec 15 02:37:02 2019	(r520153)
+++ head/net/dhcpcd-devel/distinfo	Sun Dec 15 05:08:11 2019	(r520154)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575074999
-SHA256 (dhcpcd-273915d.tar.xz) = 7cd47b02c50f87e2d46e202f91c1e10ee5e2028f2781b64c4ada4620e0489679
-SIZE (dhcpcd-273915d.tar.xz) = 237868
+TIMESTAMP = 1576386022
+SHA256 (dhcpcd-4a462fa.tar.xz) = 9f77b31fb82a8aef7cf5b01b553e497c966cf9db9f2d0841b64b331d9367b34a
+SIZE (dhcpcd-4a462fa.tar.xz) = 238400



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