Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 14:20:32 +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: r344569 - head/java/eclipse-emf
Message-ID:  <201402161420.s1GEKWkv061710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 16 14:20:32 2014
New Revision: 344569
URL: http://svnweb.freebsd.org/changeset/ports/344569
QAT: https://qat.redports.org/buildarchive/r344569/

Log:
  - Stage support
  - Remove infozip dependency

Modified:
  head/java/eclipse-emf/Makefile

Modified: head/java/eclipse-emf/Makefile
==============================================================================
--- head/java/eclipse-emf/Makefile	Sun Feb 16 14:13:39 2014	(r344568)
+++ head/java/eclipse-emf/Makefile	Sun Feb 16 14:20:32 2014	(r344569)
@@ -8,6 +8,7 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/e
 MASTER_SITE_SUBDIR=${PORTVERSION}/R201201300943
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	emf-xsd-SDK-${PORTVERSION}
+EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	kamikaze@bsdforen.de
@@ -16,9 +17,7 @@ COMMENT=	Eclipse Modeling Framework
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
 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?201402161420.s1GEKWkv061710>