Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 04:05:10 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179245: [patch] games/scummvm update to 1.6.0
Message-ID:  <201306030405.r5345AbA074498@oldred.freebsd.org>
Resent-Message-ID: <201306030410.r534A0WP029742@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179245
>Category:       ports
>Synopsis:       [patch] games/scummvm update to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 03 04:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        RELENG_10
>Organization:
private
>Environment:
>Description:
- Update to 1.6.0
- Remove unneeded bsd.port.pre.mk/bsd.port.post.mk
- Don't mute install commands
- Convert Makefile headers to new style
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: games/scummvm/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	scummvm
-# Date created:				Tue Sep  2 23:34:32 BST 2003
-# Whom:				Alex Trull <freebsd.alex@trull.org>
-#
+# Created by: Alex Trull <freebsd.alex@trull.org>
 # $FreeBSD: ports/games/scummvm/Makefile,v 1.72 2013/01/23 15:05:34 svnexp Exp $
-#
 
 PORTNAME=	scummvm
-DISTVERSION=	1.5.0
-PORTREVISION=	1
+DISTVERSION=	1.6.0
 CATEGORIES=	games emulators
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${DISTVERSION}
@@ -64,6 +59,10 @@
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN=		Does not compile on ia64, powerpc, or sparc64
+.endif
+
 .if ${PORT_OPTIONS:MVORBIS}
 LIB_DEPENDS+=	ogg:${PORTSDIR}/audio/libogg \
 		vorbis:${PORTSDIR}/audio/libvorbis
@@ -99,26 +98,20 @@
 .endif
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6
+	${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6
 	@${MKDIR} ${DATADIR}
-	@${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR}
-	@${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR}
-	@${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR}
 .for i in ${ENGINEDATA}
-	@${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR}
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 .endfor
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: games/scummvm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scummvm-1.5.0.tar.bz2) = 81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e
-SIZE (scummvm-1.5.0.tar.bz2) = 17455085
+SHA256 (scummvm-1.6.0.tar.bz2) = 396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4
+SIZE (scummvm-1.6.0.tar.bz2) = 18516277


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306030405.r5345AbA074498>