Bug 170942 - [PATCH] Update lang/groovy to 2.0.1
Summary: [PATCH] Update lang/groovy to 2.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 22:10 UTC by Xin LI
Modified: 2012-08-24 00:10 UTC (History)
1 user (show)

See Also:


Attachments
groovy-2.0.1.diff (1.28 KB, patch)
2012-08-23 22:10 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2012-08-23 22:10:03 UTC
	The proposed patchset updates lang/groovy to 2.0.1 and bump required
JDK version to 7.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-08-23 22:19:50 UTC
Responsible Changed
From-To: freebsd-java->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 22:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 22:20:20 UTC
Maintainer of lang/groovy,

Please note that PR ports/170942 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/170942

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 22:20:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Mitchell Smith 2012-08-23 23:37:30 UTC
Hi,

This diff looks ok, please go ahead and commit it.

Thanks


On Thu, 23 Aug 2012 21:20:20 UT, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of lang/groovy,
>
> Please note that PR ports/170942 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/170942
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 6 Xin LI freebsd_committer freebsd_triage 2012-08-24 00:00:57 UTC
State Changed
From-To: feedback->closed

Committed with maintainer approval.
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-24 00:01:01 UTC
Author: delphij
Date: Thu Aug 23 23:00:50 2012
New Revision: 303042
URL: http://svn.freebsd.org/changeset/ports/303042

Log:
  Update to 2.0.1 and use Java 1.7+.
  
  PR:		ports/170942
  Approved by:	maintainer

Modified:
  head/lang/groovy/Makefile
  head/lang/groovy/distinfo

Modified: head/lang/groovy/Makefile
==============================================================================
--- head/lang/groovy/Makefile	Thu Aug 23 22:09:53 2012	(r303041)
+++ head/lang/groovy/Makefile	Thu Aug 23 23:00:50 2012	(r303042)
@@ -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 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVER
 
 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

Modified: head/lang/groovy/distinfo
==============================================================================
--- head/lang/groovy/distinfo	Thu Aug 23 22:09:53 2012	(r303041)
+++ head/lang/groovy/distinfo	Thu Aug 23 23:00:50 2012	(r303042)
@@ -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
_______________________________________________
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"