svn commit: r510311 - head/sysutils/byobu

Jason Helfman jgh at FreeBSD.org
Sat Aug 31 01:58:07 UTC 2019


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 at 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


More information about the svn-ports-all mailing list