From f48ea2ee3ccda7f6a6de3dc08078d308da5f8abb Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 12:49:16 +0000 Subject: [PATCH] Fix broken MASTER_SITES. --- devel/pure-ffi/Makefile | 2 +- devel/pure-stldict/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pure-ffi/Makefile b/devel/pure-ffi/Makefile index 6717ec75251b..7fa8b20f6055 100644 --- a/devel/pure-ffi/Makefile +++ b/devel/pure-ffi/Makefile @@ -4,7 +4,7 @@ PORTNAME= pure-ffi PORTVERSION= 0.14 CATEGORIES= devel -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile index ebd5fdb85002..cee134fdae63 100644 --- a/devel/pure-stldict/Makefile +++ b/devel/pure-stldict/Makefile @@ -4,7 +4,7 @@ PORTNAME= pure-stldict PORTVERSION= 0.8 CATEGORIES= devel -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com