svn commit: r405004 - in head/math: pure-mpfr pure-rational

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 1 15:54:39 UTC 2016


Author: rakuco
Date: Fri Jan  1 15:54:38 2016
New Revision: 405004
URL: https://svnweb.freebsd.org/changeset/ports/405004

Log:
  Fix MASTER_SITES for pure-* ports in math/.
  
  cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak
  fetching.

Modified:
  head/math/pure-mpfr/Makefile
  head/math/pure-rational/Makefile

Modified: head/math/pure-mpfr/Makefile
==============================================================================
--- head/math/pure-mpfr/Makefile	Fri Jan  1 15:49:44 2016	(r405003)
+++ head/math/pure-mpfr/Makefile	Fri Jan  1 15:54:38 2016	(r405004)
@@ -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 at FreeBSD.org
 COMMENT=	Multiprecision floats for Pure
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 

Modified: head/math/pure-rational/Makefile
==============================================================================
--- head/math/pure-rational/Makefile	Fri Jan  1 15:49:44 2016	(r405003)
+++ head/math/pure-rational/Makefile	Fri Jan  1 15:54:38 2016	(r405004)
@@ -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 at FreeBSD.org
 COMMENT=	Rational number library for the Pure language
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv3
 
 USES=		pure


More information about the svn-ports-head mailing list