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

(-)Makefile (-4 / +9 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fs-uae
4
PORTNAME=	fs-uae
5
PORTVERSION=	2.8.4
5
PORTVERSION=	3.0.0
6
PORTREVISION=	1
7
CATEGORIES=	emulators
6
CATEGORIES=	emulators
8
MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
7
MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
9
8
10
MAINTAINER=	tomse@oagd.net
9
MAINTAINER=	sirdice@gmail.com
11
COMMENT=	Amiga emulator
10
COMMENT=	Amiga emulator
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
Lines 19-25 Link Here
19
		libmpeg2.so:multimedia/libmpeg2
18
		libmpeg2.so:multimedia/libmpeg2
20
19
21
USES=		compiler:c11 desktop-file-utils gettext gl gmake \
20
USES=		compiler:c11 desktop-file-utils gettext gl gmake \
22
		gnome localbase pkgconfig shared-mime-info
21
		gnome localbase pkgconfig sdl shared-mime-info xorg
23
22
24
USE_SDL=	sdl2
23
USE_SDL=	sdl2
25
USE_GL=		gl
24
USE_GL=		gl
Lines 35-38 Link Here
35
34
36
OPTIONS_DEFINE=	DOCS
35
OPTIONS_DEFINE=	DOCS
37
36
37
post-patch:
38
	@${REINPLACE_CMD} -e 's|= bind (|= ::bind (|' \
39
		${WRKSRC}/src/od-fs/bsdsocket_posix.cpp
40
	@${REINPLACE_CMD} -e 's|= bind(|= ::bind(|' \
41
		${WRKSRC}/src/support/socket.cpp
42
38
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1542818023
1
TIMESTAMP = 1571170591
2
SHA256 (fs-uae-2.8.4.tar.gz) = 526bf56faf006bffcb5ac56fff443d824a16e5b0d1dfc4f0579ccbbbde588ca5
2
SHA256 (fs-uae-3.0.0.tar.gz) = 221568b8f78bac352f84297f0cabe984d3da4f808e39cc3191541c02b389c964
3
SIZE (fs-uae-2.8.4.tar.gz) = 4768861
3
SIZE (fs-uae-3.0.0.tar.gz) = 4841427

Return to bug 241287