From ekarkkai@pp.htv.fi  Sat May 26 19:04:13 2012
Return-Path: <ekarkkai@pp.htv.fi>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 48A22106564A;
	Sat, 26 May 2012 19:04:13 +0000 (UTC)
	(envelope-from ekarkkai@pp.htv.fi)
Received: from filtteri2.pp.htv.fi (filtteri2.pp.htv.fi [213.243.153.185])
	by mx1.freebsd.org (Postfix) with ESMTP id EB6508FC0C;
	Sat, 26 May 2012 19:04:12 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by filtteri2.pp.htv.fi (Postfix) with ESMTP id BB3DE19B721;
	Sat, 26 May 2012 22:04:05 +0300 (EEST)
Received: from smtp4.welho.com ([213.243.153.38])
	by localhost (filtteri2.pp.htv.fi [213.243.153.185]) (amavisd-new, port 10024)
	with ESMTP id w-VX7efplyn2; Sat, 26 May 2012 22:04:05 +0300 (EEST)
Received: from zero.my.domain (cs95087.pp.htv.fi [212.90.95.87])
	by smtp4.welho.com (Postfix) with ESMTP id F08D45BC010;
	Sat, 26 May 2012 22:04:04 +0300 (EEST)
Received: from thunderbolt.my.domain (thunderbolt.my.domain [10.192.168.30])
	by zero.my.domain (8.14.4/8.14.4) with ESMTP id q4QJ44Hp038935;
	Sat, 26 May 2012 22:04:04 +0300 (EEST)
	(envelope-from ekarkkai@pp.htv.fi)
Received: from thunderbolt.my.domain (localhost [127.0.0.1])
	by thunderbolt.my.domain (8.14.5/8.14.5) with ESMTP id q4QJ44IM060625;
	Sat, 26 May 2012 22:04:04 +0300 (EEST)
	(envelope-from ejk@thunderbolt.my.domain)
Received: (from ejk@localhost)
	by thunderbolt.my.domain (8.14.5/8.14.5/Submit) id q4QJ44PO060624;
	Sat, 26 May 2012 22:04:04 +0300 (EEST)
	(envelope-from ejk)
Message-Id: <201205261904.q4QJ44PO060624@thunderbolt.my.domain>
Date: Sat, 26 May 2012 22:04:04 +0300 (EEST)
From: Esa Karkkainen <ejk@iki.fi>
Reply-To: Esa Karkkainen <ejk@iki.fi>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Esa Karkkainen <ejk@iki.fi>, marcus@freebsd.org
Subject: Change net/wireshark MASTER_SITES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168349
>Category:       ports
>Synopsis:       Change net/wireshark MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 26 19:10:01 UTC 2012
>Closed-Date:    Sun May 27 21:15:22 UTC 2012
>Last-Modified:  Sun May 27 21:20:01 UTC 2012
>Originator:     Esa Karkkainen
>Release:        FreeBSD 9.0-RELEASE-p1 amd64
>Organization:
Is in state of disintegration
>Environment:
System: FreeBSD FreeBSD 9.0-RELEASE-p1
Ports tree cvsupped at May 26 19:57 EEST 2012
>Description:
Some of the master sites have gone and some have changed the directory tree, new sites have also been added.

The master sites have been updated, so that the 1.6.8 version is
fetchable, allthough this patch will make the current version 1.6.5
also fetchable, because the "askapache" site provides all versions.

The "askapache" site does not provide any publicly readable files,
at the URL http://wireshark.askapache.com/download/src/, only the
"Parent Directory" and "all-versions" directories are available.

I'll submit another PR of net/wireshark update from 1.6.5 to 1.6.8.
>How-To-Repeat:
cd ports/net/wireshark
make fetch
>Fix:
diff -ruN /usr/ports/net/wireshark/Makefile ports/net/wireshark/Makefile
--- /usr/ports/net/wireshark/Makefile	2012-02-15 17:19:31.464627467 +0200
+++ ports/net/wireshark/Makefile	2012-05-26 21:42:53.271863288 +0300
@@ -10,11 +10,13 @@
 PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wireshark.org/download/src/ \
-    		http://wireshark.osmirror.nl/download/src/ \
 		http://ftp.uni-kl.de/pub/wireshark/src/ \
-		http://wireshark.askapache.com/download/src/ \
-		http://wireshark.dsmirror.nl/download/src/ \
-		ftp://ftp.uni-kl.de/pub/wireshark/src/
+		http://wireshark.askapache.com/download/src/all-versions/ \
+		ftp://ftp.uni-kl.de/pub/wireshark/src/ \
+		http://prdownloads.sourceforge.net/wireshark/ \
+		http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \
+		ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \
+		http://wireshark.zing.org/download/src/
 DISTNAME=	${DATADIR_NAME}-${PORTVERSION}
 
 MAINTAINER=	marcus@FreeBSD.org
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 26 19:10:17 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168349 

From: Esa Karkkainen <ejk@iki.fi>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: marcus@FreeBSD.org
Subject: Re: ports/168349: Change net/wireshark MASTER_SITES
Date: Sat, 26 May 2012 22:26:26 +0300

 Hi,
 
 	Unfortunely the original patch had strange characters on three
 sites, this patch does not contain these characters.
 
 ---8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--
 diff -ruN /usr/ports/net/wireshark/Makefile ports/net/wireshark/Makefile
 --- /usr/ports/net/wireshark/Makefile	2012-02-15 17:19:31.464627467 +0200
 +++ ports/net/wireshark/Makefile	2012-05-26 21:42:53.271863288 +0300
 @@ -10,11 +10,13 @@
  PORTREVISION=	1
  CATEGORIES=	net ipv6
  MASTER_SITES=	http://www.wireshark.org/download/src/ \
 -    		http://wireshark.osmirror.nl/download/src/ \
  		http://ftp.uni-kl.de/pub/wireshark/src/ \
 -		http://wireshark.askapache.com/download/src/ \
 -		http://wireshark.dsmirror.nl/download/src/ \
 -		ftp://ftp.uni-kl.de/pub/wireshark/src/
 +		http://wireshark.askapache.com/download/src/all-versions/ \
 +		ftp://ftp.uni-kl.de/pub/wireshark/src/ \
 +		http://prdownloads.sourceforge.net/wireshark/ \
 +		http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \
 +		ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \
 +		http://wireshark.zing.org/download/src/
  DISTNAME=	${DATADIR_NAME}-${PORTVERSION}
  
  MAINTAINER=	marcus@FreeBSD.org
 ---8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--
 
 -- 
 "In the beginning the Universe was created. This has made a lot of
 people very angry and been widely regarded as a bad move."
         -- Douglas Adams 1952 - 2001
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun May 27 21:15:02 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168349 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168349: commit references a PR
Date: Sun, 27 May 2012 21:15:19 +0000 (UTC)

 marcus      2012-05-27 21:14:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/wireshark        Makefile distinfo 
   Log:
   Update to 1.6.8.  See http://www.wireshark.org/docs/relnotes/ for links
   to the release notes for versions 1.6.6 through 1.6.8.
   
   Also:
   
   * Fix the list of MASTER_SITES [1]
   * Remove shared lib version numbers
   
   PR:             168349 [1]
   Submitted by:   Esa Karkkainen <ejk@iki.fi> [1]
   
   Revision  Changes    Path
   1.178     +15 -14    ports/net/wireshark/Makefile
   1.92      +2 -2      ports/net/wireshark/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
