Date: Wed, 22 Jan 2014 08:37:23 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340699 - head/java/eclipse-gef Message-ID: <201401220837.s0M8bNnQ040059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401220837.s0M8bNnQ040059>