svn commit: r406927 - in head/devel: pure-ffi pure-stldict

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jan 22 12:49:18 UTC 2016


Author: vanilla
Date: Fri Jan 22 12:49:16 2016
New Revision: 406927
URL: https://svnweb.freebsd.org/changeset/ports/406927

Log:
  Fix broken MASTER_SITES.

Modified:
  head/devel/pure-ffi/Makefile
  head/devel/pure-stldict/Makefile

Modified: head/devel/pure-ffi/Makefile
==============================================================================
--- head/devel/pure-ffi/Makefile	Fri Jan 22 12:46:56 2016	(r406926)
+++ head/devel/pure-ffi/Makefile	Fri Jan 22 12:49:16 2016	(r406927)
@@ -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 at gmail.com

Modified: head/devel/pure-stldict/Makefile
==============================================================================
--- head/devel/pure-stldict/Makefile	Fri Jan 22 12:46:56 2016	(r406926)
+++ head/devel/pure-stldict/Makefile	Fri Jan 22 12:49:16 2016	(r406927)
@@ -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 at gmail.com


More information about the svn-ports-head mailing list