Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2019 17:45:07 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503486 - in head/net: . openbgpd6
Message-ID:  <201906041745.x54Hj7VF008801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jun  4 17:45:06 2019
New Revision: 503486
URL: https://svnweb.freebsd.org/changeset/ports/503486

Log:
  New port: net/openbgpd6
  
  OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4.
  It allows ordinary machines to be used as routers exchanging routes with
  other systems speaking the BGP protocol.
  
  This is the portable version and it does not have the means to
  influence kernel routing tables. It is only suitable for route
  servers/collectors.
  
  WWW: http://www.openbgpd.org/
  
  PR:		213445

Added:
  head/net/openbgpd6/
     - copied from r503342, head/net/openbgpd/
Modified:
  head/net/Makefile
  head/net/openbgpd6/Makefile
  head/net/openbgpd6/pkg-descr

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Jun  4 16:48:17 2019	(r503485)
+++ head/net/Makefile	Tue Jun  4 17:45:06 2019	(r503486)
@@ -526,6 +526,7 @@
     SUBDIR += opal
     SUBDIR += open-isns
     SUBDIR += openbgpd
+    SUBDIR += openbgpd6
     SUBDIR += openbsc
     SUBDIR += openggsn
     SUBDIR += openldap24-client

Modified: head/net/openbgpd6/Makefile
==============================================================================
--- head/net/openbgpd/Makefile	Mon Jun  3 02:59:10 2019	(r503342)
+++ head/net/openbgpd6/Makefile	Tue Jun  4 17:45:06 2019	(r503486)
@@ -4,8 +4,9 @@ PORTNAME=	openbgpd
 PORTVERSION=	6.5p0
 CATEGORIES=	net
 MASTER_SITES=	OPENBSD/OpenBGPD
+PKGNAMESUFFIX=	6
 
-MAINTAINER=	hrs@FreeBSD.org
+MAINTAINER=	pi@FreeBSD.org
 COMMENT=	Free implementation of the Border Gateway Protocol, Version 4
 
 LICENSE=	ISCL

Modified: head/net/openbgpd6/pkg-descr
==============================================================================
--- head/net/openbgpd/pkg-descr	Mon Jun  3 02:59:10 2019	(r503342)
+++ head/net/openbgpd6/pkg-descr	Tue Jun  4 17:45:06 2019	(r503486)
@@ -2,4 +2,8 @@ OpenBGPD is a FREE implementation of the Border Gatewa
 It allows ordinary machines to be used as routers exchanging routes with
 other systems speaking the BGP protocol.
 
+This is the portable version and it does not have the means to
+influence kernel routing tables. It is only suitable for route
+servers/collectors.
+
 WWW: http://www.openbgpd.org/



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