Skip to content

Commit 1753017

Browse files
committed
net/bwm-ng: update to 0.6.3
Updated in wip by Paolo Vincenzo Olivo. Remove upstreamed patches. 2021-01-10 (0.6.3) Volker Gropp <bwmng(at)gropp.org> * remove outdated copyright and email * Merge pull request #25 from fweimer/patch-1 AC_QEF_C_NORETURN: Include <stdlib.h> for exit * Merge pull request #27 from ofalk/master Fix potential write to unallocated memory. * Merge pull request #28 from vgropp/#2-fix-csv-bits feat: #2 output bits in csv * Merge pull request #29 from vgropp/#2-fix-csv-bits fix(doc): #2 output bits in csv * Merge pull request #32 from vgropp/new-netstat-#5 feat: add support for newer (2016+) linux netstat #5 2019-01-01 14:50 (0.6.2) Volker Gropp <bwmng(at)gropp.org> * Merge pull request #22 from vgropp/issue-#13 to fix windows build * Merge pull request #20 from dreibh/master CSV file output: fix for timestamp inaccuracy and Y-2038 problem * Merge pull request #21 from vgropp/travisci add travisci * Merge pull request #17 from Himura2la/master Add the started time in "sum" mode * Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in config * Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of `inline` * Merge pull request #9 from adventureloop/master Always fflush the pipe * Merge pull request #7 from samueloph/fsf_address_clean Update FSF address * Merge pull request #6 from samueloph/master Fix typos * fix nan and inf values on fast refresh (fixes debian bug #532331)
1 parent e6d4992 commit 1753017

File tree

4 files changed

+16
-44
lines changed

4 files changed

+16
-44
lines changed

net/bwm-ng/Makefile

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:48 rillig Exp $
1+
# $NetBSD: Makefile,v 1.3 2022/07/05 07:24:41 pin Exp $
22

3-
DISTNAME= bwm-ng-0.6.1
3+
DISTNAME= bwm-ng-0.6.3
44
CATEGORIES= net
5-
MASTER_SITES= http://www.gropp.org/bwm-ng/
5+
MASTER_SITES= https://www.gropp.org/bwm-ng/
66

7-
MAINTAINER= pkgsrc-users@NetBSD.org
8-
HOMEPAGE= https://www.gropp.org/?id=projects&sub=bwm-ng
7+
MAINTAINER= vms@retrobsd.ddns.net
8+
HOMEPAGE= https://www.gropp.org/bwm-ng/
99
COMMENT= Console-based bandwidth monitor
1010
LICENSE= gnu-gpl-v2
1111

12+
USE_TOOLS+= autoconf automake autoreconf
1213
USE_PKGLOCALEDIR= yes
14+
1315
GNU_CONFIGURE= yes
16+
CONFIGURE_ARGS+= --prefix=${PREFIX}
17+
FAKE_NCURSES= yes
18+
19+
pre-configure:
20+
${RUN} set -e; cd ${WRKSRC} && autoreconf -fiv
1421

1522
.include "../../mk/curses.buildlink3.mk"
1623
.include "../../mk/bsd.pkg.mk"

net/bwm-ng/distinfo

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2021/10/26 11:05:26 nia Exp $
1+
$NetBSD: distinfo,v 1.6 2022/07/05 07:24:41 pin Exp $
22

3-
BLAKE2s (bwm-ng-0.6.1.tar.gz) = 84283591cac23fdf63c5463936ded861fb05347f5e3f1d881c56399eb4a9e501
4-
SHA512 (bwm-ng-0.6.1.tar.gz) = 3f8d4a10f5cbf743d6aee9c6170f334c4274224a2f1886f04338c9a1bf0cf13af5be4aaea0445c9e5b5d361915cc3a93bbfe7c4abf69a0d24e42bc414d8056cd
5-
Size (bwm-ng-0.6.1.tar.gz) = 162620 bytes
6-
SHA1 (patch-src_bwm-ng.c) = a9fd7812bb2a9d40b28d244207ca6d4900ddf7d7
7-
SHA1 (patch-src_help.c) = 4886d8b608d65f8bdf1fa9ba6ab3cbebb53897cc
3+
BLAKE2s (bwm-ng-0.6.3.tar.gz) = 59a18b9f87a6f0ee426dd51785e4f25aa8b210cfd221aa4d0545def540f601b9
4+
SHA512 (bwm-ng-0.6.3.tar.gz) = 85ce29e6ffa9643b4e7c1d731f4e928ddca8cfdc71c86b65ec4e55058b951eb8da9ab80139145300518223589d5fece5bdc11ede91a1ea394d569993ccdb0ab8
5+
Size (bwm-ng-0.6.3.tar.gz) = 70094 bytes

net/bwm-ng/patches/patch-src_bwm-ng.c

-15
This file was deleted.

net/bwm-ng/patches/patch-src_help.c

-18
This file was deleted.

0 commit comments

Comments
 (0)