diff options
author | zi <zi@FreeBSD.org> | 2017-07-13 21:43:52 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-07-13 21:43:52 +0800 |
commit | e3e2b637ec8634603fac36bb50f7e8d0fdec260b (patch) | |
tree | f4f8824c86ecf5400ffaa4bfde053086e03875d5 /net | |
parent | 51198e5fb96c36de54cd6711a866d0cdc3fb5c24 (diff) | |
download | freebsd-ports-gnome-e3e2b637ec8634603fac36bb50f7e8d0fdec260b.tar.gz freebsd-ports-gnome-e3e2b637ec8634603fac36bb50f7e8d0fdec260b.tar.zst freebsd-ports-gnome-e3e2b637ec8634603fac36bb50f7e8d0fdec260b.zip |
- Update to 3.4.20
Diffstat (limited to 'net')
-rw-r--r-- | net/exabgp/Makefile | 4 | ||||
-rw-r--r-- | net/exabgp/distinfo | 6 | ||||
-rw-r--r-- | net/exabgp/pkg-plist | 25 |
3 files changed, 17 insertions, 18 deletions
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 <bsd.port.mk> 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 |