Date: Wed, 9 Nov 2005 18:24:40 GMT From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/88742: Update port: devel/subclipse Message-ID: <200511091824.jA9IOeaW037987@www.freebsd.org> Resent-Message-ID: <200511091830.jA9IUGCI001812@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88742 >Category: ports >Synopsis: Update port: devel/subclipse >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 09 18:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p7 >Organization: >Environment: FreeBSD asus.beine-computer.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Sun Oct 2 13:06:59 CEST 2005 root@asus.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 b >Description: >From now, the port use wget for fetching the distfile. >How-To-Repeat: >Fix: diff -Nur /usr/ports/devel/subclipse/Makefile subclipse/Makefile --- /usr/ports/devel/subclipse/Makefile Mon Oct 31 12:19:52 2005 +++ subclipse/Makefile Wed Nov 9 19:21:45 2005 @@ -16,6 +16,7 @@ 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 @@ plugins/${SUBCLIPSE}.ui_${PORTVERSION} \ plugins/${SUBCLIPSE}_${PORTVERSION} +WGET= ${PREFIX}/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: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511091824.jA9IOeaW037987>