Date: Sat, 15 Jul 2006 15:57:32 -0700 (PDT) From: Peter Thoenen <peter.thoenen@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100359: [UPDATE] games/sfbol Message-ID: <20060715225732.74903.qmail@web51910.mail.yahoo.com> Resent-Message-ID: <200607152300.k6FN0VLw072988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <peter.thoenen@yahoo.com> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060715225732.74903.qmail>