diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2016-12-09 15:52:56 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2016-12-09 15:52:56 +0000 |
commit | a486347bdab98b4a65223c0a61c5298c1f7ac050 (patch) | |
tree | 640e5d587a9ff170f4967213039038827ce878a4 /net-mgmt | |
parent | 090a70795e98eaa7c18500c99b01a69e73b77deb (diff) | |
download | ports-a486347bdab98b4a65223c0a61c5298c1f7ac050.tar.gz ports-a486347bdab98b4a65223c0a61c5298c1f7ac050.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bgpq3/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/bgpq3/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/bgpq3/pkg-descr | 3 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile index 85df01a0f30c..3937938677c8 100644 --- a/net-mgmt/bgpq3/Makefile +++ b/net-mgmt/bgpq3/Makefile @@ -2,14 +2,19 @@ # $FreeBSD$ PORTNAME= bgpq3 -PORTVERSION= 0.1.31 +PORTVERSION= 0.1.33 +DISTVERSIONPREFIX=v CATEGORIES= net-mgmt -MASTER_SITES= http://snar.spb.ru/prog/bgpq3/ -EXTRACT_SUFX= .tgz MAINTAINER= snar@snar.spb.ru COMMENT= Lightweight prefix-list generator for Cisco and Juniper routers +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +USE_GITHUB= yes +GH_ACCOUNT= snar + PLIST_FILES= bin/bgpq3 \ man/man8/bgpq3.8.gz HAS_CONFIGURE= yes diff --git a/net-mgmt/bgpq3/distinfo b/net-mgmt/bgpq3/distinfo index bc9e3fe24e74..7dafda820ab9 100644 --- a/net-mgmt/bgpq3/distinfo +++ b/net-mgmt/bgpq3/distinfo @@ -1,2 +1,3 @@ -SHA256 (bgpq3-0.1.31.tgz) = 9f2e8d194db68d49ff2ec888abb6b3eb2ac1bcef767107038c967b24c2debbc5 -SIZE (bgpq3-0.1.31.tgz) = 65707 +TIMESTAMP = 1481298467 +SHA256 (snar-bgpq3-v0.1.33_GH0.tar.gz) = f3a58d547368c4396e5bc2b6189fe968567f1afde47245220b1ba9486b26fb39 +SIZE (snar-bgpq3-v0.1.33_GH0.tar.gz) = 82696 diff --git a/net-mgmt/bgpq3/pkg-descr b/net-mgmt/bgpq3/pkg-descr index db615cef3b7e..9d1456a07d36 100644 --- a/net-mgmt/bgpq3/pkg-descr +++ b/net-mgmt/bgpq3/pkg-descr @@ -12,6 +12,5 @@ However, bgpq3 can not be used as a full replacement of bgpq, because: - "more specific" prefix filtering is not implemented (and not planned). - GateD prefix-filters generation is not implemented (and not planned). - Cisco standard access-lists generation is not implemented (and not planned). -- formatted output is not supported (yet?). -WWW: http://snar.spb.ru/prog/bgpq3/ +WWW: http://github.com/snar/bgpq3 |