aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-08-26 21:52:05 +0800
committermarino <marino@FreeBSD.org>2013-08-26 21:52:05 +0800
commitfc6081fc21f2357decdf38f6d17afeae20b92087 (patch)
tree9be63dfd35abcf348834487481884ccd6ce62343
parent9d7ddc20ca74725ada1c1376befa26ae8cdb21a8 (diff)
downloadfreebsd-ports-gnome-fc6081fc21f2357decdf38f6d17afeae20b92087.tar.gz
freebsd-ports-gnome-fc6081fc21f2357decdf38f6d17afeae20b92087.tar.zst
freebsd-ports-gnome-fc6081fc21f2357decdf38f6d17afeae20b92087.zip
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.
-rw-r--r--misc/pinfo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index 350b9fddd0ec..4ca2afe6a876 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -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