From nobody@FreeBSD.org  Tue Mar 19 20:24:45 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 660AFFC4
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Mar 2013 20:24:45 +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 4E3FB320
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Mar 2013 20:24:45 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2JKOiYG056832
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Mar 2013 20:24:44 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2JKOi4l056831;
	Tue, 19 Mar 2013 20:24:44 GMT
	(envelope-from nobody)
Message-Id: <201303192024.r2JKOi4l056831@red.freebsd.org>
Date: Tue, 19 Mar 2013 20:24:44 GMT
From: Jens Jahnke <jan0sch@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Updated clojure to version 1.5.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177121
>Category:       ports
>Synopsis:       Updated lang/clojure to version 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 19 20:30:00 UTC 2013
>Closed-Date:    Thu Mar 21 19:13:54 UTC 2013
>Last-Modified:  Thu Mar 21 19:20:00 UTC 2013
>Originator:     Jens Jahnke
>Release:        9.1
>Organization:
>Environment:
FreeBSD magni.rostock.home 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Hi,

I updated the clojure port to version 1.5.1 the diff is attached.

Regards,

Jens
>How-To-Repeat:

>Fix:
Apply the patch.

Patch attached with submission follows:

diff -naur clojure.org/Makefile clojure/Makefile
--- clojure.org/Makefile	2013-03-03 08:51:57.000000000 +0100
+++ clojure/Makefile	2013-03-19 21:20:48.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: lang/clojure/Makefile 313330 2013-03-03 07:51:57Z beech $
 
 PORTNAME=	clojure
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 PORTEPOCH=	2
 CATEGORIES=	lang lisp java
 MASTER_SITES=	http://repo1.maven.org/maven2/org/clojure/clojure/${PORTVERSION}/
diff -naur clojure.org/distinfo clojure/distinfo
--- clojure.org/distinfo	2013-03-03 08:51:57.000000000 +0100
+++ clojure/distinfo	2013-03-19 21:21:32.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (clojure-1.5.0.zip) = 27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408
-SIZE (clojure-1.5.0.zip) = 4791197
+SHA256 (clojure-1.5.1.zip) = fe7b32ca36c1a5451fe6fe0ea8ad25f7bc04beeb63e171e10464efd64c94f1e1
+SIZE (clojure-1.5.1.zip) = 4783378


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Tue Mar 19 22:29:12 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177121 
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Wed Mar 20 11:13:50 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: Guido Falsi <madpilot@FreeBSD.org>
To: bug-followup@FreeBSD.org, jan0sch@gmx.net
Cc:  
Subject: Re: ports/177121: Updated lang/clojure to version 1.5.1
Date: Wed, 20 Mar 2013 23:11:38 +0100

 This is a multi-part message in MIME format.
 --------------050302020305060600090304
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Thanks for your update.
 
 While I was testing I also adapted the port to use the new options 
 framework.
 
 I also removed the indeterminate article from the DESCRIPTION.
 
 Can you approve the attached patch?
 
 Thank you!
 
 -- 
 Guido Falsi <madpilot@FreeBSD.org>
 
 --------------050302020305060600090304
 Content-Type: text/plain; charset=us-ascii;
  name="clojure.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="clojure.diff"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 314768)
 +++ Makefile	(working copy)
 @@ -2,27 +2,30 @@
  # $FreeBSD$
  
  PORTNAME=	clojure
 -PORTVERSION=	1.5.0
 +PORTVERSION=	1.5.1
  PORTEPOCH=	2
  CATEGORIES=	lang lisp java
  MASTER_SITES=	http://repo1.maven.org/maven2/org/clojure/clojure/${PORTVERSION}/
  
  MAINTAINER=	jan0sch@gmx.net
 -COMMENT=	A dynamic programming language for the JVM
 +COMMENT=	Dynamic programming language for the JVM
  
  USE_ZIP=	yes
  USE_JAVA=	yes
  JAVA_VERSION=	1.6+
  NO_BUILD=	yes
  SUB_FILES=	clojure-bin
 -OPTIONS=	JLINE "Enable jline support for the REPL" on
  
 +OPTIONS_DEFINE=	JLINE
 +OPTIONS_DEFAULT=	JLINE
 +JLINE_DESC=	jline support for the REPL
 +
  PLIST_FILES=	bin/clojure \
  		%%JAVAJARDIR%%/clojure.jar
  
 -.include <bsd.port.pre.mk>
 +.include <bsd.port.options.mk>
  
 -.ifdef(WITH_JLINE)
 +.if ${PORT_OPTIONS:MJLINE}
  RUN_DEPENDS+=	jline>=0.9.91:${PORTSDIR}/devel/jline
  CLOJURE_JLINE_RUNNER=jline.ConsoleRunner
  .endif
 @@ -33,4 +36,4 @@
  	@${INSTALL_SCRIPT} ${WRKDIR}/clojure-bin ${PREFIX}/bin/clojure
  	@${INSTALL_DATA} ${WRKSRC}/clojure-${PORTVERSION}.jar ${JAVAJARDIR}/clojure.jar
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 314768)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (clojure-1.5.0.zip) = 27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408
 -SIZE (clojure-1.5.0.zip) = 4791197
 +SHA256 (clojure-1.5.1.zip) = fe7b32ca36c1a5451fe6fe0ea8ad25f7bc04beeb63e171e10464efd64c94f1e1
 +SIZE (clojure-1.5.1.zip) = 4783378
 
 --------------050302020305060600090304--
State-Changed-From-To: open->feedback 
State-Changed-By: madpilot 
State-Changed-When: Wed Mar 20 22:35:38 UTC 2013 
State-Changed-Why:  
Ask for maintainer approval. 

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

From: Jens Jahnke <jan0sch@gmx.net>
To: Guido Falsi <madpilot@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/177121: Updated lang/clojure to version 1.5.1
Date: Thu, 21 Mar 2013 18:58:05 +0100

 Hi,
 
 your patch looks good and the ports builds fine.
 No problems here.
 
 Regards,
 
 Jens
 
 -- 
 21. Lenzing 2013, 18:57
 Homepage : http://www.jan0sch.de
 
 Ingrate, n.:
 	A man who bites the hand that feeds him,
 	and then complains of indigestion.
State-Changed-From-To: feedback->open 
State-Changed-By: madpilot 
State-Changed-When: Thu Mar 21 18:20:01 UTC 2013 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177121 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Thu Mar 21 19:13:54 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177121: commit references a PR
Date: Thu, 21 Mar 2013 19:13:42 +0000 (UTC)

 Author: madpilot
 Date: Thu Mar 21 19:13:29 2013
 New Revision: 314865
 URL: http://svnweb.freebsd.org/changeset/ports/314865
 
 Log:
   - Update to 1.5.1
   - Remove indeterminate article from COMMENT
   - Convert to new options framework
   
   PR:		ports/177121
   Submitted by:	Jens Jahnke <jan0sch@gmx.net> (maintainer)
 
 Modified:
   head/lang/clojure/Makefile
   head/lang/clojure/distinfo
 
 Modified: head/lang/clojure/Makefile
 ==============================================================================
 --- head/lang/clojure/Makefile	Thu Mar 21 19:08:10 2013	(r314864)
 +++ head/lang/clojure/Makefile	Thu Mar 21 19:13:29 2013	(r314865)
 @@ -2,27 +2,30 @@
  # $FreeBSD$
  
  PORTNAME=	clojure
 -PORTVERSION=	1.5.0
 +PORTVERSION=	1.5.1
  PORTEPOCH=	2
  CATEGORIES=	lang lisp java
  MASTER_SITES=	http://repo1.maven.org/maven2/org/clojure/clojure/${PORTVERSION}/
  
  MAINTAINER=	jan0sch@gmx.net
 -COMMENT=	A dynamic programming language for the JVM
 +COMMENT=	Dynamic programming language for the JVM
  
  USE_ZIP=	yes
  USE_JAVA=	yes
  JAVA_VERSION=	1.6+
  NO_BUILD=	yes
  SUB_FILES=	clojure-bin
 -OPTIONS=	JLINE "Enable jline support for the REPL" on
 +
 +OPTIONS_DEFINE=	JLINE
 +OPTIONS_DEFAULT=	JLINE
 +JLINE_DESC=	jline support for the REPL
  
  PLIST_FILES=	bin/clojure \
  		%%JAVAJARDIR%%/clojure.jar
  
 -.include <bsd.port.pre.mk>
 +.include <bsd.port.options.mk>
  
 -.ifdef(WITH_JLINE)
 +.if ${PORT_OPTIONS:MJLINE}
  RUN_DEPENDS+=	jline>=0.9.91:${PORTSDIR}/devel/jline
  CLOJURE_JLINE_RUNNER=jline.ConsoleRunner
  .endif
 @@ -33,4 +36,4 @@ do-install:
  	@${INSTALL_SCRIPT} ${WRKDIR}/clojure-bin ${PREFIX}/bin/clojure
  	@${INSTALL_DATA} ${WRKSRC}/clojure-${PORTVERSION}.jar ${JAVAJARDIR}/clojure.jar
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/lang/clojure/distinfo
 ==============================================================================
 --- head/lang/clojure/distinfo	Thu Mar 21 19:08:10 2013	(r314864)
 +++ head/lang/clojure/distinfo	Thu Mar 21 19:13:29 2013	(r314865)
 @@ -1,2 +1,2 @@
 -SHA256 (clojure-1.5.0.zip) = 27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408
 -SIZE (clojure-1.5.0.zip) = 4791197
 +SHA256 (clojure-1.5.1.zip) = fe7b32ca36c1a5451fe6fe0ea8ad25f7bc04beeb63e171e10464efd64c94f1e1
 +SIZE (clojure-1.5.1.zip) = 4783378
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
