From nobody Mon Oct 25 08:57:28 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 119F9181135E; Mon, 25 Oct 2021 08:57:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hd83g3Q57z4mdV; Mon, 25 Oct 2021 08:57:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 342042587B; Mon, 25 Oct 2021 08:57:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19P8vS1f099550; Mon, 25 Oct 2021 08:57:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19P8vSEL099549; Mon, 25 Oct 2021 08:57:28 GMT (envelope-from git) Date: Mon, 25 Oct 2021 08:57:28 GMT Message-Id: <202110250857.19P8vSEL099549@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: bbf47d7c7859 - main - www/miniserve: Chase USES=cargo's new git source support List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bbf47d7c7859723a8a4464db47818b1815fc0d13 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbf47d7c7859723a8a4464db47818b1815fc0d13 commit bbf47d7c7859723a8a4464db47818b1815fc0d13 Author: Tobias Kortkamp AuthorDate: 2021-10-07 14:47:43 +0000 Commit: Tobias Kortkamp CommitDate: 2021-10-25 08:49:16 +0000 www/miniserve: Chase USES=cargo's new git source support PR: 256581 --- www/miniserve/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index 605dc3612c20..4cf2b6bea081 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= svenstaro -GH_TUPLE= svenstaro:mime_guess:ac76840e14bc6f2f7cbbb347052ec7e4de7e3043:mime_guess CARGO_CRATES= actix-codec-0.4.0 \ actix-files-0.6.0-beta.6 \ actix-http-3.0.0-beta.9 \ @@ -320,8 +319,8 @@ CARGO_CRATES= actix-codec-0.4.0 \ zip-0.5.13 \ zstd-0.7.0+zstd.1.4.9 \ zstd-safe-3.1.0+zstd.1.4.9 \ - zstd-sys-1.5.0+zstd.1.4.9 -CARGO_USE_GITHUB= yes + zstd-sys-1.5.0+zstd.1.4.9 \ + mime_guess@git+https://github.com/svenstaro/mime_guess.git\#ac76840e14bc6f2f7cbbb347052ec7e4de7e3043 PLIST_FILES= bin/miniserve PORTDOCS= README.md