diff options
author | arved <arved@FreeBSD.org> | 2005-11-10 22:00:09 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-11-10 22:00:09 +0800 |
commit | 4d9b9c61e0405e7bd5f5d18d672b7a0df81d8c08 (patch) | |
tree | 2b88a5fa1c5e302d9e998722d58de9ec653750d7 /devel | |
parent | 5e9acd796b12747c8e13fa4eafe6256b52b64494 (diff) | |
download | freebsd-ports-graphics-4d9b9c61e0405e7bd5f5d18d672b7a0df81d8c08.tar.gz freebsd-ports-graphics-4d9b9c61e0405e7bd5f5d18d672b7a0df81d8c08.tar.zst freebsd-ports-graphics-4d9b9c61e0405e7bd5f5d18d672b7a0df81d8c08.zip |
Make fetchable by using wget to download the distfile
PR: 88742
Submitted by: Gerrit Beine <tux@pinguru.net>
Add SHA
Diffstat (limited to 'devel')
-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 |