Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 08:57:28 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bbf47d7c7859 - main - www/miniserve: Chase USES=cargo's new git source support
Message-ID:  <202110250857.19P8vSEL099549@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bbf47d7c7859723a8a4464db47818b1815fc0d13

commit bbf47d7c7859723a8a4464db47818b1815fc0d13
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-10-07 14:47:43 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
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



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