svn commit: r510132 - in head/sysutils/byobu: . files
jgh
jgh at freebsd.org
Sat Aug 31 00:24:47 UTC 2019
---- On Fri, 30 Aug 2019 01:35:20 -0700 Mathieu Arnold<mat at FreeBSD.org> wrote ----On Fri, Aug 30, 2019 at 10:24:15AM +0200, Tobias Kortkamp wrote: > On Thu, Aug 29, 2019 at 01:56:50AM +0000, Jason Helfman wrote: > > Author: jgh > > Date: Thu Aug 29 01:56:50 2019 > > New Revision: 510132 > > URL: https://svnweb.freebsd.org/changeset/ports/510132 > > > > Log: > > - update to 5.129 > > - address negative memory consumption bug > > - update maintainer contact address > > > > PR: 239935 > > Submitted by: jcoffman at xsecure.io (maintainer) > > > > Added: > > head/sysutils/byobu/files/patch-usr_lib_byobu_memory (contents, props changed) > > Modified: > > head/sysutils/byobu/Makefile > > head/sysutils/byobu/distinfo > > > > Modified: head/sysutils/byobu/Makefile > > ============================================================================== > > --- head/sysutils/byobu/Makefile Wed Aug 28 23:53:52 2019 (r510131) > > +++ head/sysutils/byobu/Makefile Thu Aug 29 01:56:50 2019 (r510132) > > @@ -2,18 +2,18 @@ > > # $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 at ipsecure.io > > +MAINTAINER= jcoffman at 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 > > I wonder why FETCH_DEPENDS is needed here? It seems really weird to me. It is not needed as SSL peer verification is only enabled when you run make makesum. -- Mathieu Arnold I’ll ask maintainer, but I believe this can be removed.-jgh
More information about the svn-ports-head
mailing list