Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2006 00:39:25 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93064: update port net-mgmt/bgpq to 1.0.9.1
Message-ID:  <1139432965.76304@home.farrokhi.net>
Resent-Message-ID: <200602082110.k18LA8Lr016797@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93064
>Category:       ports
>Synopsis:       update port net-mgmt/bgpq to 1.0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 08 21:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #6: Sun Jan 22 14:40:17 IRST 2006
    root@home.farrokhi.net:/usr/obj/usr/src/sys/HOME



>Description:





>How-To-Repeat:





>Fix:


--- bgpq.patch begins here ---
diff -ruN bgpq.orig/Makefile bgpq/Makefile
--- bgpq.orig/Makefile	Thu Feb  9 00:26:50 2006
+++ bgpq/Makefile	Thu Feb  9 00:34:15 2006
@@ -5,10 +5,10 @@
 # $FreeBSD: ports/net-mgmt/bgpq/Makefile,v 1.9 2004/02/23 04:41:56 wollman Exp $
 
 PORTNAME=	bgpq
-PORTVERSION=	1.0.7.6
-PORTREVISION=	1
+PORTVERSION=	1.0.9.1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.lexa.ru/pub/domestic/snar/
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	snar@paranoia.ru
 COMMENT=	Bgpq - lightweight access-list generator for cisco routers
diff -ruN bgpq.orig/distinfo bgpq/distinfo
--- bgpq.orig/distinfo	Thu Feb  9 00:26:50 2006
+++ bgpq/distinfo	Thu Feb  9 00:31:01 2006
@@ -1,3 +1,3 @@
-MD5 (bgpq-1.0.7.6.tar.gz) = 40a08648480caba1de440659e89fed9d
-SHA256 (bgpq-1.0.7.6.tar.gz) = 58f409a4f570faeff2df8ef62b4014a57cf889d9a57b216099f58e1c2cef138d
-SIZE (bgpq-1.0.7.6.tar.gz) = 36703
+MD5 (bgpq-1.0.9.1.tgz) = f6aaaf8f66fb9f38c6d987ff3d447090
+SHA256 (bgpq-1.0.9.1.tgz) = 72c1f164fc3c3c3cc0478722a7826926a062a5f0365ec7c7683e2927ef653cc7
+SIZE (bgpq-1.0.9.1.tgz) = 61716
diff -ruN bgpq.orig/files/patch-ro.c bgpq/files/patch-ro.c
--- bgpq.orig/files/patch-ro.c	Thu Feb  9 00:26:50 2006
+++ bgpq/files/patch-ro.c	Thu Jan  1 03:30:00 1970
@@ -1,27 +0,0 @@
---- ro.c.orig	Wed Oct 15 06:07:13 2003
-+++ ro.c	Wed Oct 15 06:07:38 2003
-@@ -471,18 +471,18 @@
- 	if(extrange) {
- 		if(retval<100 || (retval>199 && retval<2000) || retval>2699) {
- 			fprintf(f,"\
--!=============================================================================
--! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)
--!=============================================================================
-+!=============================================================================\n\
-+! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)\n\
-+!=============================================================================\n\
- ",string); 
- 			exit(1);
- 		};
- 	} else {
- 		if((retval>100 && retval<1300) || retval>1999) {
- 			fprintf(f,"\
--!=============================================================================
--! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)
--!=============================================================================
-+!=============================================================================\n\
-+! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)\n\
-+!=============================================================================\n\
- ",string); 
- 
- 			exit(1);
--- bgpq.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139432965.76304>