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

Collapse All | Expand All

(-)sysutils/byobu/Makefile (-3 / +4 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	byobu
4
PORTNAME=	byobu
5
PORTVERSION=	5.127
5
PORTVERSION=	5.129
6
PORTREVISION=	1
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
7
MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
9
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
8
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
10
9
11
MAINTAINER=	jcoffman@ipsecure.io
10
MAINTAINER=	jcoffman@xsecure.io
12
COMMENT=	Profile and configuration utilities for GNU Screen and/or tmux
11
COMMENT=	Profile and configuration utilities for GNU Screen and/or tmux
13
12
14
LICENSE=	GPLv3
13
LICENSE=	GPLv3
15
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
16
15
16
FETCH_DEPENDS=	/usr/local/share/certs/ca-root-nss.crt:security/ca_root_nss
17
17
RUN_DEPENDS=	bash:shells/bash
18
RUN_DEPENDS=	bash:shells/bash
18
19
19
USES=		autoreconf python shebangfix
20
USES=		autoreconf python shebangfix
(-)sysutils/byobu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1542171398
1
TIMESTAMP = 1566517721
2
SHA256 (byobu_5.127.orig.tar.gz) = 4bafc7cb69ff5b0ab6998816d58cd1ef7175e5de75abc1dd7ffd6d5288a4f63b
2
SHA256 (byobu_5.129.orig.tar.gz) = e5135f20750c359b6371ee87cf2729c6038fbf3a6e66680e67f6a2125b07c2b9
3
SIZE (byobu_5.127.orig.tar.gz) = 755529
3
SIZE (byobu_5.129.orig.tar.gz) = 758633
(-)sysutils/byobu/files/patch-usr_lib_byobu_memory (+11 lines)
Line 0 Link Here
1
--- usr/lib/byobu/memory.orig	2019-08-22 20:10:37.396284000 -0400
2
+++ usr/lib/byobu/memory	2019-08-22 20:12:42.405941000 -0400
3
@@ -52,7 +52,7 @@
4
         buffers_plus_cached=$(($buffers+$cached))
5
         # "free output" buffers and cache (output from 'free')
6
         fo_buffers=$(($kb_main_used - $buffers_plus_cached))
7
-        fpdiv $((100*${fo_buffers})) "${total}" 0;
8
+        fpdiv $((100*${kb_main_used})) "${total}" 0;
9
         usage=${_RET}
10
 	if [ $total -ge 1048576 ]; then
11
 		fpdiv "$total" 1048567 1

Return to bug 239935