From lysander@turandot.net  Wed Sep  3 04:53:58 2003
Return-Path: <lysander@turandot.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7F5F016A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2003 04:53:58 -0700 (PDT)
Received: from moonbase.turandot.net (public3-amer1-3-cust71.watf.broadband.ntl.com [81.98.193.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 78C2C44008
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2003 04:53:57 -0700 (PDT)
	(envelope-from lysander@turandot.net)
Received: by moonbase.turandot.net (Postfix, from userid 1000)
	id C531B168620; Wed,  3 Sep 2003 12:53:55 +0100 (BST)
Message-Id: <20030903115355.C531B168620@moonbase.turandot.net>
Date: Wed,  3 Sep 2003 12:53:55 +0100 (BST)
From: Alex Trull <alexander@trull.com>
Reply-To: Alex Trull <alexander@trull.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port games/bass: fix dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56367
>Category:       ports
>Synopsis:       new port games/bass: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 05:00:27 PDT 2003
>Closed-Date:    Sat Nov 15 16:53:47 PST 2003
>Last-Modified:  Sat Nov 15 16:53:47 PST 2003
>Originator:     atrull
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
FreeBSD 4.8 & 5.1 i386

>Description:

The bass port will always reinstall scummvm (regardless of whether it is installed or 
not) due to a mistake in the dependancies. Other minor inconsistencies.

>How-To-Repeat:

install games/bass

>Fix:

diff -urN bass.orig/Makefile bass/Makefile
--- bass.orig/Makefile  Wed Sep  3 12:37:14 2003
+++ bass/Makefile       Wed Sep  3 10:51:11 2003
@@ -15,7 +15,7 @@
 MAINTAINER=    alexander@trull.com
 COMMENT=       Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
 
-RUN_DEPENDS=   scummvm-0.5.1:${PORTSDIR}/games/scummvm
+RUN_DEPENDS=   scummvm:${PORTSDIR}/games/scummvm
 
 USE_ZIP=       YES
 NO_BUILD=      YES
@@ -33,5 +33,8 @@
        @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
 .endfor
 .endif
+
+post-install:
+       @${CAT} pkg-message
 
 .include <bsd.port.mk>
diff -urN bass.orig/pkg-message bass/pkg-message
--- bass.orig/pkg-message       Wed Sep  3 12:37:14 2003
+++ bass/pkg-message    Wed Sep  3 12:42:37 2003
@@ -2,10 +2,11 @@
  - Beneath a Steel Sky (bass) PORT NOTES                ported by atrull -
  - --------------------------------------------------------------------- -
  -  How to Get Playing:                                                  -
+ -  Make sure you have scummvm 0.5.1 or Higher!                          -
  -                                                                       -
  -  i) Type scummvm to start the game interpreter                        -
- -  ii) Click 'Add Game...', Browse to /usr/local/share/bass             - 
- -  iii) Click 'Choose' then click 'OK'                                  - 
+ -  ii) Click 'Add Game...', Browse to /usr/local/share/bass             -
+ -  iii) Click 'Choose' then click 'OK'                                  -
  -  iv) Select 'Beneath a Steel Sky' from the Menu and click 'Start'     -
  -                                                                       -
  -                                         Have fun, Be Vigilant!        -

>Release-Note:
>Audit-Trail:

From: Mark Linimon <linimon@lonesome.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: alexander@trull.com
Subject: Re: ports/56367: ?/bass, Fix dependeencies
Date: Fri, 26 Sep 2003 23:42:01 -0500 (CDT)

 I'm sorry, I'm having a hard time understanding which port this
 applies to.  Can you clarify, please?
 
 

From: Alex Trull <alexander@trull.com>
To: Mark Linimon <linimon@lonesome.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/56367: ?/bass, Fix dependeencies
Date: Sat, 27 Sep 2003 09:59:06 +0100

 * Mark Linimon <linimon@lonesome.com> [2003-09-26 23:42:01 -0500]:
 
 > I'm sorry, I'm having a hard time understanding which port this
 > applies to.  Can you clarify, please?
 
 Hi Mark,
 
 ports/56367 is a diff against an as-yet uncommited port of mine: ports/56338
 
 This is awaiting the commitment of changes I made against scummvm and scummvm-tools
 to update them to the latest versions (which support bass). These scummvm patches 
 were submitted by flynn and made from a pair of shars I had submitted (when I should 
 have submitted diffs in the first place)
 
 I do not know the ports/N of either of flynn's submissions but I still have those of 
 the original shar submissions to hand:
 
 scummvm : ports/56333
 scummvm-tools : ports/56335
 
 Cheers and have a good weekend,
 Alex Trull
 
 c +44 (0)7966 203990
 @ alexander@trull.com
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Nov 15 16:52:40 PST 2003 
State-Changed-Why:  
Incorporated in my commit, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56367 
>Unformatted:
