aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-01-01 23:54:38 +0800
committerrakuco <rakuco@FreeBSD.org>2016-01-01 23:54:38 +0800
commit6b31bb05a6d43bacbf17f506113b5c7cf948d463 (patch)
tree9748bd7da3b596cf131c946bf3fcaf3660924268 /math
parenta446458a501d4cf3cf1d8ef0d772c047eea3f395 (diff)
downloadfreebsd-ports-gnome-6b31bb05a6d43bacbf17f506113b5c7cf948d463.tar.gz
freebsd-ports-gnome-6b31bb05a6d43bacbf17f506113b5c7cf948d463.tar.zst
freebsd-ports-gnome-6b31bb05a6d43bacbf17f506113b5c7cf948d463.zip
Fix MASTER_SITES for pure-* ports in math/.
cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak fetching.
Diffstat (limited to 'math')
-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