Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 11:37:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424240 - in head/net/quagga: . files
Message-ID:  <201610191137.u9JBbWR4014140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Oct 19 11:37:32 2016
New Revision: 424240
URL: https://svnweb.freebsd.org/changeset/ports/424240

Log:
  Update to 1.1.0.
  
  Sponsored by:	Absolight

Added:
  head/net/quagga/files/patch-doc_bgpd.8   (contents, props changed)
     - copied, changed from r424237, head/net/quagga/files/patch-doc__bgpd.8
  head/net/quagga/files/patch-vtysh_extract.pl.in   (contents, props changed)
     - copied, changed from r424237, head/net/quagga/files/patch-vtysh__extract.pl.in
Deleted:
  head/net/quagga/files/patch-doc__bgpd.8
  head/net/quagga/files/patch-vtysh__extract.pl.in
Modified:
  head/net/quagga/Makefile   (contents, props changed)
  head/net/quagga/distinfo   (contents, props changed)
  head/net/quagga/files/patch-configure.ac   (contents, props changed)

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Wed Oct 19 11:32:21 2016	(r424239)
+++ head/net/quagga/Makefile	Wed Oct 19 11:37:32 2016	(r424240)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quagga
-PORTVERSION=	1.0.20161017
+PORTVERSION=	1.1.0
 CATEGORIES=	net ipv6
 MASTER_SITES=	SAVANNAH
 

Modified: head/net/quagga/distinfo
==============================================================================
--- head/net/quagga/distinfo	Wed Oct 19 11:32:21 2016	(r424239)
+++ head/net/quagga/distinfo	Wed Oct 19 11:37:32 2016	(r424240)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476726152
-SHA256 (quagga-1.0.20161017.tar.gz) = 8f26724ddb7419f3912f80ce8f13689190289e0022cf09921d0a403fd7714918
-SIZE (quagga-1.0.20161017.tar.gz) = 2758494
+TIMESTAMP = 1476875984
+SHA256 (quagga-1.1.0.tar.gz) = f7a43a9c59bfd3722002210530b2553c8d5cc05bfea5acd56d4f102b9f55dc63
+SIZE (quagga-1.1.0.tar.gz) = 2870278

Modified: head/net/quagga/files/patch-configure.ac
==============================================================================
--- head/net/quagga/files/patch-configure.ac	Wed Oct 19 11:32:21 2016	(r424239)
+++ head/net/quagga/files/patch-configure.ac	Wed Oct 19 11:37:32 2016	(r424240)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2015-03-02 23:50:57 UTC
+--- configure.ac.orig	2016-10-18 13:03:52 UTC
 +++ configure.ac
-@@ -1219,7 +1219,7 @@ AC_SUBST(LIB_REGEX)
+@@ -1278,7 +1278,7 @@ AC_SUBST(LIB_REGEX)
  dnl ------------------
  dnl check Net-SNMP library
  dnl ------------------

Copied and modified: head/net/quagga/files/patch-doc_bgpd.8 (from r424237, head/net/quagga/files/patch-doc__bgpd.8)
==============================================================================
--- head/net/quagga/files/patch-doc__bgpd.8	Wed Oct 19 11:06:18 2016	(r424237, copy source)
+++ head/net/quagga/files/patch-doc_bgpd.8	Wed Oct 19 11:37:32 2016	(r424240)
@@ -1,4 +1,4 @@
---- doc/bgpd.8.orig	2015-03-02 23:50:57 UTC
+--- doc/bgpd.8.orig	2016-10-18 13:03:52 UTC
 +++ doc/bgpd.8
 @@ -28,6 +28,8 @@ software
  ] [
@@ -9,7 +9,7 @@
  ]
  .SH DESCRIPTION
  .B bgpd 
-@@ -76,6 +78,9 @@ When the program terminates, retain rout
+@@ -79,6 +81,9 @@ Skip setting the process effective user 
  .TP
  \fB\-v\fR, \fB\-\-version\fR
  Print the version and exit.

Copied and modified: head/net/quagga/files/patch-vtysh_extract.pl.in (from r424237, head/net/quagga/files/patch-vtysh__extract.pl.in)
==============================================================================
--- head/net/quagga/files/patch-vtysh__extract.pl.in	Wed Oct 19 11:06:18 2016	(r424237, copy source)
+++ head/net/quagga/files/patch-vtysh_extract.pl.in	Wed Oct 19 11:37:32 2016	(r424240)
@@ -1,6 +1,6 @@
---- vtysh/extract.pl.in.orig	2015-03-02 23:50:57 UTC
+--- vtysh/extract.pl.in.orig	2016-10-18 13:03:52 UTC
 +++ vtysh/extract.pl.in
-@@ -63,7 +63,7 @@ $ignore{'"show history"'} = "ignore";
+@@ -69,7 +69,7 @@ my $cli_stomp = 0;
  foreach (@ARGV) {
      $file = $_;
  



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