aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pure-csv
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-01-02 00:46:47 +0800
committerrakuco <rakuco@FreeBSD.org>2016-01-02 00:46:47 +0800
commit762165aceb18bf3509a357f298c663ff41109cea (patch)
treefbf21cb55b431406a4b91334b6fb24323851d3aa /textproc/pure-csv
parent7c848f604867ba14e5b0d3ede7b8c7131bd5f5e7 (diff)
downloadfreebsd-ports-graphics-762165aceb18bf3509a357f298c663ff41109cea.tar.gz
freebsd-ports-graphics-762165aceb18bf3509a357f298c663ff41109cea.tar.zst
freebsd-ports-graphics-762165aceb18bf3509a357f298c663ff41109cea.zip
Fix MASTER_SITES for pure-* ports in textproc/.
cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak fetching.
Diffstat (limited to 'textproc/pure-csv')
-rw-r--r--textproc/pure-csv/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile
index 4526c828da7..63da0de0098 100644
--- a/textproc/pure-csv/Makefile
+++ b/textproc/pure-csv/Makefile
@@ -5,14 +5,12 @@ PORTNAME= pure-csv
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
+MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
MAINTAINER= ports@FreeBSD.org
COMMENT= CSV reading and writing module for the Pure language
-BROKEN= unfetchable
-
LICENSE= BSD3CLAUSE
USES= pure