Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 20:58:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501055 - in head/net/dhcpcd: . files
Message-ID:  <201905082058.x48KwjU5084870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed May  8 20:58:45 2019
New Revision: 501055
URL: https://svnweb.freebsd.org/changeset/ports/501055

Log:
  net/dhcpcd: Update to 7.2.2
  
  PR:		237798
  Submitted by:	roy@marples.name (maintainer)

Modified:
  head/net/dhcpcd/Makefile   (contents, props changed)
  head/net/dhcpcd/distinfo   (contents, props changed)
  head/net/dhcpcd/files/dhcpcd.in
  head/net/dhcpcd/pkg-plist   (contents, props changed)

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Wed May  8 20:52:58 2019	(r501054)
+++ head/net/dhcpcd/Makefile	Wed May  8 20:58:45 2019	(r501055)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpcd
-PORTVERSION=	6.11.5
-PORTREVISION=	1
+PORTVERSION=	7.2.2
 CATEGORIES=	net
 MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
 		ftp://roy.marples.name/pub/dhcpcd/\
@@ -17,6 +16,7 @@ COMMENT=	DHCP/IPv4LL/IPv6RS/DHCPv6 client
 LICENSE=	BSD2CLAUSE
 
 USES=		cpe tar:xz
+
 CPE_VENDOR=	dhcpcd_project
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/examples
@@ -24,7 +24,7 @@ USE_RC_SUBR=	dhcpcd
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \
-		${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample
+		${STAGEDIR}${PREFIX}/share/examples/dhcpcd
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd
 
 .include <bsd.port.mk>

Modified: head/net/dhcpcd/distinfo
==============================================================================
--- head/net/dhcpcd/distinfo	Wed May  8 20:52:58 2019	(r501054)
+++ head/net/dhcpcd/distinfo	Wed May  8 20:58:45 2019	(r501055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481766500
-SHA256 (dhcpcd-6.11.5.tar.xz) = 6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e
-SIZE (dhcpcd-6.11.5.tar.xz) = 198080
+TIMESTAMP = 1557061439
+SHA256 (dhcpcd-7.2.2.tar.xz) = 3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e
+SIZE (dhcpcd-7.2.2.tar.xz) = 213600

Modified: head/net/dhcpcd/files/dhcpcd.in
==============================================================================
--- head/net/dhcpcd/files/dhcpcd.in	Wed May  8 20:52:58 2019	(r501054)
+++ head/net/dhcpcd/files/dhcpcd.in	Wed May  8 20:58:45 2019	(r501055)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# PROVIDE: dhclient
+# PROVIDE: dhclient dhcpcd
 # KEYWORD: nojail
 #
 
@@ -19,13 +19,16 @@ if [ -n "$ifn" ]; then
 	pidfile="/var/run/dhcpcd-$ifn.pid"
 else
 	pidfile="$($command -P $rc_flags)"
+	: ${dhcpcd_enable:=NO}
+	rcvar=dhcpcd_enable
+
 fi
 start_precmd="dhcpcd_precmd"
 
 dhcpcd_precmd()
 {
 	# dhcpcd may need local binaries
-	export PATH=${PATH}:/usr/local/sbin
+	export PATH=${PATH}:/usr/local/sbin:/usr/local/bin
 }
 
 load_rc_config $name

Modified: head/net/dhcpcd/pkg-plist
==============================================================================
--- head/net/dhcpcd/pkg-plist	Wed May  8 20:52:58 2019	(r501054)
+++ head/net/dhcpcd/pkg-plist	Wed May  8 20:58:45 2019	(r501055)
@@ -1,4 +1,3 @@
-@sample etc/dhcpcd.conf.sample
 libexec/dhcpcd-hooks/01-test
 libexec/dhcpcd-hooks/02-dump
 libexec/dhcpcd-hooks/20-resolv.conf
@@ -9,7 +8,9 @@ man/man5/dhcpcd.conf.5.gz
 man/man8/dhcpcd-run-hooks.8.gz
 man/man8/dhcpcd.8.gz
 sbin/dhcpcd
-share/examples/dhcpcd/hooks/10-wpa_supplicant
-share/examples/dhcpcd/hooks/15-timezone
-share/examples/dhcpcd/hooks/29-lookup-hostname
-share/examples/dhcpcd/hooks/50-ypbind
+%%EXAMPLESDIR%%/hooks/10-wpa_supplicant
+%%EXAMPLESDIR%%/hooks/15-timezone
+%%EXAMPLESDIR%%/hooks/29-lookup-hostname
+%%EXAMPLESDIR%%/hooks/50-ypbind
+@dir /var/db/dhcpcd
+@sample %%EXAMPLESDIR%%/dhcpcd.conf etc/dhcpcd.conf



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