View | Details | Raw Unified | Return to bug 273877
Collapse All | Expand All

(-)b/games/easyrpg-player/Makefile (-5 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	easyrpg-player
1
PORTNAME=	easyrpg-player
2
PORTVERSION=	0.8
2
DISTVERSION=	0.8
3
CATEGORIES=	games
3
CATEGORIES=	games
4
MASTER_SITES=	https://easyrpg.org/downloads/player/${DISTVERSION}/
5
6
PATCH_SITES=	https://github.com/EasyRPG/Player/commit/
7
PATCHFILES=	a4672d2e30db4e4918c8f3580236faed3c9d04c1.patch:-p1
4
8
5
MAINTAINER=	amdmi3@FreeBSD.org
9
MAINTAINER=	amdmi3@FreeBSD.org
6
COMMENT=	RPG Maker 2000/2003 and EasyRPG games interpreter
10
COMMENT=	RPG Maker 2000/2003 and EasyRPG games interpreter
Lines 31-40 LIB_DEPENDS+= libicui18n.so:devel/icu \ Link Here
31
		libexpat.so:textproc/expat2
35
		libexpat.so:textproc/expat2
32
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
36
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
33
37
34
USE_GITHUB=	yes
35
GH_ACCOUNT=	EasyRPG
36
GH_PROJECT=	Player
37
38
USES=		cmake:insource compiler:c++14-lang localbase:ldflags pkgconfig \
38
USES=		cmake:insource compiler:c++14-lang localbase:ldflags pkgconfig \
39
		sdl xorg
39
		sdl xorg
40
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Git
40
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Git
(-)b/games/easyrpg-player/distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1683028073
1
TIMESTAMP = 1694899085
2
SHA256 (EasyRPG-Player-0.8_GH0.tar.gz) = 93e225e28f5636b76ce84555b19285a429e116b5c6bc479e5bfcc268069601ac
2
SHA256 (easyrpg-player-0.8.tar.gz) = 269943ac4eed41f5d556482b0fa07f81be1ef01d4033293d15b1b4d463143daf
3
SIZE (EasyRPG-Player-0.8_GH0.tar.gz) = 6584685
3
SIZE (easyrpg-player-0.8.tar.gz) = 6690148
4
SHA256 (a4672d2e30db4e4918c8f3580236faed3c9d04c1.patch) = 723d82c9ae8e38d3e56684c4115debb6af140f1db648871b355fbb88e9b24759
5
SIZE (a4672d2e30db4e4918c8f3580236faed3c9d04c1.patch) = 7663

Return to bug 273877