Date: Sat, 22 Jul 2023 08:05:36 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 0bcb8507f6e8 - 2023Q3 - lang/quilc: Fix fetch Message-ID: <202307220805.36M85aFE051078@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bcb8507f6e813dc635165f2b93f319358a81f14 commit 0bcb8507f6e813dc635165f2b93f319358a81f14 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-18 13:59:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-22 08:05:34 +0000 lang/quilc: Fix fetch This project depends on unversioned files that change periodically. Reported by: fallout (cherry picked from commit 7b3e222b99a8f671e59a3d895695205dde4cf5f7) --- lang/quilc/Makefile | 2 +- lang/quilc/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/quilc/Makefile b/lang/quilc/Makefile index 24bd5c9bb4e9..58ea76511d84 100644 --- a/lang/quilc/Makefile +++ b/lang/quilc/Makefile @@ -1,7 +1,7 @@ PORTNAME= quilc DISTVERSIONPREFIX= v DISTVERSION= 1.26.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang # quantum-computing DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} # many files, some are unversioned EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/lang/quilc/distinfo b/lang/quilc/distinfo index 46a4c6aa0bf6..8b74e6e3b2f4 100644 --- a/lang/quilc/distinfo +++ b/lang/quilc/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1686947265 +TIMESTAMP = 1689793878 SHA256 (quilc-1.26.0/alexa-20180831-git.tgz) = 64656047b0ffca7113a4ce159fb883f21080c8e9ed585d02d08af46db042e82c SIZE (quilc-1.26.0/alexa-20180831-git.tgz) = 11101 SHA256 (quilc-1.26.0/alexandria-20220707-git.tgz) = 8e6173120de8786c7ae0fefba8102d82620fac42e9aade954af9135e0870d6b1 @@ -123,7 +123,7 @@ SHA256 (quilc-1.26.0/quicklisp.tar) = a8a3c8c91b51dd185175abad4d7c3999ebb4e2520b SIZE (quilc-1.26.0/quicklisp.tar) = 266240 SHA256 (quilc-1.26.0/quicklisp.sexp) = b4f515c5ed204d9fa4ea8637e60c0b12575609f450f26919dbfb835ee29933e0 SIZE (quilc-1.26.0/quicklisp.sexp) = 839 -SHA256 (quilc-1.26.0/quicklisp.txt) = 532eb4602ae231b22d5fce5fd5e962b2351a032a71a7de09fbcf303e3738fc97 +SHA256 (quilc-1.26.0/quicklisp.txt) = 791996178f9d49721c4f926c62f6c62e0846493c72d0d1c01efdbd373b518c36 SIZE (quilc-1.26.0/quicklisp.txt) = 408 SHA256 (quilc-1.26.0/releases.txt) = 16f745e54d542d636f7f8ad319304183be8930d57c2bd9824cc2f601431fb397 SIZE (quilc-1.26.0/releases.txt) = 530186
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307220805.36M85aFE051078>