pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gobgp: fix pkglint, cleanups



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 13 22:25:40 2026 +0200
Changeset:	fab459f1e4d27c17a5a4f87746e568142c5c8970

Modified Files:
	TODO
	gobgp/DESCR
	gobgp/Makefile

Log Message:
gobgp: fix pkglint, cleanups

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fab459f1e4d27c17a5a4f87746e568142c5c8970

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO           | 3 ++-
 gobgp/DESCR    | 1 -
 gobgp/Makefile | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 8f82878ccc..e4e78cffe2 100644
--- a/TODO
+++ b/TODO
@@ -112,6 +112,7 @@ Suggested package updates
 	o perl5-devel-5.39.4
 	o pessulus-2.30.4
 	o pike-7.8.700
+	o pimsync-0.6.0
 	o pipewire-1.6
 	o ppp-2.5.2
 	o py-PyPE-2.9
@@ -145,7 +146,7 @@ Suggested package updates
 	o taglib-sharp-2.1.0.0
 	o taskcoach-1.3.14
 	o tmw-0.0.29.1
-	o tor-browser-15.0.20
+	o tor-browser-15.0.22
 	o torcs-1.3.6
 	o trinity-14.0.3
 	o universalcodegrep-0.3.3
diff --git a/gobgp/DESCR b/gobgp/DESCR
index 1a075619b6..0791f8491c 100644
--- a/gobgp/DESCR
+++ b/gobgp/DESCR
@@ -2,4 +2,3 @@ GoBGP is an open source Border Gateway Protocol (BGP)
 implementation designed from scratch for modern environment
 and implemented in a modern programming language,
 the Go Programming Language.
-
diff --git a/gobgp/Makefile b/gobgp/Makefile
index 3a0f1a3722..1716bf6bf8 100644
--- a/gobgp/Makefile
+++ b/gobgp/Makefile
@@ -3,7 +3,6 @@
 DISTNAME=	gobgp-4.9.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=osrg/}
-GITHUB_PROJECT=	gobgp
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	drixter%e-utp.net@localhost
@@ -13,7 +12,7 @@ LICENSE=	apache-2.0
 
 USE_LANGUAGES=	c
 
-# config is to common filename, rename to gobgp-config
+# 'config' is a too common filename, rename it to 'gobgp-config'
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/config \
 		${DESTDIR}${PREFIX}/bin/gobgp-config


Home | Main Index | Thread Index | Old Index