Index: head/sysutils/byobu/Makefile =================================================================== --- head/sysutils/byobu/Makefile (revision 510131) +++ head/sysutils/byobu/Makefile (revision 510132) @@ -1,56 +1,56 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= byobu -PORTVERSION= 5.127 -PORTREVISION= 1 +PORTVERSION= 5.129 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= jcoffman@ipsecure.io +MAINTAINER= jcoffman@xsecure.io COMMENT= Profile and configuration utilities for GNU Screen and/or tmux LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss RUN_DEPENDS= bash:shells/bash USES= autoreconf python shebangfix SHEBANG_FILES= usr/lib/byobu/include/notify_osd \ usr/lib/byobu/include/config.py.in \ usr/lib/byobu/include/select-session.py WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS NEWT OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= TMUX SCREEN OPTIONS_DEFAULT= DOCS NEWT TMUX NEWT_DESC= Python-based windowing toolkit (required for config menu) NEWT_LIB_DEPENDS= libnewt.so:devel/newt TMUX_DESC= Terminal Multiplexer (byobu default) TMUX_RUN_DEPENDS= tmux:sysutils/tmux SCREEN_DESC= Multi-screen window manager SCREEN_RUN_DEPENDS= screen:sysutils/screen NO_ARCH= yes post-patch: ${FIND} ${WRKSRC} -type f | ${XARGS} \ ${REINPLACE_CMD} \ -e "s@/bin/bash@${LOCALBASE}/bin/bash@" \ -e "s@/usr/bin/python@${PYTHON_CMD}@" ${REINPLACE_CMD} -e 's,@sysconfdir@/profile.d,$$(datadir)/@PACKAGE@,' \ ${WRKSRC}/etc/profile.d/Makefile.am ${FIND} ${WRKSRC}/usr/lib/byobu -type f -maxdepth 1 | ${XARGS} \ ${REINPLACE_CMD} -e 's:/proc:/compat/linux/proc:g' .include Index: head/sysutils/byobu/distinfo =================================================================== --- head/sysutils/byobu/distinfo (revision 510131) +++ head/sysutils/byobu/distinfo (revision 510132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542171398 -SHA256 (byobu_5.127.orig.tar.gz) = 4bafc7cb69ff5b0ab6998816d58cd1ef7175e5de75abc1dd7ffd6d5288a4f63b -SIZE (byobu_5.127.orig.tar.gz) = 755529 +TIMESTAMP = 1566517721 +SHA256 (byobu_5.129.orig.tar.gz) = e5135f20750c359b6371ee87cf2729c6038fbf3a6e66680e67f6a2125b07c2b9 +SIZE (byobu_5.129.orig.tar.gz) = 758633 Index: head/sysutils/byobu/files/patch-usr_lib_byobu_memory =================================================================== --- head/sysutils/byobu/files/patch-usr_lib_byobu_memory (nonexistent) +++ head/sysutils/byobu/files/patch-usr_lib_byobu_memory (revision 510132) @@ -0,0 +1,11 @@ +--- usr/lib/byobu/memory.orig 2019-08-23 17:23:09 UTC ++++ usr/lib/byobu/memory +@@ -52,7 +52,7 @@ __memory() { + buffers_plus_cached=$(($buffers+$cached)) + # "free output" buffers and cache (output from 'free') + fo_buffers=$(($kb_main_used - $buffers_plus_cached)) +- fpdiv $((100*${fo_buffers})) "${total}" 0; ++ fpdiv $((100*${kb_main_used})) "${total}" 0; + usage=${_RET} + if [ $total -ge 1048576 ]; then + fpdiv "$total" 1048567 1 Property changes on: head/sysutils/byobu/files/patch-usr_lib_byobu_memory ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property