Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2011 15:31:31 -0700 (PDT)
From:      Kevin Oberman <kob6558@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159667: net-p2p/vuze distribution fole moved
Message-ID:  <20110810223131.9BC8F2845C@rogue.comcast.net>
Resent-Message-ID: <201108102310.p7ANA7Ee089658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159667
>Category:       ports
>Synopsis:       net-p2p/vuze distribution fole moved
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 23:10:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD rogue.comcast.net 8.2-STABLE FreeBSD 8.2-STABLE #6: Sat Jul 30 13:02:23 PDT 2011 root@rogue.comcast.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	net-p2p/vuze was marked BROKEN because hte distribution file failed
to download after it was moved to a different directory on SF.
>How-To-Repeat:
	cd /usr/ports/net-p2p/vuze ; make fetch
>Fix:
Update port Makefile to remove BROKEN and change MASTER_SITES to new location of
distribution file.
--- Makefile.orig	2011-08-10 15:23:28.000000000 -0700
+++ Makefile	2011-08-10 15:26:10.000000000 -0700
@@ -9,7 +9,7 @@
 PORTVERSION=	4.3.1.4
 PORTREVISION=	2
 CATEGORIES=	net-p2p java
-MASTER_SITES=	SF/azureus/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	SF/azureus/files/x-obsolete/${PORTNAME}-${PORTVERSION}
 DISTNAME=	Vuze_${PORTVERSION}_source
 
 MAINTAINER=	ports@FreeBSD.org
@@ -19,8 +19,6 @@
 		${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \
 		${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
 
-BROKEN=	does not fetch
-
 USE_JAVA=	yes
 JAVA_VERSION=	1.5+
 JAVA_OS=	native


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110810223131.9BC8F2845C>