From nobody@FreeBSD.org  Wed Jun 29 16:44:13 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BB15D1065678
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jun 2011 16:44:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id AAD518FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jun 2011 16:44:13 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5TGiDN9059000
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jun 2011 16:44:13 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p5TGiD6T058989;
	Wed, 29 Jun 2011 16:44:13 GMT
	(envelope-from nobody)
Message-Id: <201106291644.p5TGiD6T058989@red.freebsd.org>
Date: Wed, 29 Jun 2011 16:44:13 GMT
From: Pedro Giffuni <giffunip@tutopia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update devel/jline to 0.9.94
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mkamm@gmx.net

>Number:         158439
>Category:       ports
>Synopsis:       Update devel/jline to 0.9.94
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 29 16:50:07 UTC 2011
>Closed-Date:    Sat Jul 02 16:22:35 UTC 2011
>Last-Modified:  Sat Jul  2 16:30:10 UTC 2011
>Originator:     Pedro Giffuni
>Release:        9.0-CURRENT
>Organization:
>Environment:
$ uname -a
FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011     root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD  amd64
>Description:
Minor update.
Add license.

Yes, I know 1.0 is out but this update was simple and easy.

>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN jline.orig/Makefile jline/Makefile
--- jline.orig/Makefile	2011-06-29 11:08:58.000000000 +0000
+++ jline/Makefile	2011-06-29 11:34:43.000000000 +0000
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=		jline
-PORTVERSION=		0.9.91
-PORTREVISION=	1
+PORTVERSION=		0.9.94
 CATEGORIES=		devel java
 MASTER_SITES=		SF
 
 MAINTAINER=	mkamm@gmx.net
 COMMENT=	JLine is a Java library for handling console input
 
+LICENSE=	BSD
+
 PKGMESSAGE=	${WRKDIR}/pkg-message
 USE_JAVA=	yes
 USE_ZIP=	yes
diff -ruN jline.orig/distinfo jline/distinfo
--- jline.orig/distinfo	2011-06-29 11:08:58.000000000 +0000
+++ jline/distinfo	2011-06-29 11:34:46.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (jline-0.9.91.zip) = 787330d1975c0d58a94ab84b5378d521
-SHA256 (jline-0.9.91.zip) = c9086800211ba4a55a62055967cb467078c626cad31916270204691f31e4c74b
-SIZE (jline-0.9.91.zip) = 750026
+SHA256 (jline-0.9.94.zip) = 61488e908c3afa80833f262ba17df6199f3ea858862fd354e04aebc7433c1ed6
+SIZE (jline-0.9.94.zip) = 771980
diff -ruN jline.orig/pkg-plist jline/pkg-plist
--- jline.orig/pkg-plist	2011-06-29 11:08:58.000000000 +0000
+++ jline/pkg-plist	2011-06-29 11:28:15.000000000 +0000
@@ -1,10 +1,9 @@
-%%JAVAJARDIR%%/jline-0.9.91.jar
+%%JAVAJARDIR%%/jline-0.9.94.jar
 %%JAVAJARDIR%%/jline.jar
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-frame.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-noframe.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/constant-values.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/deprecated-list.html
-%%PORTDOCS%%%%DOCSDIR%%/apidocs/files
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/help-doc.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/index-all.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/index.html
@@ -71,6 +70,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/options
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/overview-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/package-list
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/packages
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/packages.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/resources/inherit.gif
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/src-html/jline/ANSIBuffer.ANSICodes.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/src-html/jline/ANSIBuffer.html
@@ -100,9 +101,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/src-html/jline/UnixTerminal.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/src-html/jline/UnsupportedTerminal.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/src-html/jline/WindowsTerminal.html
+%%PORTDOCS%%%%DOCSDIR%%/apidocs/serialized-form.html
 %%PORTDOCS%%%%DOCSDIR%%/apidocs/stylesheet.css
 %%PORTDOCS%%%%DOCSDIR%%/examples/jline/example/Example.java
-%%PORTDOCS%%%%DOCSDIR%%/examples/jline/example/Example.java.rej
 %%PORTDOCS%%%%DOCSDIR%%/examples/jline/example/PasswordReader.java
 %%PORTDOCS%%%%DOCSDIR%%/examples/jline/example/english.gz
 %%PORTDOCS%%%%DOCSDIR%%/examples/JLineCompleter.py


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 29 16:50:21 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mkamm@gmx.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/158439: Update devel/jline to 0.9.94
Date: Wed, 29 Jun 2011 16:50:19 UT

 Maintainer of devel/jline,
 
 Please note that PR ports/158439 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158439
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Martin Kammerhofer <mkamm@gmx.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158439: Update devel/jline to 0.9.94
Date: Wed, 29 Jun 2011 20:48:50 +0200

 approved!
 
 Am 29.06.2011 18:50, schrieb Edwin Groothuis:
 > Maintainer of devel/jline,
 >
 > Please note that PR ports/158439 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158439
 >
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Wed Jun 29 22:20:46 UTC 2011 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158439 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jun 29 23:14:09 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158439 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jul 2 16:22:33 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158439: commit references a PR
Date: Sat,  2 Jul 2011 16:22:35 +0000 (UTC)

 miwi        2011-07-02 16:22:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/jline          Makefile distinfo pkg-plist 
   Log:
   - Update to 0.9.94
   
   PR:             158439
   Submitted by:   Pedro Giffuni <giffunip@tutopia.com> (maintainer)
   
   Revision  Changes    Path
   1.4       +3 -2      ports/devel/jline/Makefile
   1.2       +2 -3      ports/devel/jline/distinfo
   1.2       +4 -3      ports/devel/jline/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
