1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 1.0.9.1

PR:		ports/93064
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
Approved by:	maintainer timeout (almost 2 months)
This commit is contained in:
Pav Lucistnik 2006-04-01 17:39:49 +00:00
parent bc5a2ebb1a
commit ed48dbc9d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158580
3 changed files with 5 additions and 32 deletions

View File

@ -5,10 +5,10 @@
# $FreeBSD$
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

View File

@ -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

View File

@ -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);