svn commit: r423638 - head/games/scummvm

Lars Engels lme at FreeBSD.org
Mon Oct 10 05:16:46 UTC 2016


Author: lme
Date: Mon Oct 10 05:16:44 2016
New Revision: 423638
URL: https://svnweb.freebsd.org/changeset/ports/423638

Log:
  games/scummvm:
  - update to 1.8.1
  - Fix LICENSE
  - Enable verbose build unconditionally
  - Silence stripping
  
  PR:		    213247
  Submitted by:	amdmi3
  MFH:		2016Q4

Modified:
  head/games/scummvm/Makefile
  head/games/scummvm/distinfo

Modified: head/games/scummvm/Makefile
==============================================================================
--- head/games/scummvm/Makefile	Mon Oct 10 05:13:54 2016	(r423637)
+++ head/games/scummvm/Makefile	Mon Oct 10 05:16:44 2016	(r423638)
@@ -2,14 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	scummvm
-DISTVERSION=	1.8.0
+PORTVERSION=	1.8.1
 CATEGORIES=	games emulators
 MASTER_SITES=	SF
 
 MAINTAINER=	lme at 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=${LOCA
 		--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>

Modified: head/games/scummvm/distinfo
==============================================================================
--- head/games/scummvm/distinfo	Mon Oct 10 05:13:54 2016	(r423637)
+++ head/games/scummvm/distinfo	Mon Oct 10 05:16:44 2016	(r423638)
@@ -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


More information about the svn-ports-all mailing list