Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 13:41:28 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
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
Message-ID:  <201508051341.t75DfSwu041737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nick foobar org>
  Approved by:	Janos Mohacsi <jmohacsi bsd hu> (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;
  }



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