diff options
author | robak <robak@FreeBSD.org> | 2016-12-09 23:52:56 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2016-12-09 23:52:56 +0800 |
commit | fe1ba765940f2f7654ffd900759103ec6cccf098 (patch) | |
tree | 640e5d587a9ff170f4967213039038827ce878a4 | |
parent | 9c6d8c7f33fd648167c174ea8b01a191f24f82e2 (diff) | |
download | freebsd-ports-graphics-fe1ba765940f2f7654ffd900759103ec6cccf098.tar.gz freebsd-ports-graphics-fe1ba765940f2f7654ffd900759103ec6cccf098.tar.zst freebsd-ports-graphics-fe1ba765940f2f7654ffd900759103ec6cccf098.zip |
net-mgmt/bgpq3: update 0.1.31 -> 0.1.33 and fixes
- Add LICENSE and LICENSE_FILE
- Pet portlint
PR: 213483
Submitted by: Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
-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 85df01a0f30..3937938677c 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 bc9e3fe24e7..7dafda820ab 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 db615cef3b7..9d1456a07d3 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 |