diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-10 14:00:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-10 14:00:09 +0000 |
commit | 5703f1002380fb5ef2ca6716ef3e35629a0323fe (patch) | |
tree | 35efe5d6fe43bccc69ff39e51ae48e211185bdb1 /devel/subclipse | |
parent | bdfa355a8e812297320d87f9386c30b9c9ed48c9 (diff) |
Notes
Diffstat (limited to 'devel/subclipse')
-rw-r--r-- | devel/subclipse/Makefile | 6 | ||||
-rw-r--r-- | devel/subclipse/distinfo | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/devel/subclipse/Makefile b/devel/subclipse/Makefile index 35fab082b7f3..0b804a3ee4c8 100644 --- a/devel/subclipse/Makefile +++ b/devel/subclipse/Makefile @@ -16,6 +16,7 @@ MAINTAINER= tux@pinguru.net COMMENT= A subversion plugin for the Eclipse IDE Framework RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse +FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget CONFLICTS= phpeclipse-[0-9]* @@ -30,10 +31,13 @@ SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \ plugins/${SUBCLIPSE}.ui_${PORTVERSION} \ plugins/${SUBCLIPSE}_${PORTVERSION} +WGET?= ${LOCALBASE}/bin/wget + .include <bsd.port.pre.mk> +do-fetch: .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.zip) -IGNORE= Due to the behaviour of the webserver subclipse is hosted on, you have to download the file yourself as ${MASTER_SITES}/${DISTNAME}.zip and place it in ${DISTDIR}/${DIST_SUBDIR} + ${WGET} -P${DISTDIR}/${DIST_SUBDIR} ${MASTER_SITES}/${DISTNAME}.zip .endif post-extract: diff --git a/devel/subclipse/distinfo b/devel/subclipse/distinfo index 380e360b18c0..70d32c5114cf 100644 --- a/devel/subclipse/distinfo +++ b/devel/subclipse/distinfo @@ -1,2 +1,3 @@ MD5 (eclipse/site.0.9.36.zip) = e1e037552c90008c44b5b604719f7206 +SHA256 (eclipse/site.0.9.36.zip) = 31b294237a3a1dd7455f978759c3e9aac50a702197182a3d8a44be446935f0c5 SIZE (eclipse/site.0.9.36.zip) = 4527875 |