svn commit: r390566 - in head/devel: py-game_sdl2 renpy

Jan Beich jbeich at FreeBSD.org
Thu Jun 25 12:57:24 UTC 2015


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 at FreeBSD.org
 COMMENT=	Framework for developing visual-novel type games


More information about the svn-ports-head mailing list