diff options
author | garga <garga@FreeBSD.org> | 2015-11-11 18:11:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2015-11-11 18:11:28 +0800 |
commit | 293eb760da73c1cf2dd4d043c71ede408a246389 (patch) | |
tree | d3306d9db7d032fa285c12ab21a9cc3d1666ed7e /ports-mgmt | |
parent | 68af48645c6552a90d156386c42c7ec8f6931abc (diff) | |
download | freebsd-ports-gnome-293eb760da73c1cf2dd4d043c71ede408a246389.tar.gz freebsd-ports-gnome-293eb760da73c1cf2dd4d043c71ede408a246389.tar.zst freebsd-ports-gnome-293eb760da73c1cf2dd4d043c71ede408a246389.zip |
- 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
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/freebsd-bugzilla-cli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/freebsd-bugzilla-cli/Makefile b/ports-mgmt/freebsd-bugzilla-cli/Makefile index 441ab0b71149..585a2e79c1d8 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/Makefile +++ b/ports-mgmt/freebsd-bugzilla-cli/Makefile @@ -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 bugzilla instance LICENSE= APACHE20 +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss + OPTIONS_GROUP= BACKEND OPTIONS_GROUP_BACKEND= PYBUGZ OPTIONS_DEFAULT= PYBUGZ |