svn commit: r401764 - branches/2015Q4/ports-mgmt/freebsd-bugzilla-cli

Renato Botelho garga at FreeBSD.org
Mon Nov 16 14:17:38 UTC 2015


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


More information about the svn-ports-all mailing list