diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index b97adcceb203..d3171b271517 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -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 diff --git a/net/exabgp/distinfo b/net/exabgp/distinfo index 5a405206d114..291d310992d4 100644 --- a/net/exabgp/distinfo +++ b/net/exabgp/distinfo @@ -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 diff --git a/net/exabgp/pkg-plist b/net/exabgp/pkg-plist index f9dae47d8178..d3416dc0af3d 100644 --- a/net/exabgp/pkg-plist +++ b/net/exabgp/pkg-plist @@ -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