Bug 179245 - [patch] games/scummvm update to 1.6.0
Summary: [patch] games/scummvm update to 1.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 05:10 UTC by Alex Kozlov
Modified: 2013-07-01 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.34 KB, patch)
2013-06-03 05:10 UTC, Alex Kozlov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2013-06-03 05:10:00 UTC
- 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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-03 05:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Lars Engels freebsd_committer freebsd_triage 2013-07-01 18:25:38 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-01 18:25:43 UTC
Author: lme
Date: Mon Jul  1 17:25:29 2013
New Revision: 322132
URL: http://svnweb.freebsd.org/changeset/ports/322132

Log:
  - 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

Modified:
  head/games/scummvm/Makefile
  head/games/scummvm/distinfo   (contents, props changed)

Modified: head/games/scummvm/Makefile
==============================================================================
--- head/games/scummvm/Makefile	Mon Jul  1 16:36:08 2013	(r322131)
+++ head/games/scummvm/Makefile	Mon Jul  1 17:25:29 2013	(r322132)
@@ -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$
-#
 
 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 <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
@@ -115,10 +114,4 @@ do-install:
 .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>

Modified: head/games/scummvm/distinfo
==============================================================================
--- head/games/scummvm/distinfo	Mon Jul  1 16:36:08 2013	(r322131)
+++ head/games/scummvm/distinfo	Mon Jul  1 17:25:29 2013	(r322132)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"