Bug 50462 - [non-maintainer update] games/jumpnbump to 1.41
Summary: [non-maintainer update] games/jumpnbump to 1.41
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: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-30 21:30 UTC by Mark Linimon
Modified: 2003-04-01 03:15 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.28 KB, patch)
2003-03-30 21:30 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?