svn commit: r344569 - head/java/eclipse-emf

Antoine Brodin antoine at FreeBSD.org
Sun Feb 16 14:20:32 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list