From owner-svn-ports-head@freebsd.org Wed Aug 5 13:41:29 2015 Return-Path: Delivered-To: svn-ports-head@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 46BE29B4B5C; Wed, 5 Aug 2015 13:41:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 3790C97B; Wed, 5 Aug 2015 13:41:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t75DfTI8041739; Wed, 5 Aug 2015 13:41:29 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t75DfSwu041737; Wed, 5 Aug 2015 13:41:28 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201508051341.t75DfSwu041737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 5 Aug 2015 13:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393588 - in head/net-mgmt/rancid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 13:41:29 -0000 Author: koobs Date: Wed Aug 5 13:41:27 2015 New Revision: 393588 URL: https://svnweb.freebsd.org/changeset/ports/393588 Log: net-mgmt/rancid: Add AF_INET6 support Add AF_INET6 support that was left out of the previous update. PR: 200733 Submitted by: Nick Approved by: Janos Mohacsi (maintainer) Modified: head/net-mgmt/rancid/Makefile head/net-mgmt/rancid/files/patch-bin__rancid.in Modified: head/net-mgmt/rancid/Makefile ============================================================================== --- head/net-mgmt/rancid/Makefile Wed Aug 5 13:29:11 2015 (r393587) +++ head/net-mgmt/rancid/Makefile Wed Aug 5 13:41:27 2015 (r393588) @@ -3,7 +3,7 @@ PORTNAME= rancid PORTVERSION= 2.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ Modified: head/net-mgmt/rancid/files/patch-bin__rancid.in ============================================================================== --- head/net-mgmt/rancid/files/patch-bin__rancid.in Wed Aug 5 13:29:11 2015 (r393587) +++ head/net-mgmt/rancid/files/patch-bin__rancid.in Wed Aug 5 13:41:27 2015 (r393588) @@ -1,5 +1,13 @@ ---- bin/rancid.in.orig 2015-06-09 15:46:07.000000000 +0100 -+++ bin/rancid.in 2015-06-09 15:57:24.000000000 +0100 +--- bin/rancid.in.orig 2015-07-03 17:22:07.000000000 +0100 ++++ bin/rancid.in 2015-07-06 07:10:54.000000000 +0100 +@@ -45,6 +45,7 @@ + # usage: rancid [-dV] [-l] [-f filename | hostname] + # + use Getopt::Std; ++use Socket qw(AF_INET AF_INET6 inet_pton); + getopts('dflV'); + if ($opt_V) { + print "rancid 2.3.8\n"; @@ -162,13 +162,38 @@ @sorted_lines; }