diff options
author | marino <marino@FreeBSD.org> | 2014-01-16 05:02:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-01-16 05:02:45 +0800 |
commit | 76c5bba410b73cd8616b184f00141d4ffd09a9ef (patch) | |
tree | 092af0dee03473d5def68a033f57f3a94696e16e /java | |
parent | e75e51d7a06d6289b14ce590047ba4862ebb1d3a (diff) | |
download | freebsd-ports-gnome-76c5bba410b73cd8616b184f00141d4ffd09a9ef.tar.gz freebsd-ports-gnome-76c5bba410b73cd8616b184f00141d4ffd09a9ef.tar.zst freebsd-ports-gnome-76c5bba410b73cd8616b184f00141d4ffd09a9ef.zip |
java/eclipse-gef: BROKEN; fails to fetch
It fails to fetch from every listed MASTER_SITE.
It fetches from FreeBSD, but the checksum doesn't match.
PR: ports/185231
Forced by: maintainer timeout
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-gef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/eclipse-gef/Makefile b/java/eclipse-gef/Makefile index 1eaaccc913f6..57ad7971333f 100644 --- a/java/eclipse-gef/Makefile +++ b/java/eclipse-gef/Makefile @@ -15,6 +15,8 @@ COMMENT= Graphical Editing Framework for the Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +BROKEN= No longer fetches from MASTER_SITES, mismatched checksum from FreeBSD + WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes |