From owner-svn-ports-head@freebsd.org Mon Aug 10 21:36:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 230A599E501; Mon, 10 Aug 2015 21:36:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14065DAC; Mon, 10 Aug 2015 21:36:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7ALaO6C051204; Mon, 10 Aug 2015 21:36:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7ALaOWr051202; Mon, 10 Aug 2015 21:36:24 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508102136.t7ALaOWr051202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 10 Aug 2015 21:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393909 - head/lang/groovy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 21:36:25 -0000 Author: junovitch Date: Mon Aug 10 21:36:23 2015 New Revision: 393909 URL: https://svnweb.freebsd.org/changeset/ports/393909 Log: lang/groovy: security update 2.3.9 -> 2.4.4 - Add NO_ARCH - Remove various LICENSE files that were removed upstream - Remove PDF documentation that was removed upstream - Switch @dirrm to @dir - Reset maintainer to ports@FreeBSD.org by private request [1] PR: 201704 Security: CVE-2015-3253 Security: 67b3fef2-2bea-11e5-86ff-14dae9d210b8 Approved by: mjs@Bur.st (outgoing maintainer) [1], feld (mentor) MFH: 2015Q3 Modified: head/lang/groovy/Makefile head/lang/groovy/distinfo Modified: head/lang/groovy/Makefile ============================================================================== --- head/lang/groovy/Makefile Mon Aug 10 21:11:00 2015 (r393908) +++ head/lang/groovy/Makefile Mon Aug 10 21:36:23 2015 (r393909) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= groovy -DISTVERSION= 2.3.9 +DISTVERSION= 2.4.4 CATEGORIES= lang java MASTER_SITES= http://dl.bintray.com/groovy/maven/ -DISTFILES= groovy-binary-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= apache-groovy-binary-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= mjs@Bur.st +MAINTAINER= ports@FreeBSD.org COMMENT= Agile dynamic language for the JVM LICENSE= APACHE20 @@ -17,15 +17,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVER USES= zip USE_JAVA= yes JAVA_VERSION= 1.7+ +NO_ARCH= yes NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} -DATAFILES= ANTLR-LICENSE.txt ASM-LICENSE.txt CLI-LICENSE.txt JSR223-LICENSE.txt LICENSE.txt conf lib +DATAFILES= CLI-LICENSE.txt conf lib SCRIPTFILES= groovy groovyConsole groovyc groovysh java2groovy startGroovy -PORTDOCS= html pdf +PORTDOCS= html OPTIONS_DEFINE= DOCS -DOCS_DISTFILES= groovy-docs-${PORTVERSION}${EXTRACT_SUFX} +DOCS_DISTFILES= apache-groovy-docs-${PORTVERSION}${EXTRACT_SUFX} .include @@ -60,7 +61,7 @@ post-install: @${FIND} -s ${DATAFILES:S,^,${WRKSRC}/,} -not -type d 2>/dev/null | \ ${SED} -ne 's,^${WRKSRC},${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${FIND} -s -d ${DATAFILES:S,^,${WRKSRC}/,} -type d 2>/dev/null | \ - ${SED} -ne 's,^${WRKSRC},@dirrm ${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${DATADIR:S,^${PREFIX}/,,}' >> ${TMPPLIST} + ${SED} -ne 's,^${WRKSRC},@dir ${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} + @${ECHO_CMD} '@dir ${DATADIR:S,^${PREFIX}/,,}' >> ${TMPPLIST} .include Modified: head/lang/groovy/distinfo ============================================================================== --- head/lang/groovy/distinfo Mon Aug 10 21:11:00 2015 (r393908) +++ head/lang/groovy/distinfo Mon Aug 10 21:36:23 2015 (r393909) @@ -1,4 +1,4 @@ -SHA256 (groovy-binary-2.3.9.zip) = 8840d120bb84d39836f08492ac2f6caefefc03ffe957031a6bbfada055d53619 -SIZE (groovy-binary-2.3.9.zip) = 32977396 -SHA256 (groovy-docs-2.3.9.zip) = 04392aa00e5041697d40f3d45424981d46057036778b568ada6a4bfe42a3f920 -SIZE (groovy-docs-2.3.9.zip) = 29317505 +SHA256 (apache-groovy-binary-2.4.4.zip) = a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c +SIZE (apache-groovy-binary-2.4.4.zip) = 32472463 +SHA256 (apache-groovy-docs-2.4.4.zip) = ba9d9ab07b0039472a9e5c6dbfe8472c57249952ff8953cb692bb5e2c629a8e4 +SIZE (apache-groovy-docs-2.4.4.zip) = 17443243