diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-01 15:54:38 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-01 15:54:38 +0000 |
commit | 76db1743277853c45c95925dd971079200172adf (patch) | |
tree | 9748bd7da3b596cf131c946bf3fcaf3660924268 | |
parent | a5d3a7ab283388af00045c6aea91a9fac32d7784 (diff) | |
download | ports-76db1743277853c45c95925dd971079200172adf.tar.gz ports-76db1743277853c45c95925dd971079200172adf.zip |
Notes
-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 |