From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 29 00:10:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8871E329 for ; Sat, 29 Dec 2012 00:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7188FC14 for ; Sat, 29 Dec 2012 00:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT0A1KC061653 for ; Sat, 29 Dec 2012 00:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBT0A1kk061652; Sat, 29 Dec 2012 00:10:01 GMT (envelope-from gnats) Date: Sat, 29 Dec 2012 00:10:01 GMT Message-Id: <201212290010.qBT0A1kk061652@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174510: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 00:10:01 -0000 The following reply was made to PR ports/174510; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174510: commit references a PR Date: Sat, 29 Dec 2012 00:05:52 +0000 (UTC) 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 Approved by: Mitchell Smith (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 -# +# Created by: Herve Quiroz # $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 + +.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"