Date: Thu, 11 Jan 2007 07:30:54 +0100 (CET) From: Benjamin Lutz <benlutz@datacomm.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107815: Update games/uqm to 0.6.1 Message-ID: <20070111063054.3BF742E192@maxlor.mine.nu> Resent-Message-ID: <200701110640.l0B6eHrV057028@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107815 >Category: ports >Synopsis: Update games/uqm to 0.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 11 06:40:16 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Benjamin Lutz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: >Description: Update games/uqm to 0.6.1. This is a bugfix release and contains no feature or content changes. >How-To-Repeat: >Fix: --- uqm.patch begins here --- diff -ru games/uqm.orig/Makefile games/uqm/Makefile --- games/uqm.orig/Makefile Sat Dec 30 20:43:29 2006 +++ games/uqm/Makefile Thu Jan 11 07:26:04 2007 @@ -13,11 +13,11 @@ # PORTNAME= uqm -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sc2 -DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${PORTVERSION}-content.uqm +DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-source.tgz MAINTAINER= benlutz@datacomm.ch @@ -30,6 +30,7 @@ USE_GMAKE= yes USE_SDL= image sdl NO_INSTALL_MANPAGES= yes +DATAVERSION= 0.6.0 OPTIONS= VOICE "Voice add-on (110MB)" Off \ MUSIC "Music add-on (18MB)" Off \ @@ -38,14 +39,14 @@ .include <bsd.port.pre.mk> .ifdef(WITH_VOICE) -DISTFILES+= ${PORTNAME}-${PORTVERSION}-voice.uqm +DISTFILES+= ${PORTNAME}-${DATAVERSION}-voice.uqm PLIST_SUB+= VOICEADDON="" .else PLIST_SUB+= VOICEADDON="@comment " .endif .ifdef(WITH_MUSIC) -DISTFILES+= ${PORTNAME}-${PORTVERSION}-3domusic.uqm +DISTFILES+= ${PORTNAME}-${DATAVERSION}-3domusic.uqm PLIST_SUB+= MUSICADDON="" .else PLIST_SUB+= MUSICADDON="@comment " @@ -61,12 +62,12 @@ post-extract: ${MKDIR} ${WRKSRC}/sc2/content/packages - ${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-content.uqm ${WRKSRC}/sc2/content/packages/ + ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/sc2/content/packages/ .ifdef(WITH_VOICE) - ${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-voice.uqm ${WRKSRC}/sc2/content/packages/ + ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/sc2/content/packages/ .endif .ifdef(WITH_MUSIC) - ${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-3domusic.uqm ${WRKSRC}/sc2/content/packages/ + ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/sc2/content/packages/ .endif do-configure: diff -ru games/uqm.orig/distinfo games/uqm/distinfo --- games/uqm.orig/distinfo Sat Dec 30 20:43:29 2006 +++ games/uqm/distinfo Thu Jan 11 07:19:26 2007 @@ -1,6 +1,6 @@ -MD5 (uqm-0.6.0-source.tgz) = 92b835869b4717c91e4d41e4c6de8614 -SHA256 (uqm-0.6.0-source.tgz) = 3c0c262cbe214ea52fc87f293c3bdbf594ba4c182e806f4eccfe2f7077e61024 -SIZE (uqm-0.6.0-source.tgz) = 1567978 +MD5 (uqm-0.6.1-source.tgz) = e9ebe23d8a6efa4019fcc26d13496e90 +SHA256 (uqm-0.6.1-source.tgz) = 1d0bd6f467dc47e6da65e2302a414d2b11849b0506bccfad7c9a9956dbdf4921 +SIZE (uqm-0.6.1-source.tgz) = 1508924 MD5 (uqm-0.6.0-content.uqm) = 7e8f0ed8490e24231431420ea2ba6a03 SHA256 (uqm-0.6.0-content.uqm) = 727679a66351d435c1a3c53ca3d2e87079f1f05c09fa0748035ed68fff1cd63d SIZE (uqm-0.6.0-content.uqm) = 11580000 --- uqm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070111063054.3BF742E192>