svn commit: r510132 - in head/sysutils/byobu: . files

Tobias Kortkamp tobik at freebsd.org
Fri Aug 30 08:24:19 UTC 2019


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190830/04d3bfb2/attachment.sig>


More information about the svn-ports-all mailing list