Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 17:53:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375026 - head/java/junit
Message-ID:  <201412201753.sBKHr2MJ046146@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 20 17:53:01 2014
New Revision: 375026
URL: https://svnweb.freebsd.org/changeset/ports/375026
QAT: https://qat.redports.org/buildarchive/r375026/

Log:
  Use GH_COMMIT

Modified:
  head/java/junit/Makefile

Modified: head/java/junit/Makefile
==============================================================================
--- head/java/junit/Makefile	Sat Dec 20 17:51:00 2014	(r375025)
+++ head/java/junit/Makefile	Sat Dec 20 17:53:01 2014	(r375026)
@@ -15,13 +15,12 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	junit-team
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	r${PORTVERSION}
+GH_COMMIT=	c62e2df
 
 USES=		perl5
 USE_JAVA=	yes
 USE_ANT=	yes
 
-WRKSRC=		${WRKDIR}/junit-team-junit-c62e2df
-
 PORTDOCS=	README.html cpl-v10.html doc javadoc
 PORTEXAMPLES=	*
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201753.sBKHr2MJ046146>