git: 6b6355edbe16 - main - net/geoipupdate, www/caddy: Remove ca_root_nss
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 08:17:31 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b6355edbe160f71a76422305bf46df9a66a51bf commit 6b6355edbe160f71a76422305bf46df9a66a51bf Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-04-16 08:15:42 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-04-16 08:15:42 +0000 net/geoipupdate, www/caddy: Remove ca_root_nss Now that 12.3 is the minimum supported, remove ca_root_nss hard deps. For systems that have caroot, ca_root_nss is to my knowledge vestigial and unused, and does nothing except install things. --- net/geoipupdate/Makefile | 4 +--- www/caddy/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index c3e2cd863e56..3920118128d3 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -3,7 +3,7 @@ PORTNAME= geoipupdate PORTVERSION= 4.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org @@ -14,8 +14,6 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -RUN_DEPENDS= ca_root_nss>=3:security/ca_root_nss - USES= gmake go:modules,no_targets GO_MODULE= github.com/maxmind/geoipupdate/v4 diff --git a/www/caddy/Makefile b/www/caddy/Makefile index cc1cb226de29..bdd16ef4520a 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -3,7 +3,7 @@ PORTNAME= caddy DISTVERSIONPREFIX= v DISTVERSION= 2.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www DIST_SUBDIR= caddy @@ -13,8 +13,6 @@ COMMENT= Fast, cross-platform HTTP/2 web server with automatic HTTPS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss - USES= cpe go:modules CPE_VENDOR= caddyserver