Tue Aug 31 12:55:16 2010 UTC ()
Emphasize that no one should be running 0.98.6.  (This package will be
deleted as soon as I have time to move quagga-devel to quagga.)


(gdt)
diff -r1.3 -r1.4 pkgsrc/net/quagga/DESCR
diff -r1.35 -r1.36 pkgsrc/net/quagga/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/net/quagga/DESCR (expand / switch to unified diff)

--- pkgsrc/net/quagga/DESCR 2010/03/10 20:05:38 1.3
+++ pkgsrc/net/quagga/DESCR 2010/08/31 12:55:16 1.4
@@ -1,9 +1,11 @@ @@ -1,9 +1,11 @@
1Quagga is a routing software suite, providing implementations of 1Quagga is a routing software suite, providing implementations of
2OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms, 2OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
3particularly FreeBSD and Linux and also NetBSD, to mention a few. 3particularly FreeBSD and Linux and also NetBSD, to mention a few.
4Quagga is a fork of GNU Zebra which was developed by Kunihiro 4Quagga is a fork of GNU Zebra which was developed by Kunihiro
5Ishiguro. The Quagga tree aims to build a more involved community 5Ishiguro. The Quagga tree aims to build a more involved community
6around Quagga than the current centralised model of GNU Zebra. 6around Quagga than the current centralised model of GNU Zebra.
7 7
8This version, while tagged stable, is generally considered obsolete 8This version is obsolete and unmaintained. It is very unlikely that
9and most users are better server by 0.99.x. 9security issues will be addressed. Users should run 0.99.x instead,
 10available in ../quagga-devel.
 11

cvs diff -r1.35 -r1.36 pkgsrc/net/quagga/Makefile (expand / switch to unified diff)

--- pkgsrc/net/quagga/Makefile 2010/06/26 00:59:35 1.35
+++ pkgsrc/net/quagga/Makefile 2010/08/31 12:55:16 1.36
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.35 2010/06/26 00:59:35 joerg Exp $ 1# $NetBSD: Makefile,v 1.36 2010/08/31 12:55:16 gdt Exp $
2# 2#
3 3
4DISTNAME= quagga-0.98.6 4DISTNAME= quagga-0.98.6
5PKGREVISION= 4 5PKGREVISION= 5
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= http://www.quagga.net/download/ 7MASTER_SITES= http://www.quagga.net/download/
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://www.quagga.net/ 10HOMEPAGE= http://www.quagga.net/
11COMMENT= Free multithreaded routing daemon software (fork of zebra) 11COMMENT= Free multithreaded routing daemon software (fork of zebra)
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16.include "../../mk/bsd.prefs.mk" 16.include "../../mk/bsd.prefs.mk"
17 17
18GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES