Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 06:57:10 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551477 - head/net-mgmt/bandwhich
Message-ID:  <202010050657.0956vA8W074710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Mon Oct  5 06:57:09 2020
New Revision: 551477
URL: https://svnweb.freebsd.org/changeset/ports/551477

Log:
  net-mgmt/bandwhich: fix build after r551268
  
  Apparently the build fails (I can't replicate the issue on my builders)
  
  ===>  Configuring for bandwhich-0.19.0
      Updating git repository `https://github.com/tailhook/resolv-conf`
  warning: spurious network error (2 tries remaining): failed to resolve address for github.com: Name does not resolve; class=Net (12)
  warning: spurious network error (1 tries remaining): failed to resolve address for github.com: Name does not resolve; class=Net (12)
  error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index`
  
  Caused by:
    failed to load source for dependency `resolv-conf`
  
  PR:		249571
  Reported by:	olgeni
  Approved by:	portmgr (implicit, build fix)

Modified:
  head/net-mgmt/bandwhich/Makefile
  head/net-mgmt/bandwhich/distinfo

Modified: head/net-mgmt/bandwhich/Makefile
==============================================================================
--- head/net-mgmt/bandwhich/Makefile	Mon Oct  5 06:05:17 2020	(r551476)
+++ head/net-mgmt/bandwhich/Makefile	Mon Oct  5 06:57:09 2020	(r551477)
@@ -15,6 +15,7 @@ USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	imsnif
 
+GH_TUPLE=	tailhook:resolv-conf:83c0f25ebcb0615550488692c5213ca1ae4acd8f:resolvconf
 CARGO_CRATES=	adler-0.2.3 \
 		adler32-1.2.0 \
 		aho-corasick-0.7.6 \
@@ -184,7 +185,6 @@ CARGO_CRATES=	adler-0.2.3 \
 		regex-1.3.1 \
 		regex-syntax-0.6.12 \
 		remove_dir_all-0.5.3 \
-		resolv-conf-0.6.3 \
 		rle-decode-fast-1.0.1 \
 		rustc-demangle-0.1.16 \
 		rustc-serialize-0.3.24 \
@@ -259,6 +259,7 @@ CARGO_CRATES=	adler-0.2.3 \
 		ws2_32-sys-0.2.1 \
 		yaml-rust-0.4.3 \
 		zip-0.5.6
+CARGO_USE_GITHUB=	yes
 
 PLIST_FILES=	bin/bandwhich \
 		man/man1/bandwhich.1.gz

Modified: head/net-mgmt/bandwhich/distinfo
==============================================================================
--- head/net-mgmt/bandwhich/distinfo	Mon Oct  5 06:05:17 2020	(r551476)
+++ head/net-mgmt/bandwhich/distinfo	Mon Oct  5 06:57:09 2020	(r551477)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1601462249
+TIMESTAMP = 1601837588
 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e
 SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168
 SHA256 (rust/crates/adler32-1.2.0.tar.gz) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234
@@ -337,8 +337,6 @@ SHA256 (rust/crates/regex-syntax-0.6.12.tar.gz) = 11a7
 SIZE (rust/crates/regex-syntax-0.6.12.tar.gz) = 289531
 SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7
 SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184
-SHA256 (rust/crates/resolv-conf-0.6.3.tar.gz) = 11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a
-SIZE (rust/crates/resolv-conf-0.6.3.tar.gz) = 17978
 SHA256 (rust/crates/rle-decode-fast-1.0.1.tar.gz) = cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac
 SIZE (rust/crates/rle-decode-fast-1.0.1.tar.gz) = 62490
 SHA256 (rust/crates/rustc-demangle-0.1.16.tar.gz) = 4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783
@@ -489,3 +487,5 @@ SHA256 (rust/crates/zip-0.5.6.tar.gz) = 58287c28d78507
 SIZE (rust/crates/zip-0.5.6.tar.gz) = 33064
 SHA256 (imsnif-bandwhich-0.19.0_GH0.tar.gz) = 82ad604e2b80d4434633860dd81a1d73cd59d54bde7241f4e86c95900912befc
 SIZE (imsnif-bandwhich-0.19.0_GH0.tar.gz) = 3004646
+SHA256 (tailhook-resolv-conf-83c0f25ebcb0615550488692c5213ca1ae4acd8f_GH0.tar.gz) = 1b191b0be0f648e31c212db7c29fdced81ffc6e1e89b2580aaf5d623d44bbbc9
+SIZE (tailhook-resolv-conf-83c0f25ebcb0615550488692c5213ca1ae4acd8f_GH0.tar.gz) = 17205



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