From 33a63d66adb13924ad00a96e6174c2335afbf207 Mon Sep 17 00:00:00 2001 From: lme Date: Mon, 1 Jul 2013 17:25:29 +0000 Subject: - Update to 1.6.0 [1] - Trim Makefile header [1] - Remove unneeded bsd.port.pre.mk/bsd.port.post.mk [1] - Fix plist PR: ports/179245 Submitted by: ak --- games/scummvm/Makefile | 27 ++++++++++----------------- games/scummvm/distinfo | 4 ++-- 2 files changed, 12 insertions(+), 19 deletions(-) (limited to 'games') diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 2cccecbe0e5f..df0f969d0c80 100644 --- a/games/scummvm/Makefile +++ b/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 -# +# Created by: Alex Trull # $FreeBSD$ -# PORTNAME= scummvm -DISTVERSION= 1.5.0 -PORTREVISION= 1 +DISTVERSION= 1.6.0 CATEGORIES= games emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -45,8 +40,8 @@ ENGINEDATA= drascula.dat \ lure.dat \ queen.tbl \ sky.cpt \ - toon.dat \ - teenagent.dat + teenagent.dat \ + toon.dat DESKTOP_ENTRIES="ScummVM" \ "ScummVM - Run classic adventure games" \ @@ -59,11 +54,15 @@ PLIST_FILES= bin/scummvm \ %%DATADIR%%/scummvm.svg \ %%DATADIR%%/scummmodern.zip \ %%DATADIR%%/translations.dat \ - $(ENGINEDATA:S/^/%%DATADIR%%\/$$/) + $(ENGINEDATA:S/^/%%DATADIR%%\//) PLIST_DIRS= %%DATADIR%% .include +.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 @@ -115,10 +114,4 @@ do-install: .endfor .endif -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - -.include +.include diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 13df3c82f637..5892d8c81e12 100644 --- a/games/scummvm/distinfo +++ b/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 -- cgit