Skip to content

Commit

Permalink
net-mgmt/bgpq4: Update to 1.4
Browse files Browse the repository at this point in the history
- Update to 1.4
- Reformat a bit according to portclippy and portfmt
- Fix build dependency on libtool
- Changes: https://github.com/bgp/bgpq4/blob/1.4/CHANGES

Approved by:	maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D31681
  • Loading branch information
jurajlutter committed Sep 19, 2021
1 parent eeb45e0 commit 34e7dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions net-mgmt/bgpq4/Makefile
@@ -1,7 +1,7 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>

PORTNAME= bgpq4
PORTVERSION= 0.0.7
PORTVERSION= 1.4
CATEGORIES= net-mgmt

MAINTAINER= bofh@FreeBSD.org
Expand All @@ -10,7 +10,7 @@ COMMENT= Lightweight prefix-list generator for various routers v4
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT

USES= autoreconf compiler:c11
USES= autoreconf compiler:c11 libtool
USE_GITHUB= yes

MAKE_ARGS+= CC="${CC}"
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/bgpq4/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1620165321
SHA256 (bgp-bgpq4-0.0.7_GH0.tar.gz) = c39af7d2a8b0f4cf61543e776677baaf067aa087181851572211d168258f7f9f
SIZE (bgp-bgpq4-0.0.7_GH0.tar.gz) = 48943
TIMESTAMP = 1629913926
SHA256 (bgp-bgpq4-1.4_GH0.tar.gz) = db4bb0e035e62f00b515529988ad8a552871dcf17ea1d32e0cbf3aae18c2602e
SIZE (bgp-bgpq4-1.4_GH0.tar.gz) = 51910

0 comments on commit 34e7dc4

Please sign in to comment.