svn commit: r405009 - in head/textproc: pure-csv pure-xml

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 1 16:46:49 UTC 2016


Author: rakuco
Date: Fri Jan  1 16:46:47 2016
New Revision: 405009
URL: https://svnweb.freebsd.org/changeset/ports/405009

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

Modified:
  head/textproc/pure-csv/Makefile
  head/textproc/pure-xml/Makefile

Modified: head/textproc/pure-csv/Makefile
==============================================================================
--- head/textproc/pure-csv/Makefile	Fri Jan  1 16:40:04 2016	(r405008)
+++ head/textproc/pure-csv/Makefile	Fri Jan  1 16:46:47 2016	(r405009)
@@ -5,14 +5,12 @@ PORTNAME=	pure-csv
 PORTVERSION=	1.5
 PORTREVISION=	1
 CATEGORIES=	textproc
-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=	CSV reading and writing module for the Pure language
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD3CLAUSE
 
 USES=		pure

Modified: head/textproc/pure-xml/Makefile
==============================================================================
--- head/textproc/pure-xml/Makefile	Fri Jan  1 16:40:04 2016	(r405008)
+++ head/textproc/pure-xml/Makefile	Fri Jan  1 16:46:47 2016	(r405009)
@@ -5,14 +5,12 @@ PORTNAME=	pure-xml
 PORTVERSION=	0.6
 PORTREVISION=	3
 CATEGORIES=	textproc
-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=	Pure language interface for libxml2 and libxslt
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 


More information about the svn-ports-head mailing list