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

Collapse All | Expand All

(-)games/scummvm-tools/Makefile (-6 / +7 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scummvm-tools
4
PORTNAME=	scummvm-tools
5
DISTVERSION=	1.8.0
5
PORTVERSION=	2.0.0
6
PORTREVISION=	8
7
CATEGORIES=	games emulators
6
CATEGORIES=	games emulators
8
MASTER_SITES=	SF/scummvm/${PORTNAME}/${DISTVERSION}
7
MASTER_SITES=	http://www.scummvm.org/frs/${PORTNAME}/${PORTVERSION}/
9
8
10
MAINTAINER=	lme@FreeBSD.org
9
MAINTAINER=	lme@FreeBSD.org
11
COMMENT=	Tools for use with the SCUMMVM game emulator
10
COMMENT=	Tools for use with the SCUMMVM game emulator
Lines 16-27 Link Here
16
BUILD_DEPENDS=	lame:audio/lame \
15
BUILD_DEPENDS=	lame:audio/lame \
17
		flac:audio/flac \
16
		flac:audio/flac \
18
		oggenc:audio/vorbis-tools
17
		oggenc:audio/vorbis-tools
19
20
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
18
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
21
		libpng.so:graphics/png \
19
		libpng.so:graphics/png \
22
		libvorbis.so:audio/libvorbis
20
		libmad.so:audio/libmad \
21
		libogg.so:audio/libogg \
22
		libvorbis.so:audio/libvorbis \
23
		libfreetype.so:print/freetype2
23
24
24
USES=		gmake tar:bzip2
25
USES=		gmake iconv tar:bzip2
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
27
27
CONFIGURE_TARGET=
28
CONFIGURE_TARGET=
(-)games/scummvm-tools/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (scummvm-tools-1.8.0.tar.bz2) = f99369e4bcf61e3fa82abff542d8ca93502725f248e62b3799dd342878ccaf73
1
TIMESTAMP = 1528670348
2
SIZE (scummvm-tools-1.8.0.tar.bz2) = 966187
2
SHA256 (scummvm-tools-2.0.0.tar.bz2) = 79a6fc0be81c1ed8938ec996c05f67b67f40b1de514ff1a20efa919a70fc6c22
3
SIZE (scummvm-tools-2.0.0.tar.bz2) = 969421

Return to bug 228880