Skip site navigation (1)Skip section navigation (2)
Date:      21 Aug 2009 14:12:44 +0400
From:      "Alexey V.Degtyarev" <alexey@renatasystems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138023: [maintainer] net/trafshow - update MASTER_SITES
Message-ID:  <20090821101244.86070.qmail@hs-9.renatasystems.org>
Resent-Message-ID: <200908211020.n7LAK2vA040968@freefall.freebsd.org>

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

>Number:         138023
>Category:       ports
>Synopsis:       [maintainer] net/trafshow - update MASTER_SITES
>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:   Fri Aug 21 10:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
The unique MASTER_SITE for trafshow is (temporary?) down for some time ago:

=> trafshow-5.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.nsk.su/pub/RinetSoftware/.
fetch: ftp://ftp.nsk.su/pub/RinetSoftware/trafshow-5.2.3.tgz: Operation timed out

So I added just one another mirror I maintain for this distfile to prevent a
long timeouts while port builds.

>How-To-Repeat:
	
>Fix:

	

--- trafshow.patch begins here ---
diff -u -r trafshow.orig/Makefile trafshow/Makefile
--- trafshow.orig/Makefile	2009-08-21 14:05:22.000000000 +0400
+++ trafshow/Makefile	2009-08-21 14:06:59.000000000 +0400
@@ -9,7 +9,8 @@
 PORTVERSION=	5.2.3
 PORTEPOCH=	1
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.nsk.su/pub/RinetSoftware/
+MASTER_SITES=	ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
+		ftp://ftp.nsk.su/pub/RinetSoftware/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	alexey@renatasystems.org
--- trafshow.patch ends here ---


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



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