Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 23:12:34 +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: r404701 - head/devel/py-dynrules
Message-ID:  <201512282312.tBSNCYKC083185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec 28 23:12:34 2015
New Revision: 404701
URL: https://svnweb.freebsd.org/changeset/ports/404701

Log:
  Update MASTER_SITES to avoid falling back to distcaches.

Modified:
  head/devel/py-dynrules/Makefile

Modified: head/devel/py-dynrules/Makefile
==============================================================================
--- head/devel/py-dynrules/Makefile	Mon Dec 28 23:11:16 2015	(r404700)
+++ head/devel/py-dynrules/Makefile	Mon Dec 28 23:12:34 2015	(r404701)
@@ -4,7 +4,7 @@ PORTNAME=	dynrules
 PORTVERSION=	0.1.0
 PORTREVISION=	1
 CATEGORIES=	devel python
-MASTER_SITES=	http://cdn.bitbucket.org/marcusva/py-dynrules/downloads/
+MASTER_SITES=	http://bitbucket.org/marcusva/py-dynrules/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	mva@FreeBSD.org



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