Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2023 09:14:02 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 762f0c8d53d9 - main - devel/cgit: Fix fetch
Message-ID:  <202305090914.3499E20p005597@gitrepo.freebsd.org>

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

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

commit 762f0c8d53d9faa2bd25cfc633220c7be752a536
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-05-08 23:33:54 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-05-09 09:13:16 +0000

    devel/cgit: Fix fetch
    
    yasu@rolling-vm-freebsd2[1018]% pwd
    /usr/ports/devel/cgit
    yasu@rolling-vm-freebsd2[1019]% make fetch
    ===>  License GPLv2 accepted by the user
    ===>   cgit-1.2.3 depends on file: /usr/local/sbin/pkg - found
    => cgit-1.2.3.tar.xz doesn't seem to exist in /net/freebsd/ports/distfiles/.
    => Attempting to fetch http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz
    fetch: http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz: size unknown
    fetch: http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz: size of remote file is not known
    cgit-1.2.3.tar.xz                                       88 kB  353 kBps    00s
    => git-2.25.1.tar.xz doesn't seem to exist in /net/freebsd/ports/distfiles/.
    ===> /!\ Error /!\
         The :git group used for git-2.25.1.tar.xz is missing
         from MASTER_SITES. Check for typos, or errors.
    *** Error code 1
    
    Stop.
    make: stopped in /usr/ports/devel/cgit
    yasu@rolling-vm-freebsd2[1020]%
    
    Approved by:    portmgr blanket (just fix it)
    MFH:            2023Q2
---
 devel/cgit/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile
index e04a931e33ac..cd42df83594f 100644
--- a/devel/cgit/Makefile
+++ b/devel/cgit/Makefile
@@ -2,8 +2,7 @@ PORTNAME=	cgit
 PORTVERSION=	1.2.3
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
-		${MASTER_SITES_KERNEL_ORG}:git
-MASTER_SITE_SUBDIR=	software/scm/git:git
+		KERNEL_ORG/software/scm/git:git
 DISTFILES=	cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
 		git-${GIT_VERSION}${EXTRACT_SUFX}:git
 



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