From ronald@thuis.klop.ws  Wed Sep  3 14:09:21 2003
Return-Path: <ronald@thuis.klop.ws>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 63DE816A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2003 14:09:21 -0700 (PDT)
Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 88C7F43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2003 14:09:17 -0700 (PDT)
	(envelope-from ronald@thuis.klop.ws)
Received: from thuis.klop.ws by smtp.hccnet.nl
	via fia212-11.dsl.hccnet.nl [62.251.11.212] with ESMTP
	id h83L9E4t003614 (8.12.9/2.03); Wed, 3 Sep 2003 23:09:15 +0200 (MET DST)
Received: from thuis.klop.ws (localhost [127.0.0.1])
	by thuis.klop.ws (8.12.9/8.12.9) with ESMTP id h83L9EHU020677;
	Wed, 3 Sep 2003 23:09:14 +0200 (CEST)
	(envelope-from ronald@thuis.klop.ws)
Received: (from ronald@localhost)
	by thuis.klop.ws (8.12.9/8.12.9/Submit) id h83L9Dfl020676;
	Wed, 3 Sep 2003 23:09:13 +0200 (CEST)
Message-Id: <200309032109.h83L9Dfl020676@thuis.klop.ws>
Date: Wed, 3 Sep 2003 23:09:13 +0200 (CEST)
From: Ronald Klop <ronald@cs.vu.nl>
Reply-To: Ronald Klop <ronald@cs.vu.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ronald@cs.vu.nl
Subject: Patch: Update port java/jmp 0.33 -> 0.34.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56379
>Category:       ports
>Synopsis:       Patch: Update port java/jmp 0.33 -> 0.34.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 14:10:09 PDT 2003
>Closed-Date:    Fri Sep 05 07:30:12 PDT 2003
>Last-Modified:  Fri Sep 05 07:30:12 PDT 2003
>Originator:     Ronald Klop
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD thuis.klop.ws 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #7: Thu Aug 28 14:38:14 CEST 2003 root@thuis.klop.ws:/usr/obj/usr/src/sys/HENK i386


	
>Description:
	Simple (maybe even minimal) patch to update the port to the latest version
	of java/jmp.

>How-To-Repeat:
	
>Fix:

	

--- jmp-0.34.diff begins here ---
diff -uNr jmp-0.33/Makefile jmp/Makefile
--- jmp-0.33/Makefile	Thu Aug 21 16:38:59 2003
+++ jmp/Makefile	Wed Sep  3 22:58:51 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jmp
-PORTVERSION=	0.33
+PORTVERSION=	0.34
 CATEGORIES=	java devel
 MASTER_SITES=	http://www.khelekore.org/jmp/
 
diff -uNr jmp-0.33/distinfo jmp/distinfo
--- jmp-0.33/distinfo	Thu Aug 21 16:38:59 2003
+++ jmp/distinfo	Wed Sep  3 22:59:38 2003
@@ -1 +1 @@
-MD5 (jmp-0.33.tar.gz) = 4f34ef434e4b0e952e38a6eec602824b
+MD5 (jmp-0.34.tar.gz) = 5360c42d23f69671c528915d6735229c
--- jmp-0.34.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: glewis 
Responsible-Changed-When: Thu Sep 4 09:08:19 PDT 2003 
Responsible-Changed-Why:  
I'll take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56379 

From: Greg Lewis <glewis@misty.eyesbeyond.com>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc: Ronald Klop <ronald@cs.vu.nl>
Subject: Re: ports/56379: Patch: Update port java/jmp 0.33 -> 0.34.
Date: Thu, 4 Sep 2003 10:32:27 -0600

 Hi Ronald,
 
 I'd also like to commit the following patch:
 
 --- Makefile	20 Aug 2003 06:25:23 -0000	1.5
 +++ Makefile	4 Sep 2003 16:16:33 -0000
 @@ -16,6 +16,8 @@
  BUILD_DEPENDS=	${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
  LIB_DEPENDS=	intl:${PORTSDIR}/devel/gettext
  
 +CONFIGURE_ARGS=	--with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
 +
  .if defined(WITHOUT_X11)
  CONFIGURE_ARGS=	--enable-noui
  .else
 
 Without this configure fails on my machine as it includes the jni.h from
 gcj (gcc33 port) before the jni.h from the JDK.  Any objections?
 
 -- 
 Greg Lewis                          Email   : glewis@eyesbeyond.com
 Eyes Beyond                         Web     : http://www.eyesbeyond.com
 Information Technology              FreeBSD : glewis@FreeBSD.org
 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Fri Sep 5 07:29:58 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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