View | Details | Raw Unified | Return to bug 278164 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/td-system-tools/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	td-system-tools
1
PORTNAME=	td-system-tools
2
DISTVERSION=	1.6.0
2
DISTVERSION=	1.6.1
3
PORTREVISION=	1
3
PORTREVISION=	1
4
CATEGORIES=	net
4
CATEGORIES=	net
5
MASTER_SITES=	https://www.nntb.no/~dreibh/system-tools/download/
5
MASTER_SITES=	https://www.nntb.no/~dreibh/system-tools/download/
(-)b/net/td-system-tools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1711879342
1
TIMESTAMP = 1712227996
2
SHA256 (td-system-tools-1.6.0.tar.xz) = 5b5fafb3d98bbaa27e52e6e59e35c750c58c88e4243605a66d63e32c0200e2c9
2
SHA256 (td-system-tools-1.6.1.tar.xz) = d6e3b9e6157719f27a62474060e746c4846077f851a21f81bd79d0132f968cf0
3
SIZE (td-system-tools-1.6.0.tar.xz) = 129880
3
SIZE (td-system-tools-1.6.1.tar.xz) = 130400
(-)a/net/td-system-tools/files/patch-src_System-Info (-8 lines)
Removed Link Here
1
--- src/System-Info.orig	2024-04-01 21:09:56 UTC
2
+++ src/System-Info
3
@@ -374,4 +374,4 @@ print-network-addresses 2>&1 | (
4
    wait
5
    cat
6
 ) | \
7
-( buffer -s 16k || cat)
8
+( mbuffer -s 16k || cat)

Return to bug 278164