Bug 100359 - update games/sfbol
Summary: update games/sfbol
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-16 00:00 UTC by Peter Thoenen
Modified: 2006-07-16 06:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Thoenen 2006-07-16 00:00:31 UTC
        Update to latest release.

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}
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-16 05:19:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-16 06:23:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!