Skip to content

Commit 762f0c8

Browse files
Yasuhiro KimuraYasuhiro Kimura
authored andcommitted
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
1 parent 23354ed commit 762f0c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎devel/cgit/Makefile‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ PORTNAME= cgit
22
PORTVERSION= 1.2.3
33
CATEGORIES= devel www
44
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
5-
${MASTER_SITES_KERNEL_ORG}:git
6-
MASTER_SITE_SUBDIR= software/scm/git:git
5+
KERNEL_ORG/software/scm/git:git
76
DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
87
git-${GIT_VERSION}${EXTRACT_SUFX}:git
98

0 commit comments

Comments
 (0)