pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mozilla-rootcerts-openssl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep 16 06:27:16 UTC 2024

Modified Files:
        pkgsrc/security/mozilla-rootcerts-openssl: Makefile

Log Message:
mozilla-rootcerts-openssl: Fix DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/mozilla-rootcerts-openssl/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/mozilla-rootcerts-openssl/Makefile
diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.31 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.32
--- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.31     Sat Aug 31 18:41:27 2024
+++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile  Mon Sep 16 06:27:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/08/31 18:41:27 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/09/16 06:27:16 jperkin Exp $
 
 PKGNAME=       mozilla-rootcerts-openssl-2.17
 CATEGORIES=    security
@@ -14,7 +14,7 @@ USE_TOOLS+=   openssl
 WRKSRC=                ${WRKDIR}
 BUILD_DIRS=    # empty
 
-TOOL_DEPENDS+= mozilla-rootcerts-1.0.20240827{,nb[0-9]*}:../../security/mozilla-rootcerts
+TOOL_DEPENDS+= mozilla-rootcerts>=1.1.20240827:../../security/mozilla-rootcerts
 SCRIPT=                ${LOCALBASE}/sbin/mozilla-rootcerts
 
 CHECK_BUILTIN.openssl= yes



Home | Main Index | Thread Index | Old Index