Bug 50462

Summary: [non-maintainer update] games/jumpnbump to 1.41
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me CC: gurkan
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mark Linimon 2003-03-30 21:30:13 UTC
	new distfile

How-To-Repeat: 	N/A
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2003-03-30 22:12:10 UTC
State Changed
From-To: open->feedback

MAINTAINER: is this update acceptable? 



Also: I noticed that there is a logic error that causes the 
tcl menu to be included in the plist only when it SHOULDN'T 
be there. That's my fault. This fixes that: 
.if !defined (WITHOUT_TCL) 
RUN_DEPENDS+=  wish8.0:${PORTSDIR}/x11-toolkits/tk80 
+PLIST_SUB +=   WITH_TCL="" 
+.else 
PLIST_SUB +=   WITH_TCL="@comment " 
.endif
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2003-03-30 22:15:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->adamw

I'll take this.
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2003-04-01 03:14:37 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 

I have to ask though: >Release:	FreeBSD-2.0?