Bug 187516 - [PATCH] lang/groovy: update to 2.2.2
Summary: [PATCH] lang/groovy: update to 2.2.2
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 00:50 UTC by Radim Kolar
Modified: 2014-03-30 13:50 UTC (History)
1 user (show)

See Also:


Attachments
groovy-2.2.2.patch (1.14 KB, patch)
2014-03-13 00:50 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2014-03-13 00:50:00 UTC
Port maintainer (mjs@Bur.st) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-13 00:50:08 UTC
Maintainer of lang/groovy,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-13 00:50:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-30 12:43:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-30 13:41:31 UTC
Author: pawel
Date: Sun Mar 30 12:41:27 2014
New Revision: 349615
URL: http://svnweb.freebsd.org/changeset/ports/349615
QAT: https://qat.redports.org/buildarchive/r349615/

Log:
  - Update to version 2.2.2 [1]
  - Use option helper
  
  PR:		ports/187516
  Submitted by:	Radim Kolar <hsn@sendmail.cz>
  Approved by:	maintainer timeout

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

Modified: head/lang/groovy/Makefile
==============================================================================
--- head/lang/groovy/Makefile	Sun Mar 30 12:32:27 2014	(r349614)
+++ head/lang/groovy/Makefile	Sun Mar 30 12:41:27 2014	(r349615)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	groovy
-DISTVERSION=	2.2.1
+DISTVERSION=	2.2.2
 CATEGORIES=	lang java
-MASTER_SITES=	http://dist.groovy.codehaus.org/distributions/
+MASTER_SITES=	http://dl.bintray.com/groovy/maven/
 DISTFILES=	groovy-binary-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	mjs@Bur.st
@@ -21,15 +21,14 @@ NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 DATAFILES=	ANTLR-LICENSE.txt ASM-LICENSE.txt CLI-LICENSE.txt JSR223-LICENSE.txt LICENSE.txt conf lib
 SCRIPTFILES=	groovy groovyConsole groovyc groovysh java2groovy startGroovy
+PORTDOCS=	html pdf
 
 OPTIONS_DEFINE=	DOCS
 
+DOCS_DISTFILES=	groovy-docs-${PORTVERSION}${EXTRACT_SUFX}
+
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-DISTFILES+=	groovy-docs-${PORTVERSION}${EXTRACT_SUFX}
-PORTDOCS=	html pdf
-.endif
 PLIST_FILES=	${SCRIPTFILES:S,^,bin/,} %%JAVAJARDIR%%/${PORTNAME}.jar
 SUB_FILES=	set-groovy_home.sed
 

Modified: head/lang/groovy/distinfo
==============================================================================
--- head/lang/groovy/distinfo	Sun Mar 30 12:32:27 2014	(r349614)
+++ head/lang/groovy/distinfo	Sun Mar 30 12:41:27 2014	(r349615)
@@ -1,4 +1,4 @@
-SHA256 (groovy-binary-2.2.1.zip) = 11262c2a0883018d4c68d353479a84bf32a694706437a31b23e17e3f2db695dc
-SIZE (groovy-binary-2.2.1.zip) = 29669397
-SHA256 (groovy-docs-2.2.1.zip) = 6eae39c07a6d2cf492105bd782090ced4e1542f714c478ddd5644fc5529d337a
-SIZE (groovy-docs-2.2.1.zip) = 27031538
+SHA256 (groovy-binary-2.2.2.zip) = a2dfef62e60650f267d856f46525bc8139c4032ac00460d8c3f2f741022e35f8
+SIZE (groovy-binary-2.2.2.zip) = 29713408
+SHA256 (groovy-docs-2.2.2.zip) = ef094045a2e5a4d205bb613cd8fc428f6a6bb0c6246db1a2bc7b3d7de834ae72
+SIZE (groovy-docs-2.2.2.zip) = 27042629
_______________________________________________
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"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2014-03-30 13:41:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!