Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 14:17:37 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r401764 - branches/2015Q4/ports-mgmt/freebsd-bugzilla-cli
Message-ID:  <201511161417.tAGEHb2Z007423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Nov 16 14:17:36 2015
New Revision: 401764
URL: https://svnweb.freebsd.org/changeset/ports/401764

Log:
  MFH: r401233
  
  - 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:	ports-secteam (feld), maintainer timeout (> 2 weeks)

Modified:
  branches/2015Q4/ports-mgmt/freebsd-bugzilla-cli/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/ports-mgmt/freebsd-bugzilla-cli/Makefile
==============================================================================
--- branches/2015Q4/ports-mgmt/freebsd-bugzilla-cli/Makefile	Mon Nov 16 14:16:38 2015	(r401763)
+++ branches/2015Q4/ports-mgmt/freebsd-bugzilla-cli/Makefile	Mon Nov 16 14:17:36 2015	(r401764)
@@ -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?201511161417.tAGEHb2Z007423>