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
This commit is contained in:
parent
23354edbd3
commit
762f0c8d53
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ PORTNAME= cgit
|
||||||
PORTVERSION= 1.2.3
|
PORTVERSION= 1.2.3
|
||||||
CATEGORIES= devel www
|
CATEGORIES= devel www
|
||||||
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
|
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
|
||||||
${MASTER_SITES_KERNEL_ORG}:git
|
KERNEL_ORG/software/scm/git:git
|
||||||
MASTER_SITE_SUBDIR= software/scm/git:git
|
|
||||||
DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
|
DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
|
||||||
git-${GIT_VERSION}${EXTRACT_SUFX}:git
|
git-${GIT_VERSION}${EXTRACT_SUFX}:git
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue