diff options
| -rw-r--r-- | games/scummvm/Makefile | 14 | ||||
| -rw-r--r-- | games/scummvm/distinfo | 5 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index d541eb0ce4a5..bba770c160e3 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= scummvm -DISTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= games emulators MASTER_SITES= SF MAINTAINER= lme@FreeBSD.org COMMENT= Interpreter for several adventure games -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake jpeg tar:bzip2 HAS_CONFIGURE= yes @@ -22,11 +23,8 @@ CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} \ --with-zlib-prefix=/usr \ --disable-debug \ --disable-nasm \ - --disable-tremor - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-verbose-build -.endif + --disable-tremor \ + --enable-verbose-build LDFLAGS+= -lpthread @@ -71,6 +69,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/dists/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.post.mk> diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 7469b8781dda..ee15f661db37 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,2 +1,3 @@ -SHA256 (scummvm-1.8.0.tar.bz2) = 01ec715e2972b3aedc23e141643acdcff44d0e56638c0df44d931a84fe7e7f38 -SIZE (scummvm-1.8.0.tar.bz2) = 22025706 +TIMESTAMP = 1475754411 +SHA256 (scummvm-1.8.1.tar.bz2) = 5230bf512628157be0590f19916d8a9d860c222f04d82519c7d7a5f4fa4f5293 +SIZE (scummvm-1.8.1.tar.bz2) = 22636204 |
