Date: Fri, 30 Jun 2023 13:09:53 GMT From: =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb7973db5715 - main - devel/cpu_rec_rs: fetch release and patch instead of latest commit Message-ID: <202306301309.35UD9rbZ050386@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb7973db5715c22829f2a48aa72cee1b10509e94 commit fb7973db5715c22829f2a48aa72cee1b10509e94 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-30 13:07:10 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-06-30 13:08:56 +0000 devel/cpu_rec_rs: fetch release and patch instead of latest commit PR: 272272 --- devel/cpu_rec_rs/Makefile | 5 ++++- devel/cpu_rec_rs/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/devel/cpu_rec_rs/Makefile b/devel/cpu_rec_rs/Makefile index bc1c4d8d7f6f..748346685655 100644 --- a/devel/cpu_rec_rs/Makefile +++ b/devel/cpu_rec_rs/Makefile @@ -1,7 +1,11 @@ PORTNAME= cpu_rec_rs +DISTVERSIONPREFIX= release- DISTVERSION= 1.0.0 CATEGORIES= devel +PATCH_SITES= https://github.com/trou/${PORTNAME}/commit/ +PATCHFILES= 2b0cf547ce1eaa4b153c812f51bb9ab6928784cd.patch:-p1 + MAINTAINER= se@FreeBSD.org COMMENT= Determine which CPU architecture is used in a binary file WWW= https://github.com/trou/cpu_rec_rs/ @@ -12,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE USES= cargo USE_GITHUB= yes GH_ACCOUNT= trou -GH_TAGNAME= 2b0cf54 OPTIONS_DEFINE= DOCS diff --git a/devel/cpu_rec_rs/distinfo b/devel/cpu_rec_rs/distinfo index bf806c156ab0..5a8d1ed051e8 100644 --- a/devel/cpu_rec_rs/distinfo +++ b/devel/cpu_rec_rs/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1687951246 +TIMESTAMP = 1687970343 SHA256 (rust/crates/anstream-0.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 SIZE (rust/crates/anstream-0.3.2.crate) = 19504 SHA256 (rust/crates/anstyle-1.0.1.crate) = 3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd @@ -163,5 +163,7 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 -SHA256 (trou-cpu_rec_rs-1.0.0-2b0cf54_GH0.tar.gz) = a897ca3f53986577a3700654e5191bb09219e2439b3068f6ddf802f1f53eab15 -SIZE (trou-cpu_rec_rs-1.0.0-2b0cf54_GH0.tar.gz) = 10789793 +SHA256 (trou-cpu_rec_rs-release-1.0.0_GH0.tar.gz) = a10a8cdf469e42fa9f17c0a99bac17d4a565e47208b31439225347b61e377939 +SIZE (trou-cpu_rec_rs-release-1.0.0_GH0.tar.gz) = 10791028 +SHA256 (2b0cf547ce1eaa4b153c812f51bb9ab6928784cd.patch) = 87bb6dab96ba41cd1fbaaeacdf264b84bb569137c9cb4d0bc424c2f56e47235e +SIZE (2b0cf547ce1eaa4b153c812f51bb9ab6928784cd.patch) = 1267
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306301309.35UD9rbZ050386>