From owner-svn-ports-all@freebsd.org Thu Jun 25 12:57:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ABAA98DCC7; Thu, 25 Jun 2015 12:57:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B65C1EC2; Thu, 25 Jun 2015 12:57:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PCvNF7063258; Thu, 25 Jun 2015 12:57:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PCvNDu063256; Thu, 25 Jun 2015 12:57:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201506251257.t5PCvNDu063256@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 25 Jun 2015 12:57:23 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 12:57:24 -0000 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