diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-01 23:54:38 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-01 23:54:38 +0800 |
commit | 6b31bb05a6d43bacbf17f506113b5c7cf948d463 (patch) | |
tree | 9748bd7da3b596cf131c946bf3fcaf3660924268 /math | |
parent | a446458a501d4cf3cf1d8ef0d772c047eea3f395 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | math/pure-rational/Makefile | 4 |
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 |