Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 13:54:08 +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: r344565 - head/java/eclipse-datatools
Message-ID:  <201402161354.s1GDs8bE051083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 16 13:54:07 2014
New Revision: 344565
URL: http://svnweb.freebsd.org/changeset/ports/344565
QAT: https://qat.redports.org/buildarchive/r344565/

Log:
  - Stage support
  - Remove infozip dependency

Modified:
  head/java/eclipse-datatools/Makefile

Modified: head/java/eclipse-datatools/Makefile
==============================================================================
--- head/java/eclipse-datatools/Makefile	Sun Feb 16 13:47:12 2014	(r344564)
+++ head/java/eclipse-datatools/Makefile	Sun Feb 16 13:54:07 2014	(r344565)
@@ -8,6 +8,7 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/e
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	dtp-sdk_${PORTVERSION}
+EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	ports@FreeBSD.org
@@ -20,9 +21,7 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 LICENSE=	EPL
 
 WRKSRC=		${WRKDIR}/eclipse
-USE_ZIP=	yes
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../eclipse/Makefile.plugins"
 
 .include <bsd.port.mk>



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