From owner-svn-ports-all@freebsd.org Mon Dec 26 13:55:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C896DC91259; Mon, 26 Dec 2016 13:55:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 711831574; Mon, 26 Dec 2016 13:55:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQDtvxY028078; Mon, 26 Dec 2016 13:55:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQDtvWF028076; Mon, 26 Dec 2016 13:55:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612261355.uBQDtvWF028076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Dec 2016 13:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429517 - head/net/dhcpcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 13:55:58 -0000 Author: amdmi3 Date: Mon Dec 26 13:55:57 2016 New Revision: 429517 URL: https://svnweb.freebsd.org/changeset/ports/429517 Log: - Update to 6.11.5 - Add ftp mirror - Cosmetic fixes PR: 215314 Submitted by: takefu@airport.fm Approved by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Mon Dec 26 13:44:02 2016 (r429516) +++ head/net/dhcpcd/Makefile Mon Dec 26 13:55:57 2016 (r429517) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.11.0 +PORTVERSION= 6.11.5 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ + ftp://roy.marples.name/pub/dhcpcd/\ http://roy.aydogan.net/dhcpcd/ \ http://cflags.cc/roy/dhcpcd/ \ LOCAL/delphij @@ -17,12 +18,12 @@ LICENSE= BSD2CLAUSE USES= cpe tar:xz CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples +CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples USE_RC_SUBR= dhcpcd post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd .include Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Mon Dec 26 13:44:02 2016 (r429516) +++ head/net/dhcpcd/distinfo Mon Dec 26 13:55:57 2016 (r429517) @@ -1,2 +1,3 @@ -SHA256 (dhcpcd-6.11.0.tar.xz) = 31c2cd327657f11c427fe5044f74c5b942e70450fa43ceabf4b25f3fd4999959 -SIZE (dhcpcd-6.11.0.tar.xz) = 187580 +TIMESTAMP = 1481766500 +SHA256 (dhcpcd-6.11.5.tar.xz) = 6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e +SIZE (dhcpcd-6.11.5.tar.xz) = 198080