diff options
-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 35fab082b7f..0b804a3ee4c 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 380e360b18c..70d32c5114c 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 |