From owner-svn-ports-head@freebsd.org Thu Jul 13 13:43:54 2017 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 6F4C3DA3340; Thu, 13 Jul 2017 13:43:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4BB7B7876C; Thu, 13 Jul 2017 13:43:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6DDhr6A090081; Thu, 13 Jul 2017 13:43:53 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6DDhrnS090077; Thu, 13 Jul 2017 13:43:53 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201707131343.v6DDhrnS090077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 13 Jul 2017 13:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445649 - head/net/exabgp X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/exabgp X-SVN-Commit-Revision: 445649 X-SVN-Commit-Repository: ports 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.23 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: Thu, 13 Jul 2017 13:43:54 -0000 Author: zi Date: Thu Jul 13 13:43:52 2017 New Revision: 445649 URL: https://svnweb.freebsd.org/changeset/ports/445649 Log: - Update to 3.4.20 Modified: head/net/exabgp/Makefile head/net/exabgp/distinfo head/net/exabgp/pkg-plist Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Thu Jul 13 13:07:58 2017 (r445648) +++ head/net/exabgp/Makefile Thu Jul 13 13:43:52 2017 (r445649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exabgp -PORTVERSION= 3.4.19 +PORTVERSION= 3.4.20 CATEGORIES= net MASTER_SITES= GH \ http://mirrors.rit.edu/zi/ @@ -42,6 +42,6 @@ do-install: do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + (cd ${WRKSRC}/etc/exabgp && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/net/exabgp/distinfo ============================================================================== --- head/net/exabgp/distinfo Thu Jul 13 13:07:58 2017 (r445648) +++ head/net/exabgp/distinfo Thu Jul 13 13:43:52 2017 (r445649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494854268 -SHA256 (Exa-Networks-exabgp-3.4.19_GH0.tar.gz) = 4a885122d0c2020933ef92f48b3d4517aeb4292f2bcdea88eae9dbc87909af69 -SIZE (Exa-Networks-exabgp-3.4.19_GH0.tar.gz) = 543475 +TIMESTAMP = 1499951310 +SHA256 (Exa-Networks-exabgp-3.4.20_GH0.tar.gz) = 54e6b5ebbc316b3199e3ef2c735731f94d8781494151df126684a3279ac4f83f +SIZE (Exa-Networks-exabgp-3.4.20_GH0.tar.gz) = 543929 Modified: head/net/exabgp/pkg-plist ============================================================================== --- head/net/exabgp/pkg-plist Thu Jul 13 13:07:58 2017 (r445648) +++ head/net/exabgp/pkg-plist Thu Jul 13 13:43:52 2017 (r445649) @@ -289,6 +289,8 @@ sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/netlink/tc.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/protocol/__init__.pyc +%%PYTHON_SITELIBDIR%%/exabgp/protocol/enum.py +%%PYTHON_SITELIBDIR%%/exabgp/protocol/enum.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/family.py %%PYTHON_SITELIBDIR%%/exabgp/protocol/family.pyc %%PYTHON_SITELIBDIR%%/exabgp/protocol/ip/__init__.py @@ -375,18 +377,15 @@ sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/util/usage.pyc %%PYTHON_SITELIBDIR%%/exabgp/version.py %%PYTHON_SITELIBDIR%%/exabgp/version.pyc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/watchdog-1.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/watchdog-1.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/tcp-server -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/stderr-1.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/syslog-1.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/read-write.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/dynamic-1.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/processes/dynamic-1.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-tcpcontrol.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exabgp/ibgp4-healthcheck.txt -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/exabgp/processes -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/exabgp -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ibgp4-healthcheck.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ibgp4-tcpcontrol.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/dynamic-1.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/dynamic-1.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/read-write.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/stderr-1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/syslog-1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/tcp-server +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/watchdog-1.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/processes/watchdog-1.sh @dir etc/exabgp @unexec if [ -d %D/%%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/exabgp`` to remove any configuration files left."; fi