Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2012 21:01:44 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mjs@Bur.st
Subject:   java/170942: [PATCH] Update lang/groovy to 2.0.1
Message-ID:  <201208232101.q7NL1iox067219@freefall.freebsd.org>
Resent-Message-ID: <201208232110.q7NLA34F067850@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170942
>Category:       java
>Synopsis:       [PATCH] Update lang/groovy to 2.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 21:10:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386

>Description:
	The proposed patchset updates lang/groovy to 2.0.1 and bump required
JDK version to 7.
>How-To-Repeat:
>Fix:


--- groovy-2.0.1.diff begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 303038)
+++ distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (groovy-binary-1.7.10.zip) = fac16c9fbe3782958eae3d76ff4d6900b1f1a9c2443c0be2aad9328d6f38f608
-SIZE (groovy-binary-1.7.10.zip) = 14002698
-SHA256 (groovy-docs-1.7.10.zip) = 23289e90b6e4d7761efa48faa4f9ae08d3d3b1d85de491f40a80facd85258b45
-SIZE (groovy-docs-1.7.10.zip) = 17095297
+SHA256 (groovy-binary-2.0.1.zip) = 9bb87ed77a48a9f2ff05dbb70413660bab120eced68d4375fbac7273ebbe300a
+SIZE (groovy-binary-2.0.1.zip) = 28245137
+SHA256 (groovy-docs-2.0.1.zip) = c6d64d801942dd5ae83678cc31b62740fc1f89986f0bdef1e6f4e2789a3c6a55
+SIZE (groovy-docs-2.0.1.zip) = 17563174
Index: Makefile
===================================================================
--- Makefile	(revision 303038)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	groovy
-DISTVERSION=	1.7.10
+DISTVERSION=	2.0.1
 CATEGORIES=	lang java
 MASTER_SITES=	http://dist.groovy.codehaus.org/distributions/
 DISTNAME=	groovy-${PORTVERSION}
@@ -20,7 +20,7 @@
 
 USE_ZIP=yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.7+
 NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 DATAFILES=	ANTLR-LICENSE.txt ASM-LICENSE.txt CLI-LICENSE.txt JSR223-LICENSE.txt LICENSE.txt conf lib
--- groovy-2.0.1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208232101.q7NL1iox067219>