svn commit: r340699 - head/java/eclipse-gef

Alex Dupre ale at FreeBSD.org
Wed Jan 22 08:37:23 UTC 2014


Author: ale
Date: Wed Jan 22 08:37:22 2014
New Revision: 340699
URL: http://svnweb.freebsd.org/changeset/ports/340699
QAT: https://qat.redports.org/buildarchive/r340699/

Log:
  Unbreak and stagify.

Modified:
  head/java/eclipse-gef/Makefile

Modified: head/java/eclipse-gef/Makefile
==============================================================================
--- head/java/eclipse-gef/Makefile	Wed Jan 22 08:36:48 2014	(r340698)
+++ head/java/eclipse-gef/Makefile	Wed Jan 22 08:37:22 2014	(r340699)
@@ -4,7 +4,7 @@
 PORTNAME=	gef
 PORTVERSION=	3.7.2
 CATEGORIES=	java devel
-MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
+MASTER_SITES=	http://archive.eclipse.org/tools/gef/downloads/drops/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}/R201201171043
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	GEF-ALL-${PORTVERSION}
@@ -15,12 +15,9 @@ COMMENT=	Graphical Editing Framework for
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
-BROKEN=		No longer fetches from MASTER_SITES, mismatched checksum from FreeBSD
-
 WRKSRC=		${WRKDIR}/eclipse
 USE_ZIP=	yes
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../eclipse/Makefile.plugins"
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list