From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 15 23:00:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B3216A4E2 for ; Sat, 15 Jul 2006 23:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0418543D49 for ; Sat, 15 Jul 2006 23:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6FN0VCZ072990 for ; Sat, 15 Jul 2006 23:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6FN0VLw072988; Sat, 15 Jul 2006 23:00:31 GMT (envelope-from gnats) Resent-Date: Sat, 15 Jul 2006 23:00:31 GMT Resent-Message-Id: <200607152300.k6FN0VLw072988@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, eol1@yahoo.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C841816A4E0 for ; Sat, 15 Jul 2006 22:57:33 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: from web51910.mail.yahoo.com (web51910.mail.yahoo.com [206.190.48.73]) by mx1.FreeBSD.org (Postfix) with SMTP id 4AEA143D45 for ; Sat, 15 Jul 2006 22:57:33 +0000 (GMT) (envelope-from peter.thoenen@yahoo.com) Received: (qmail 74905 invoked by uid 60001); 15 Jul 2006 22:57:32 -0000 Received: from [70.94.10.62] by web51910.mail.yahoo.com via HTTP; Sat, 15 Jul 2006 15:57:32 PDT Message-Id: <20060715225732.74903.qmail@web51910.mail.yahoo.com> Date: Sat, 15 Jul 2006 15:57:32 -0700 (PDT) From: Peter Thoenen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/100359: [UPDATE] games/sfbol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eol1@yahoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 23:00:32 -0000 >Number: 100359 >Category: ports >Synopsis: update games/sfbol >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: Sat Jul 15 23:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Peter Thoenen >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: >Environment: >Description: Update to latest release. --0-12186740-1153004252=:74073 Content-Type: text/plain; name="sfbol.diff.txt" Content-Description: 3681079260-sfbol.diff.txt Content-Disposition: inline; filename="sfbol.diff.txt" diff -ruN sfbol.orig/Makefile sfbol/Makefile --- sfbol.orig/Makefile Sat Jul 15 17:42:06 2006 +++ sfbol/Makefile Sat Jul 15 17:44:46 2006 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/sfbol/Makefile,v 1.4 2006/05/16 20:53:27 marcus Exp $ PORTNAME= sfbol -PORTVERSION= 4.18 +PORTVERSION= 4.24 CATEGORIES= games java MASTER_SITES= http://www.sfbonline.com/install4/InstData/Java/ DISTNAME= install40 @@ -38,9 +38,11 @@ RESTRICTED= Commerical software. Licenses does not allow redistribution. +FUDGE= Users/paulfranz/sfbonline/SFBOL-Install/dist/core.jar + post-extract: - @cd ${WRKDIR} && ${JAR} -xf ${DISTDIR}/${DISTFILES} D_/SFBOL/dist/core.jar 2>/dev/null | ${TRUE} - @cd ${WRKDIR} && ${JAR} -xf D_/SFBOL/dist/core.jar sfbicon.ico + @cd ${WRKDIR} && ${JAR} -xf ${DISTDIR}/${DISTFILES} ${FUDGE} 2>/dev/null | ${TRUE} + @cd ${WRKDIR} && ${JAR} -xf ${FUDGE} sfbicon.ico do-install: @${MKDIR} ${DATADIR} --0-12186740-1153004252=:74073-- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: --0-12186740-1153004252=:74073 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline