aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-01 15:54:38 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-01 15:54:38 +0000
commit76db1743277853c45c95925dd971079200172adf (patch)
tree9748bd7da3b596cf131c946bf3fcaf3660924268
parenta5d3a7ab283388af00045c6aea91a9fac32d7784 (diff)
downloadports-76db1743277853c45c95925dd971079200172adf.tar.gz
ports-76db1743277853c45c95925dd971079200172adf.zip
Fix MASTER_SITES for pure-* ports in math/.
cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak fetching.
Notes
Notes: svn path=/head/; revision=405004
-rw-r--r--math/pure-mpfr/Makefile4
-rw-r--r--math/pure-rational/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile
index e85d88f3e903..6a62e49f949b 100644
--- a/math/pure-mpfr/Makefile
+++ b/math/pure-mpfr/Makefile
@@ -5,14 +5,12 @@ PORTNAME= pure-mpfr
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= math
-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= Multiprecision floats for Pure
-BROKEN= unfetchable
-
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
diff --git a/math/pure-rational/Makefile b/math/pure-rational/Makefile
index 1410447967f1..7776baa60916 100644
--- a/math/pure-rational/Makefile
+++ b/math/pure-rational/Makefile
@@ -5,14 +5,12 @@ PORTNAME= pure-rational
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= math
-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= Rational number library for the Pure language
-BROKEN= unfetchable
-
LICENSE= GPLv3
USES= pure