misc/pinfo: Unbreak fetch with two new master sites
Alioth now requires https, so the http master site was getting forwarded. Even changing this to https didn't solve the issue as fetch returned a "not acceptable" due to the self-signed certificate. However, there are dozens of gentoo mirror sites with the file so lets just use those.
This commit is contained in:
parent
985dbbf071
commit
c91a0f2e70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325398
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
PORTNAME= pinfo
|
||||
PORTVERSION= 0.6.10
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://alioth.debian.org/frs/download.php/file/3351/
|
||||
MASTER_SITES= http://spout.ussg.indiana.edu/linux/gentoo/distfiles/ \
|
||||
http://ftp.yellowdoglinux.com/.2/gentoo/distfiles/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Ncurses based, lynx style info documentation browser
|
||||
|
|
Loading…
Reference in a new issue