pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/go-mkcert



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu May 11 13:15:43 UTC 2023

Modified Files:
        pkgsrc/security/go-mkcert: Makefile

Log Message:
DEPENDS+=nss for certutil, so mkcert can also update the Firefox trust
store. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/security/go-mkcert/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/go-mkcert/Makefile
diff -u pkgsrc/security/go-mkcert/Makefile:1.51 pkgsrc/security/go-mkcert/Makefile:1.52
--- pkgsrc/security/go-mkcert/Makefile:1.51     Fri May  5 19:37:36 2023
+++ pkgsrc/security/go-mkcert/Makefile  Thu May 11 13:15:43 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2023/05/05 19:37:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.52 2023/05/11 13:15:43 schmonz Exp $
 
 DISTNAME=              mkcert-1.4.4
 PKGNAME=               ${DISTNAME:S/^/go-/}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=FiloSottile/}
 GITHUB_PROJECT=                mkcert
@@ -13,6 +13,8 @@ HOMEPAGE=             https://mkcert.dev/
 COMMENT=               Make locally trusted development certificates
 LICENSE=               modified-bsd
 
+DEPENDS+=              nss-[0-9]*:../../devel/nss
+
 post-patch:
        cd ${WRKSRC} && cp truststore_linux.go truststore_netbsd.go
 



Home | Main Index | Thread Index | Old Index