svn commit: r401233 - head/ports-mgmt/freebsd-bugzilla-cli

Renato Botelho garga at FreeBSD.org
Wed Nov 11 10:11:29 UTC 2015


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