Date: Mon, 26 Jan 2026 20:56:41 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b56310383573 - main - net-mgmt/bgpuma: Bump after update net/libbgpdump, improve port Message-ID: <6977d509.265bf.5adfe779@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b563103835737401894fa746690cfa6ea9ba120d commit b563103835737401894fa746690cfa6ea9ba120d Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2026-01-26 20:37:46 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-01-26 20:56:10 +0000 net-mgmt/bgpuma: Bump after update net/libbgpdump, improve port - Replace PORTVERSION with DISTVERSION. - Improve LICENSE section. - Use USES=localbase instead of CFLAGS and LDFLAGS. - Remove GNU_CONFIGURE_MANPREFIX - this is default value. PR: 272484 Approved by: pi (maintainer) --- net-mgmt/bgpuma/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-mgmt/bgpuma/Makefile b/net-mgmt/bgpuma/Makefile index 46286b019f2d..b6c3bc828903 100644 --- a/net-mgmt/bgpuma/Makefile +++ b/net-mgmt/bgpuma/Makefile @@ -1,25 +1,25 @@ PORTNAME= bgpuma -PORTVERSION= 20151209 -PORTREVISION= 2 +DISTVERSION= 20151209 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= pi@FreeBSD.org COMMENT= Searching BGP update files WWW= https://github.com/cmu-sei/bgpuma -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LIB_DEPENDS= libbgpdump.so:net/libbgpdump \ libsilk.so:security/silktools -USES= autoreconf libtool +USES= autoreconf libtool localbase USE_GITHUB= yes GH_ACCOUNT= cmu-sei GH_TAGNAME= a29b2a7 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/bgpuma share/man/man1/bgpuma.1.gz .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6977d509.265bf.5adfe779>
