pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust Remove root CAs dependency. Bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de4822a80cb5
branches:  trunk
changeset: 405589:de4822a80cb5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Dec 02 10:51:10 2019 +0000

description:
Remove root CAs dependency. Bump PKGREVISION

See:
https://mail-index.netbsd.org/pkgsrc-changes/2019/12/02/msg201958.html

diffstat:

 lang/rust/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r b0f84e409987 -r de4822a80cb5 lang/rust/Makefile
--- a/lang/rust/Makefile        Mon Dec 02 10:09:29 2019 +0000
+++ b/lang/rust/Makefile        Mon Dec 02 10:51:10 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.132 2019/11/26 14:41:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.133 2019/12/02 10:51:10 ryoon Exp $
 
 DISTNAME=      rustc-1.39.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  http://static.rust-lang.org/dist/
 
@@ -286,9 +286,6 @@
 TOOLS_PATH.md5sum=     ${PREFIX}/bin/gmd5sum
 TOOLS_PLATFORM.gzcat=  ${PREFIX}/bin/gzip -cd
 .endif
-.if ${OPSYS} == "NetBSD"
-DEPENDS+=              mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
-.endif
 
 SUBST_CLASSES+=                rpath
 SUBST_STAGE.rpath=     pre-configure



Home | Main Index | Thread Index | Old Index