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

Collapse All | Expand All

(-)pcem/Makefile (-3 / +3 lines)
Lines 1-10 Link Here
1
# $FreeBSD: head/emulators/pcem/Makefile 500940 2019-05-06 22:37:06Z tobik $
1
# $FreeBSD: head/emulators/pcem/Makefile 500940 2019-05-06 22:37:06Z tobik $
2
2
3
PORTNAME=	pcem
3
PORTNAME=	pcem
4
DISTVERSION=	14
4
DISTVERSION=	15
5
CATEGORIES=	emulators
5
CATEGORIES=	emulators
6
MASTER_SITES=	https://bitbucket.org/pcem_emulator/pcem/get/
6
MASTER_SITES=	https://bitbucket.org/pcem_emulator/pcem/get/
7
DISTNAME=	faf5d6423060
7
DISTNAME=	91640c017559
8
8
9
MAINTAINER=	darkfm@vera.com.uy
9
MAINTAINER=	darkfm@vera.com.uy
10
COMMENT=	PC/PC-Compatible low-level emulator striving for accuracy
10
COMMENT=	PC/PC-Compatible low-level emulator striving for accuracy
Lines 16-22 Link Here
16
USE_SDL=	sdl2
16
USE_SDL=	sdl2
17
USE_WX=		3.0
17
USE_WX=		3.0
18
18
19
WRKSRC=		${WRKDIR}/pcem_emulator-pcem-faf5d6423060/
19
WRKSRC=		${WRKDIR}/pcem_emulator-pcem-${DISTNAME}
20
PATCHDIR=files
20
PATCHDIR=files
21
PLIST_FILES=	bin/pcem
21
PLIST_FILES=	bin/pcem
22
CONFIGURE_ARGS=	--enable-release-build --with-wx-config=wxgtk3u-3.0-config
22
CONFIGURE_ARGS=	--enable-release-build --with-wx-config=wxgtk3u-3.0-config
(-)pcem/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1555640654
1
TIMESTAMP = 1565260324
2
SHA256 (faf5d6423060.zip) = c184c1e279b2d77d89bdc02ed6a87d0f79b98863dcef2feca1fff74554e2f19b
2
SHA256 (91640c017559.zip) = beb9ed35d77ecee4aa7387a93fcb8f6ee1cebd9bfbe465f0330c3396b0de4433
3
SIZE (faf5d6423060.zip) = 1792228
3
SIZE (91640c017559.zip) = 1970614
(-)pcem/pkg-descr (-1 / +2 lines)
Lines 1-5 Link Here
1
A very accurate (and not very fast) PC and PC-compatible emulator.
1
A very accurate (and not very fast) PC and PC-compatible emulator.
2
Support currently ranges from the original IBM PC to Socket 7 motherboards.
2
Support currently ranges from the original IBM PC to Socket 7 motherboards.
3
It also supports a wide range of peripherals, including Voodoo Graphics!
3
It also supports a wide range of peripherals, including Voodoo Graphics,
4
Gravis UltraSound and AdLib Gold!
4
5
5
WWW: https://www.pcem-emulator.co.uk
6
WWW: https://www.pcem-emulator.co.uk

Return to bug 239714