Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 07:32:23 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475150 - head/lang/rust
Message-ID:  <201807230732.w6N7WNWN006971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell
Date: Mon Jul 23 07:32:23 2018
New Revision: 475150
URL: https://svnweb.freebsd.org/changeset/ports/475150

Log:
  lang/rust: Udpate checksums in libgit2-sys/.cargo-checksum.json
  
  It was part of the initial patch from Charlie Li to support LibreSSL
  2.7. However, I misread it and though he was only removing bits
  which were not needed anymore (updating checksums for openssl and
  openssl-sys).
  
  Now, we update all three: libgit2-sys, openssl and openssl-sys.
  
  PR:		226955
  Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
  Reported by:	Charlie Li <ml+freebsd@vishwin.info>

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Mon Jul 23 06:55:51 2018	(r475149)
+++ head/lang/rust/Makefile	Mon Jul 23 07:32:23 2018	(r475150)
@@ -156,7 +156,10 @@ post-patch:
 		${WRKSRC}/src/stage0.txt
 # After patching crates, we need to update their corresponding
 # `.cargo-checksum.json` to reflect the new checksums verified by Cargo.
-	@for dir in "${WRKSRC}/src/vendor/libc" "${WRKSRC}/src/vendor/openssl" "${WRKSRC}/src/vendor/openssl-sys"; do \
+	@for dir in "${WRKSRC}/src/vendor/libc" \
+	"${WRKSRC}/src/vendor/libgit2-sys" \
+	"${WRKSRC}/src/vendor/openssl" \
+	"${WRKSRC}/src/vendor/openssl-sys"; do \
 		if ! test -d "$$dir"; then \
 			continue; \
 		fi; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807230732.w6N7WNWN006971>