ports/88742: Update port: devel/subclipse

Gerrit Beine tux at pinguru.net
Wed Nov 9 18:30:20 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list