Port maintainer (mjs@Bur.st) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: change, diff: ports)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!