From owner-svn-ports-head@freebsd.org Wed Nov 11 10:11:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC44BA2AACA; Wed, 11 Nov 2015 10:11:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97EAA15AF; Wed, 11 Nov 2015 10:11:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABABSoZ049865; Wed, 11 Nov 2015 10:11:28 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABABSkA049864; Wed, 11 Nov 2015 10:11:28 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201511111011.tABABSkA049864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 11 Nov 2015 10:11:28 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 10:11:29 -0000 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