svn commit: r428226 - head/net-mgmt/bgpq3
Bartek Rutkowski
robak at FreeBSD.org
Fri Dec 9 15:52:58 UTC 2016
Author: robak
Date: Fri Dec 9 15:52:56 2016
New Revision: 428226
URL: https://svnweb.freebsd.org/changeset/ports/428226
Log:
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 at snar.spb.ru> (maintainer)
Modified:
head/net-mgmt/bgpq3/Makefile
head/net-mgmt/bgpq3/distinfo
head/net-mgmt/bgpq3/pkg-descr
Modified: head/net-mgmt/bgpq3/Makefile
==============================================================================
--- head/net-mgmt/bgpq3/Makefile Fri Dec 9 15:43:49 2016 (r428225)
+++ head/net-mgmt/bgpq3/Makefile Fri Dec 9 15:52:56 2016 (r428226)
@@ -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 at 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
Modified: head/net-mgmt/bgpq3/distinfo
==============================================================================
--- head/net-mgmt/bgpq3/distinfo Fri Dec 9 15:43:49 2016 (r428225)
+++ head/net-mgmt/bgpq3/distinfo Fri Dec 9 15:52:56 2016 (r428226)
@@ -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
Modified: head/net-mgmt/bgpq3/pkg-descr
==============================================================================
--- head/net-mgmt/bgpq3/pkg-descr Fri Dec 9 15:43:49 2016 (r428225)
+++ head/net-mgmt/bgpq3/pkg-descr Fri Dec 9 15:52:56 2016 (r428226)
@@ -12,6 +12,5 @@ However, bgpq3 can not be used as a full
- "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
More information about the svn-ports-all
mailing list