svn commit: r388158 - in head/net/dhcpcd: . files
Thomas Zander
riggs at FreeBSD.org
Sun May 31 19:42:57 UTC 2015
Author: riggs
Date: Sun May 31 19:42:55 2015
New Revision: 388158
URL: https://svnweb.freebsd.org/changeset/ports/388158
Log:
Update to upstream release 6.8.2
PR: 199914
Submitted by: takefu at airport.fm
Approved by: roy at marples.name (maintainer)
Modified:
head/net/dhcpcd/Makefile
head/net/dhcpcd/distinfo
head/net/dhcpcd/files/patch-dhcpcd.conf
Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile Sun May 31 19:28:14 2015 (r388157)
+++ head/net/dhcpcd/Makefile Sun May 31 19:42:55 2015 (r388158)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dhcpcd
-PORTVERSION= 6.6.5
+PORTVERSION= 6.8.2
CATEGORIES= net
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \
http://roy.aydogan.net/dhcpcd/ \
@@ -22,5 +22,6 @@ USE_RC_SUBR= dhcpcd
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \
${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd
.include <bsd.port.mk>
Modified: head/net/dhcpcd/distinfo
==============================================================================
--- head/net/dhcpcd/distinfo Sun May 31 19:28:14 2015 (r388157)
+++ head/net/dhcpcd/distinfo Sun May 31 19:42:55 2015 (r388158)
@@ -1,2 +1,2 @@
-SHA256 (dhcpcd-6.6.5.tar.bz2) = 62efd1c7fa162f7277b8a09089065f726e5d4dd45f426bb5db06e879e068bbe0
-SIZE (dhcpcd-6.6.5.tar.bz2) = 157743
+SHA256 (dhcpcd-6.8.2.tar.bz2) = a72187fe1f31553264571720d47ebf919cf484f04c2fa974e57a10e16a505cb2
+SIZE (dhcpcd-6.8.2.tar.bz2) = 175355
Modified: head/net/dhcpcd/files/patch-dhcpcd.conf
==============================================================================
--- head/net/dhcpcd/files/patch-dhcpcd.conf Sun May 31 19:28:14 2015 (r388157)
+++ head/net/dhcpcd/files/patch-dhcpcd.conf Sun May 31 19:42:55 2015 (r388158)
@@ -3,8 +3,8 @@ by default.
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485
---- dhcpcd.conf.orig 2014-10-20 14:32:57.000000000 +0100
-+++ dhcpcd.conf 2014-10-20 14:33:37.000000000 +0100
+--- dhcpcd.conf.orig 2015-05-02 23:07:59 UTC
++++ dhcpcd.conf
@@ -34,7 +34,7 @@
require dhcp_server_identifier
More information about the svn-ports-all
mailing list