Date: Sat, 02 May 2015 19:46:06 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Kurt Jaeger <pi@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385202 - head/java/junit Message-ID: <10839610.e5Z7ptFl8I@mercury.ph.man.ac.uk> In-Reply-To: <201505021800.t42I0xaa004772@svn.freebsd.org> References: <201505021800.t42I0xaa004772@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2 May 2015 18:00:59 +0000 (UTC)Sat May 2 18:00:59 2015 Kurt Jaeger wrote: > Author: pi > Date: Sat May 2 18:00:59 2015 > New Revision: 385202 > URL: https://svnweb.freebsd.org/changeset/ports/385202 > > Log: > java/junit: 4.11 -> 4.12 > > Changes: > https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md > > Moved from building from source with ant to using the binary jar file, > as the new build mechanism is based on maven. java/hamcrest was split > from 4.12. > > PR: 192575 > Submitted by: danilo (maintainer), kevin.bowling@kev009.com Thanks for update! Could you also commit the patch for libreoffice from this PR? > Modified: > head/java/junit/Makefile > head/java/junit/distinfo > > Modified: head/java/junit/Makefile > ============================================================================== > --- head/java/junit/Makefile Sat May 2 17:59:00 2015 (r385201) > +++ head/java/junit/Makefile Sat May 2 18:00:59 2015 (r385202) > @@ -2,45 +2,31 @@ > # $FreeBSD$ > > PORTNAME= junit > -PORTVERSION= 4.11 > -PORTREVISION= 1 > +PORTVERSION= 4.12 > CATEGORIES= java devel > -MASTER_SITES= GHL > -DISTNAME= ${PORTNAME}${PORTVERSION} > +MASTER_SITES= http://repo1.maven.org/maven2/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ > +DISTFILES= ${PORTNAME}-${PORTVERSION}.jar ${PORTNAME}-${PORTVERSION}-sources.jar > +EXTRACT_ONLY= > > MAINTAINER= danilo@FreeBSD.org > COMMENT= Regression testing utility for use with the Java(TM) Language > > -USE_GITHUB= yes > -GH_ACCOUNT= junit-team > -GH_PROJECT= ${PORTNAME} > -GH_TAGNAME= r${PORTVERSION} > -GH_COMMIT= c62e2df > +RUN_DEPENDS= ${JAVAJARDIR}/hamcrest.jar:${PORTSDIR}/java/hamcrest Does junit need hamcrest? or this is just a workaround instead of adding hamcrest directly to the ports that use it, e.g. libreoffice?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10839610.e5Z7ptFl8I>