View | Details | Raw Unified | Return to bug 278181 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-game_sdl2/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DISTNAME=	py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}
8
DISTNAME=	py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	social@brandongrows.me
11
COMMENT=	Reimplementation of portions of the pygame API using SDL2
11
COMMENT=	Reimplementation of portions of the pygame API using SDL2
12
WWW=		https://github.com/renpy/pygame_sdl2
12
WWW=		https://github.com/renpy/pygame_sdl2
13
13
(-)games/renpy/Makefile (-2 / +2 lines)
Lines 5-18 Link Here
5
CATEGORIES=	games devel
5
CATEGORIES=	games devel
6
MASTER_SITES=	https://www.renpy.org/dl/${PORTVERSION}/
6
MASTER_SITES=	https://www.renpy.org/dl/${PORTVERSION}/
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	social@brandongrows.me
9
COMMENT=	Framework for developing visual-novel type games
9
COMMENT=	Framework for developing visual-novel type games
10
WWW=		https://www.renpy.org/
10
WWW=		https://www.renpy.org/
11
11
12
LICENSE=	APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB
12
LICENSE=	APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
LICENSE_NAME_DejaVu=	Bitstream Vera and Arev fonts license
14
LICENSE_NAME_DejaVu=	Bitstream Vera and Arev fonts license
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
16
LICENSE_FILE_DejaVu=	${WRKSRC}/renpy/common/DejaVuSans.txt
16
LICENSE_FILE_DejaVu=	${WRKSRC}/renpy/common/DejaVuSans.txt
17
LICENSE_PERMS_DejaVu=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
LICENSE_PERMS_DejaVu=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Return to bug 278181