From linimon@lonesome.com  Sun Mar 30 12:29:36 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B33F337B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 30 Mar 2003 12:29:36 -0800 (PST)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF1143FAF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 30 Mar 2003 12:29:36 -0800 (PST)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id 2A48B140C3
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 30 Mar 2003 14:29:35 -0600 (CST)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.8/8.12.3) with ESMTP id h2UKXHeQ001871
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 30 Mar 2003 14:33:17 -0600 (CST)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.8/8.12.6/Submit) id h2UKXGCW001870;
	Sun, 30 Mar 2003 14:33:16 -0600 (CST)
	(envelope-from linimon)
Message-Id: <200303302033.h2UKXGCW001870@lonesome.lonesome.com>
Date: Sun, 30 Mar 2003 14:33:16 -0600 (CST)
From: Mark Linimon <linimon@lonesome.com>
Reply-To:
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: gurkan@linuks.mine.nu
Subject: [non-maintainer update] games/jumpnbump to 1.41
X-Send-Pr-Version: 3.113.1
X-GNATS-Notify:

>Number:         50462
>Category:       ports
>Synopsis:       [non-maintainer update] games/jumpnbump to 1.41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    adamw
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 30 12:30:13 PST 2003
>Closed-Date:    Mon Mar 31 18:15:59 PST 2003
>Last-Modified:  Mon Mar 31 18:15:59 PST 2003
>Originator:     Mark Linimon
>Release:        FreeBSD-2.0
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	new distfile
>How-To-Repeat:
	N/A
>Fix:

--- jumpnbump/Makefile.dist	Fri Feb 28 18:53:51 2003
+++ jumpnbump/Makefile	Sun Mar 30 14:09:59 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jumpnbump
-PORTVERSION=	1.40
+PORTVERSION=	1.41
 CATEGORIES=	games
 MASTER_SITES=	http://www.jumpbump.mine.nu/port/ \
 	http://www.vlaadworld.net/jumpnbump/ \
--- jumpnbump/distinfo.dist	Wed Nov  6 18:31:24 2002
+++ jumpnbump/distinfo	Sun Mar 30 14:13:14 2003
@@ -1 +1 @@
-MD5 (jumpnbump-1.40.tar.gz) = 2e57aae06b3d3534354f36dd888ad276
+MD5 (jumpnbump-1.41.tar.gz) = 3400055c93c7a588a41a179162edc808
--- jumpnbump/files/patch-modify::Makefile.dist	Wed Nov  6 18:31:24 2002
+++ jumpnbump/files/patch-modify::Makefile	Sun Mar 30 14:27:32 2003
@@ -1,12 +1,12 @@
---- modify/Makefile.orig	Sun Sep 22 21:03:26 2002
-+++ modify/Makefile	Tue Oct 22 19:33:49 2002
-@@ -1,8 +1,8 @@
+--- modify/Makefile.orig	Wed Nov 13 13:27:01 2002
++++ modify/Makefile	Sun Mar 30 14:24:51 2003
+@@ -1,7 +1,7 @@
 -CFLAGS = -Wall -ansi -pedantic -O2 -ffast-math -funroll-loops \
 +CFLAGS += -Wall -ansi -pedantic -ffast-math -funroll-loops \
  	-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG \
--	-I. -I.. -DUSE_NET
+-	-I. -I.. -DUSE_NET -D_BSD_SOURCE
 -LIBS = -lm
-+	-I. -I..
++	-I. -I.. -D_BSD_SOURCE
 +LIBS += -lm
  SRCS = gobpack.c jnbpack.c jnbunpack.c
  OBJS = gobpack.o jnbpack.o jnbunpack.o
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: adamw 
State-Changed-When: Sun Mar 30 13:12:10 PST 2003 
State-Changed-Why:  
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 


http://www.freebsd.org/cgi/query-pr.cgi?pr=50462 
Responsible-Changed-From-To: freebsd-ports-bugs->adamw 
Responsible-Changed-By: adamw 
Responsible-Changed-When: Sun Mar 30 13:15:45 PST 2003 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50462 
State-Changed-From-To: feedback->closed 
State-Changed-By: adamw 
State-Changed-When: Mon Mar 31 18:14:37 PST 2003 
State-Changed-Why:  
Committed, thanks! 

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

http://www.freebsd.org/cgi/query-pr.cgi?pr=50462 
>Unformatted:
