pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bgpdump: Normal and cosmetic fixes
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Sat Sep 12 20:16:56 2026 +0200
Changeset: 692a48da2e13f9c9f35d71ec27d06df8e57968ee
Modified Files:
bgpdump/Makefile
Log Message:
bgpdump: Normal and cosmetic fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=692a48da2e13f9c9f35d71ec27d06df8e57968ee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bgpdump/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diffs:
diff --git a/bgpdump/Makefile b/bgpdump/Makefile
index 5c9226ff49..40a567e6be 100644
--- a/bgpdump/Makefile
+++ b/bgpdump/Makefile
@@ -1,9 +1,11 @@
# $NetBSD$
DISTNAME= libbgpdump-1.6.2
-PKGNAME= bgpdump-1.6.2
+PKGNAME= ${DISTNAME:S/libbgpdump/bgpdump/}
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GITHUB:=RIPE-NCC/bgpdump/releases/download/v1.6.2/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=RIPE-NCC/}
+GITHUB_PROJECT= bgpdump
+GITHUB_TAG= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tgz
MAINTAINER= drixter%e-utp.net@localhost
@@ -11,6 +13,8 @@ HOMEPAGE= https://github.com/RIPE-NCC/bgpdump
COMMENT= BGP dump utility and library
LICENSE= gnu-gpl-v2
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index