diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-01-24 19:30:51 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-01-24 19:30:51 +0000 |
commit | 6b6c54d97c9896fcc11db321c79894ac11d9974a (patch) | |
tree | c2d19f1ab87388db27abb84dcc5fdcfe2bc91092 /net/quagga | |
parent | 99f848d853552bdfda93c6dcb1562eadeb93a9fe (diff) | |
download | ports-6b6c54d97c9896fcc11db321c79894ac11d9974a.tar.gz ports-6b6c54d97c9896fcc11db321c79894ac11d9974a.zip |
net/quagga: update 1.1.0 -> 1.1.1
Warning: This version still has this IPv6 bug:
https://bugzilla.quagga.net/show_bug.cgi?id=870
PR: 216440
Approved by: mat
Changes: https://lists.quagga.net/pipermail/quagga-dev/2017-January/016585.html
Notes
Notes:
svn path=/head/; revision=432375
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 3 | ||||
-rw-r--r-- | net/quagga/distinfo | 6 | ||||
-rw-r--r-- | net/quagga/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 32f972d47b3a..7dd2639b9ad8 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 310f541d38c1..5a3f1a556669 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476875984 -SHA256 (quagga-1.1.0.tar.gz) = f7a43a9c59bfd3722002210530b2553c8d5cc05bfea5acd56d4f102b9f55dc63 -SIZE (quagga-1.1.0.tar.gz) = 2870278 +TIMESTAMP = 1485271844 +SHA256 (quagga-1.1.1.tar.gz) = b5a94e5bdad3062e04595a5692b8cc435f0a85102f75dfdca0a06d093b4ef63f +SIZE (quagga-1.1.1.tar.gz) = 2871705 diff --git a/net/quagga/pkg-plist b/net/quagga/pkg-plist index 26c15fc84985..cb8a9ef0c4a5 100644 --- a/net/quagga/pkg-plist +++ b/net/quagga/pkg-plist @@ -72,8 +72,8 @@ lib/libquagga_pb.so.0 lib/libquagga_pb.so.0.0.0 lib/libzebra.a lib/libzebra.so -lib/libzebra.so.0 -lib/libzebra.so.0.0.0 +lib/libzebra.so.1 +lib/libzebra.so.1.0.0 man/man1/vtysh.1.gz man/man8/bgpd.8.gz %%ISISD%%man/man8/isisd.8.gz |