[DESCRIBE CHANGES] Port maintainer (mjs@Bur.st) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Maintainer of lang/groovy, Please note that PR ports/174510 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/174510 -- 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)
Hi, This patch looks fine, please go ahead and commit it. Thanks, Mitchell Smith On 17/12/2012, at 10:40 PM, Edwin Groothuis wrote: > Maintainer of lang/groovy, > > Please note that PR ports/174510 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/174510 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, with minor changes. Thanks!
Author: pawel Date: Sat Dec 29 00:05:40 2012 New Revision: 309597 URL: http://svnweb.freebsd.org/changeset/ports/309597 Log: - Update to version 2.0.5 [1] - Convert to OptionsNG - Remove tab from WWW: line PR: ports/174510 [1] Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: Mitchell Smith <mjsotn@gmail.com> (maintainer) Modified: head/lang/groovy/Makefile head/lang/groovy/distinfo head/lang/groovy/pkg-descr Modified: head/lang/groovy/Makefile ============================================================================== --- head/lang/groovy/Makefile Fri Dec 28 23:11:50 2012 (r309596) +++ head/lang/groovy/Makefile Sat Dec 29 00:05:40 2012 (r309597) @@ -1,12 +1,8 @@ -# New ports collection makefile for: groovy -# Date created: 2005-02-21 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= groovy -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.5 CATEGORIES= lang java MASTER_SITES= http://dist.groovy.codehaus.org/distributions/ DISTNAME= groovy-${PORTVERSION} @@ -16,6 +12,7 @@ MAINTAINER= mjs@Bur.st COMMENT= Agile dynamic language for the JVM LICENSE= AL2 + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:U} USE_ZIP=yes @@ -26,7 +23,9 @@ 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 -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} DISTFILES+= groovy-docs-${PORTVERSION}${EXTRACT_SUFX} PORTDOCS= html pdf .endif @@ -49,7 +48,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin/ .endfor @${ECHO_MSG} " [ DONE ]" -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @cd ${WRKSRC} \ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ Modified: head/lang/groovy/distinfo ============================================================================== --- head/lang/groovy/distinfo Fri Dec 28 23:11:50 2012 (r309596) +++ head/lang/groovy/distinfo Sat Dec 29 00:05:40 2012 (r309597) @@ -1,4 +1,4 @@ -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 +SHA256 (groovy-binary-2.0.5.zip) = 1d0d6b8054a2347c2a53e3dbb6f96502fd4762837daff6c86decddf0bb3496c0 +SIZE (groovy-binary-2.0.5.zip) = 28341029 +SHA256 (groovy-docs-2.0.5.zip) = 067820d5da7aadc19469199370c2b1de22b585d78fd3c588db546658d3e41c54 +SIZE (groovy-docs-2.0.5.zip) = 17600013 Modified: head/lang/groovy/pkg-descr ============================================================================== --- head/lang/groovy/pkg-descr Fri Dec 28 23:11:50 2012 (r309596) +++ head/lang/groovy/pkg-descr Sat Dec 29 00:05:40 2012 (r309597) @@ -21,4 +21,4 @@ As well as being a powerful language for used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project. -WWW: http://groovy.codehaus.org/ +WWW: http://groovy.codehaus.org/ _______________________________________________ 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"