Date: Thu, 13 Jul 2017 13:43:53 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445649 - head/net/exabgp Message-ID: <201707131343.v6DDhrnS090077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707131343.v6DDhrnS090077>