Date: Sat, 13 May 2023 21:07:15 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3660e340fc66 - main - graphics/Coin: unbreak fetch Message-ID: <202305132107.34DL7FQf060436@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3660e340fc669a4a5646324fd313b77e19f1578f commit 3660e340fc669a4a5646324fd313b77e19f1578f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-13 21:02:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-13 21:05:03 +0000 graphics/Coin: unbreak fetch A fork can be renamed or deleted, so get PR commits via upstream. fetch: https://github.com/unrelentingtech/coin/commit/3053d28b74d.patch: Not Found fetch: https://github.com/coin3d/coin/commit/3053d28b74d.patch: size mismatch: expected 1408, actual 1410 -index 6c039a0a3..007461cbd 100644 +index 6c039a0a36..007461cbd4 100644 --- graphics/Coin/Makefile | 2 +- graphics/Coin/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 988fe0007382..c79650359813 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= Coin- PORTREVISION= 4 CATEGORIES= graphics -PATCH_SITES= https://github.com/unrelentingtech/coin/commit/ +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 3053d28b74d.patch:-p1 # Unbreak non-X11 MAINTAINER= cmt@FreeBSD.org diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo index 400dbc1880f1..7496d2496de8 100644 --- a/graphics/Coin/distinfo +++ b/graphics/Coin/distinfo @@ -1,5 +1,5 @@ TIMESTAMP = 1595369132 SHA256 (coin3d-coin-Coin-4.0.0_GH0.tar.gz) = b00d2a8e9d962397cf9bf0d9baa81bcecfbd16eef675a98c792f5cf49eb6e805 SIZE (coin3d-coin-Coin-4.0.0_GH0.tar.gz) = 6788294 -SHA256 (3053d28b74d.patch) = 0fad01632d6a50d63f6d846ba45571b497261aec122def5d42d64025ac37582a -SIZE (3053d28b74d.patch) = 1408 +SHA256 (3053d28b74d.patch) = 8514418b7da2f11a14d03e77821a18a9050494c35ff6c08e1e56e4a811b815be +SIZE (3053d28b74d.patch) = 1410
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305132107.34DL7FQf060436>