Date: Sat, 31 Aug 2019 01:58:07 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510311 - head/sysutils/byobu Message-ID: <201908310158.x7V1w7di084146@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sat Aug 31 01:58:06 2019 New Revision: 510311 URL: https://svnweb.freebsd.org/changeset/ports/510311 Log: - remove unnecessary dependencies - bump portrevision Reported by: mat@ Approved by: jcoffman@xsecure.io (maintainer) Modified: head/sysutils/byobu/Makefile Modified: head/sysutils/byobu/Makefile ============================================================================== --- head/sysutils/byobu/Makefile Sat Aug 31 00:59:02 2019 (r510310) +++ head/sysutils/byobu/Makefile Sat Aug 31 01:58:06 2019 (r510311) @@ -3,6 +3,7 @@ PORTNAME= byobu PORTVERSION= 5.129 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -13,7 +14,6 @@ COMMENT= Profile and configuration utilities for GNU S 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908310158.x7V1w7di084146>