diff options
author | zi <zi@FreeBSD.org> | 2013-09-04 23:26:37 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-09-04 23:26:37 +0800 |
commit | cbb7bd65b272746838a53646c1ad16307b184e84 (patch) | |
tree | d372f3c9ced238cbc774182e943cc32f96725ac1 | |
parent | a27ee85ea010fc22557671c459df1d438b136ebe (diff) | |
download | freebsd-ports-gnome-cbb7bd65b272746838a53646c1ad16307b184e84.tar.gz freebsd-ports-gnome-cbb7bd65b272746838a53646c1ad16307b184e84.tar.zst freebsd-ports-gnome-cbb7bd65b272746838a53646c1ad16307b184e84.zip |
- Update to 3.2.9
-rw-r--r-- | net/exabgp/Makefile | 4 | ||||
-rw-r--r-- | net/exabgp/distinfo | 4 | ||||
-rw-r--r-- | net/exabgp/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 13d017b126ee..7bd5bd1be5d4 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exabgp -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= net MASTER_SITES= GH GHC \ http://mirrors.rit.edu/zi/ @@ -16,7 +16,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= Thomas-Mangin GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= 9d7b143 +GH_COMMIT= f0b71c5 USE_PYTHON= yes SUB_FILES= pkg-message exabgp.sh SUB_LIST= PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \ diff --git a/net/exabgp/distinfo b/net/exabgp/distinfo index 6fe9abea8109..397338ac74bd 100644 --- a/net/exabgp/distinfo +++ b/net/exabgp/distinfo @@ -1,2 +1,2 @@ -SHA256 (exabgp-3.2.8.tgz) = 9c635b25c08cbaabf23be3b9cb81aeb35ff5ca6ae77fb05307d56295737bf16c -SIZE (exabgp-3.2.8.tgz) = 573894 +SHA256 (exabgp-3.2.9.tgz) = 1128ef40b58f98b66b7c9fefe85649daf0084530ea819ded39a74b07be57fb6e +SIZE (exabgp-3.2.9.tgz) = 578138 diff --git a/net/exabgp/pkg-plist b/net/exabgp/pkg-plist index 6aa34cd97b25..ce27ca31477e 100644 --- a/net/exabgp/pkg-plist +++ b/net/exabgp/pkg-plist @@ -19,6 +19,8 @@ sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/nop.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/notification.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/operational.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/operational.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/__init__.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/asn.py @@ -37,6 +39,8 @@ sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/ms.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/negotiated.pyc +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/operational.py +%%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/operational.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.py %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/capability/refresh.pyc %%PYTHON_SITELIBDIR%%/exabgp/bgp/message/open/holdtime.py |