Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 12:57:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390566 - in head/devel: py-game_sdl2 renpy
Message-ID:  <201506251257.t5PCvNDu063256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jun 25 12:57:22 2015
New Revision: 390566
URL: https://svnweb.freebsd.org/changeset/ports/390566

Log:
  devel/renpy: disable GENTOO mirrors until they host 6.99.*

Modified:
  head/devel/py-game_sdl2/Makefile
  head/devel/renpy/Makefile

Modified: head/devel/py-game_sdl2/Makefile
==============================================================================
--- head/devel/py-game_sdl2/Makefile	Thu Jun 25 12:36:29 2015	(r390565)
+++ head/devel/py-game_sdl2/Makefile	Thu Jun 25 12:57:22 2015	(r390566)
@@ -3,8 +3,8 @@
 PORTNAME=	game_sdl2
 PORTVERSION=	6.99.4
 CATEGORIES=	devel python
-MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
-		GENTOO
+MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/
+#MASTER_SITES+=	GENTOO
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-for-renpy-${DISTVERSION}
 

Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile	Thu Jun 25 12:36:29 2015	(r390565)
+++ head/devel/renpy/Makefile	Thu Jun 25 12:57:22 2015	(r390566)
@@ -4,8 +4,8 @@ PORTNAME=	renpy
 PORTVERSION=	6.99.4
 DISTVERSIONSUFFIX=-source
 CATEGORIES=	devel games
-MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
-		GENTOO
+MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/
+#MASTER_SITES+=	GENTOO
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Framework for developing visual-novel type games



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