From owner-svn-ports-all@FreeBSD.ORG Sun Jun 7 17:21:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6A8BC90; Sun, 7 Jun 2015 17:21:32 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B43BE1FF7; Sun, 7 Jun 2015 17:21:32 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t57HLWqj089455; Sun, 7 Jun 2015 17:21:32 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t57HLWM7089453; Sun, 7 Jun 2015 17:21:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201506071721.t57HLWM7089453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 7 Jun 2015 17:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388738 - 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.20 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: Sun, 07 Jun 2015 17:21:32 -0000 Author: riggs Date: Sun Jun 7 17:21:31 2015 New Revision: 388738 URL: https://svnweb.freebsd.org/changeset/ports/388738 Log: - Correct WWW link in pkg-descr - Bump PORTREVISION PR: 199914 Reported by: jason.unovitch@gmail.com Approved by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/pkg-descr Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Sun Jun 7 17:11:20 2015 (r388737) +++ head/net/dhcpcd/Makefile Sun Jun 7 17:21:31 2015 (r388738) @@ -3,6 +3,7 @@ PORTNAME= dhcpcd PORTVERSION= 6.8.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ Modified: head/net/dhcpcd/pkg-descr ============================================================================== --- head/net/dhcpcd/pkg-descr Sun Jun 7 17:11:20 2015 (r388737) +++ head/net/dhcpcd/pkg-descr Sun Jun 7 17:21:31 2015 (r388738) @@ -2,4 +2,4 @@ dhcpcd is a DHCP/IPv4LL/IPv6RS/DHCPv6 cl It can also act as a network manager, responding to new interfaces, listening for carrier up/down events and managing routes. -WWW: http://roy.marples.name/dhcpcd +WWW: http://roy.marples.name/projects/dhcpcd