svn commit: r520154 - head/net/dhcpcd-devel

Ben Woods woodsb02 at FreeBSD.org
Sun Dec 15 05:08:12 UTC 2019


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 at 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


More information about the svn-ports-all mailing list