Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 10:11:28 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401233 - head/ports-mgmt/freebsd-bugzilla-cli
Message-ID:  <201511111011.tABABSkA049864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Wed Nov 11 10:11:28 2015
New Revision: 401233
URL: https://svnweb.freebsd.org/changeset/ports/401233

Log:
  - Add security/ca_root_nss to the list of dependencies, without it FreeBSD
    svn HTTPS certificate cannot be validated
  - Bump PORTREVISION
  
  PR:		204026
  Submitted by:	garga
  Approved by:	maintainer timeout (> 2 weeks)
  MFH:		2015Q4

Modified:
  head/ports-mgmt/freebsd-bugzilla-cli/Makefile

Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile
==============================================================================
--- head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Nov 11 10:08:47 2015	(r401232)
+++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Nov 11 10:11:28 2015	(r401233)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freebsd-bugzilla-cli
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	pgollucci@FreeBSD.org
@@ -10,6 +11,8 @@ COMMENT=	Interact with the FreeBSD bugzi
 
 LICENSE=	APACHE20
 
+RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
+
 OPTIONS_GROUP=	BACKEND
 OPTIONS_GROUP_BACKEND=	PYBUGZ
 OPTIONS_DEFAULT=	PYBUGZ



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511111011.tABABSkA049864>