diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-06-25 20:57:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-06-25 20:57:22 +0800 |
commit | b517d9887449324373de1e8fbe76f452b26c7fd1 (patch) | |
tree | 084180644de335ccbed7d1622b775064b1f7e335 /devel | |
parent | 8c74938804e2a56a38a923961a43b0608f30743a (diff) | |
download | freebsd-ports-gnome-b517d9887449324373de1e8fbe76f452b26c7fd1.tar.gz freebsd-ports-gnome-b517d9887449324373de1e8fbe76f452b26c7fd1.tar.zst freebsd-ports-gnome-b517d9887449324373de1e8fbe76f452b26c7fd1.zip |
devel/renpy: disable GENTOO mirrors until they host 6.99.*
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-game_sdl2/Makefile | 4 | ||||
-rw-r--r-- | devel/renpy/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile index 6b2c2ac83255..ea0019b11d98 100644 --- a/devel/py-game_sdl2/Makefile +++ b/devel/py-game_sdl2/Makefile @@ -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} diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile index f177b77bff3e..24bc53d531e0 100644 --- a/devel/renpy/Makefile +++ b/devel/renpy/Makefile @@ -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 |