Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2016 15:54:38 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405004 - in head/math: pure-mpfr pure-rational
Message-ID:  <201601011554.u01FscrP091102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	Rational number library for the Pure language
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv3
 
 USES=		pure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601011554.u01FscrP091102>