Date: Mon, 5 Jun 2023 19:01:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 522d39ae76a1 - main - math/Imath: Fix GH_* usage Message-ID: <202306051901.355J1w9B078961@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=522d39ae76a1d17440e529c80065250cedfd6224 commit 522d39ae76a1d17440e529c80065250cedfd6224 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:46:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:49:13 +0000 math/Imath: Fix GH_* usage Approved by: portmgr (blanket) --- math/Imath/Makefile | 3 ++- math/Imath/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/math/Imath/Makefile b/math/Imath/Makefile index 9fa973911789..c2d5eea7d856 100644 --- a/math/Imath/Makefile +++ b/math/Imath/Makefile @@ -2,6 +2,7 @@ PORTNAME= Imath PORTVERSION= 3.1.9 +DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= math devel graphics @@ -14,7 +15,7 @@ LICENSE= BSD3CLAUSE USES= cmake compiler:c++14-lang pathfix pkgconfig USE_GITHUB= yes -GH_TUPLE= AcademySoftwareFoundation:Imath:v${PORTVERSION} +GH_ACCOUNT= AcademySoftwareFoundation USE_LDCONFIG= yes CMAKE_ARGS+= -DCMAKE_DEBUG_POSTFIX= \ diff --git a/math/Imath/distinfo b/math/Imath/distinfo index f9da02d60398..03b6d9248989 100644 --- a/math/Imath/distinfo +++ b/math/Imath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685734514 -SHA256 (AcademySoftwareFoundation-Imath-3.1.9-v3.1.9_GH0.tar.gz) = f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3 -SIZE (AcademySoftwareFoundation-Imath-3.1.9-v3.1.9_GH0.tar.gz) = 598497 +TIMESTAMP = 1685793190 +SHA256 (AcademySoftwareFoundation-Imath-v3.1.9_GH0.tar.gz) = f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3 +SIZE (AcademySoftwareFoundation-Imath-v3.1.9_GH0.tar.gz) = 598497
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051901.355J1w9B078961>