From jylefort@brutele.be  Thu Jan 29 03:56:13 2004
Return-Path: <jylefort@brutele.be>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BF94A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 03:56:13 -0800 (PST)
Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6346A43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 03:56:11 -0800 (PST)
	(envelope-from jylefort@brutele.be)
Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2])
	by gateway.lefort.net (Postfix) with ESMTP id EFB935495
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 12:56:09 +0100 (CET)
Received: by jsite.lefort.net (Postfix, from userid 1000)
	id A3A9B22E14; Thu, 29 Jan 2004 12:56:09 +0100 (CET)
Message-Id: <20040129115609.A3A9B22E14@jsite.lefort.net>
Date: Thu, 29 Jan 2004 12:56:09 +0100 (CET)
From: Jean-Yves Lefort <jylefort@brutele.be>
Reply-To: Jean-Yves Lefort <jylefort@brutele.be>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update ports: fix MASTER_SITES of audio/streamtuner*
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62062
>Category:       ports
>Synopsis:       Update ports: fix MASTER_SITES of audio/streamtuner*
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 29 04:00:44 PST 2004
>Closed-Date:    Thu Jan 29 10:55:56 PST 2004
>Last-Modified:  Thu Jan 29 10:55:56 PST 2004
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Tue Dec 2 09:53:57 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile
--- /usr/ports/audio/streamtuner/Makefile	Tue Dec 30 07:22:51 2003
+++ streamtuner/Makefile	Thu Jan 29 12:49:58 2004
@@ -2,16 +2,13 @@
 # Date created:			02 Apr 2002
 # Whom:				Jean-Yves Lefort <jylefort@brutele.be>
 #
-# $FreeBSD: ports/audio/streamtuner/Makefile,v 1.9 2003/12/29 18:23:45 pav Exp $
+# $FreeBSD$
 #
 
 PORTNAME=		streamtuner
 PORTVERSION=		0.10.2
 CATEGORIES=		audio www
-MASTER_SITES=		${MASTER_SITE_SAVANNAH} \
-			${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} \
-			pav
+MASTER_SITES=		http://streamtuner.sourceforge.net/streamtuner/
 
 MAINTAINER=		jylefort@brutele.be
 COMMENT=		A GTK+ stream directory browser
diff -ruN /usr/ports/audio/streamtuner-live365/Makefile streamtuner-live365/Makefile
--- /usr/ports/audio/streamtuner-live365/Makefile	Tue Nov 18 05:00:39 2003
+++ streamtuner-live365/Makefile	Thu Jan 29 12:50:21 2004
@@ -2,14 +2,13 @@
 # Date created:			18 Jul 2002
 # Whom:				Jean-Yves Lefort <jylefort@brutele.be>
 #
-# $FreeBSD: ports/audio/streamtuner-live365/Makefile,v 1.3 2003/11/17 09:01:35 krion Exp $
+# $FreeBSD$
 #
 
 PORTNAME=		live365
 PORTVERSION=		0.3.2
 CATEGORIES=		audio www
-MASTER_SITES=		${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION}
+MASTER_SITES=		http://streamtuner.sourceforge.net/streamtuner/
 PKGNAMEPREFIX=		streamtuner-
 DISTNAME=		${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
diff -ruN /usr/ports/audio/streamtuner-local/Makefile streamtuner-local/Makefile
--- /usr/ports/audio/streamtuner-local/Makefile	Sat Oct  4 04:58:04 2003
+++ streamtuner-local/Makefile	Thu Jan 29 12:50:43 2004
@@ -2,14 +2,13 @@
 # Date created:			18 Jul 2002
 # Whom:				Jean-Yves Lefort <jylefort@brutele.be>
 #
-# $FreeBSD: ports/audio/streamtuner-local/Makefile,v 1.4 2003/10/03 11:04:54 edwin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=		local
 PORTVERSION=		0.2.1
 CATEGORIES=		audio www
-MASTER_SITES=		${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION}
+MASTER_SITES=		http://streamtuner.sourceforge.net/streamtuner/
 PKGNAMEPREFIX=		streamtuner-
 DISTNAME=		${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
diff -ruN /usr/ports/audio/streamtuner-python/Makefile streamtuner-python/Makefile
--- /usr/ports/audio/streamtuner-python/Makefile	Sat Oct  4 04:58:04 2003
+++ streamtuner-python/Makefile	Thu Jan 29 12:51:00 2004
@@ -2,14 +2,13 @@
 # Date created:			03 Mar 2002
 # Whom:				Jean-Yves Lefort <jylefort@brutele.be>
 #
-# $FreeBSD: ports/audio/streamtuner-python/Makefile,v 1.3 2003/10/03 11:04:54 edwin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=		python
 PORTVERSION=		0.0.2
 CATEGORIES=		audio www
-MASTER_SITES=		${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION}
+MASTER_SITES=		http://streamtuner.sourceforge.net/streamtuner/
 PKGNAMEPREFIX=		streamtuner-
 DISTNAME=		${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
	
>Release-Note:
>Audit-Trail:

From: "Sergey A. Osokin" <osa@freebsd.org.ru>
To: Jean-Yves Lefort <jylefort@brutele.be>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/62062: Update ports: fix MASTER_SITES of audio/streamtuner*
Date: Thu, 29 Jan 2004 15:06:17 +0300

 On Thu, Jan 29, 2004 at 12:56:09PM +0100, Jean-Yves Lefort wrote:
 > diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile
 > --- /usr/ports/audio/streamtuner/Makefile	Tue Dec 30 07:22:51 2003
 > +++ streamtuner/Makefile	Thu Jan 29 12:49:58 2004
 > @@ -2,16 +2,13 @@
 >  # Date created:			02 Apr 2002
 >  # Whom:				Jean-Yves Lefort <jylefort@brutele.be>
 >  #
 > -# $FreeBSD: ports/audio/streamtuner/Makefile,v 1.9 2003/12/29 18:23:45 pav Exp $
 > +# $FreeBSD$
 
 Please, do not touch this line.
 
 > -MASTER_SITES=		${MASTER_SITE_SAVANNAH} \
 > -			${MASTER_SITE_LOCAL}
 > -MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} \
 > -			pav
 > +MASTER_SITES=		http://streamtuner.sourceforge.net/streamtuner/
 
 Not right.
 Please use ${MASTER_SITE_SOURCEFORGE} variable with
 ${MASTER_SITE_SUBDIR}.  For more information look at (for example)
 ports/audio/aumix/Makefile.
 
 -- 
 
 Regards,                 /"\  ascii ribbon campaign
 Sergey "ozz" Osokin,     \ /    against html mail
 http://ozz.pp.ru/         X         and news
                          / \

From: Jean-Yves Lefort <jylefort@brutele.be>
To: "Sergey A. Osokin" <osa@freebsd.org.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/62062: Update ports: fix MASTER_SITES of
 audio/streamtuner*
Date: Thu, 29 Jan 2004 13:57:05 +0100

 On Thu, 29 Jan 2004 15:06:17 +0300
 "Sergey A. Osokin" <osa@freebsd.org.ru> wrote:
 
 > On Thu, Jan 29, 2004 at 12:56:09PM +0100, Jean-Yves Lefort wrote:
 > > diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile
 > > --- /usr/ports/audio/streamtuner/Makefile	Tue Dec 30 07:22:51 2003
 > > +++ streamtuner/Makefile	Thu Jan 29 12:49:58 2004
 > > @@ -2,16 +2,13 @@
 > >  # Date created:			02 Apr 2002
 > >  # Whom:				Jean-Yves Lefort <jylefort@brutele.be>
 > >  #
 > > -# $FreeBSD: ports/audio/streamtuner/Makefile,v 1.9 2003/12/29 18:23:45 pav Exp $
 > > +# $FreeBSD$
 > 
 > Please, do not touch this line.
 
 I always do that, to indicate which version I'm patching. There's
 nothing wrong with it.
 
 > > -MASTER_SITES=		${MASTER_SITE_SAVANNAH} \
 > > -			${MASTER_SITE_LOCAL}
 > > -MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} \
 > > -			pav
 > > +MASTER_SITES=		http://streamtuner.sourceforge.net/streamtuner/
 > 
 > Not right.
 > Please use ${MASTER_SITE_SOURCEFORGE} variable with
 > ${MASTER_SITE_SUBDIR}.  For more information look at (for example)
 > ports/audio/aumix/Makefile.
 
 Please double-check your statements instead of wasting my time, I know
 what I'm doing. The distfiles are not in the regular Sourceforge
 download area pointed to by MASTER_SITE_SOURCEFORGE. They are in a
 directory used temporarily while the Savannah download area is down.
 
 -- 
 Jean-Yves Lefort
 
 jylefort@brutele.be
 http://lefort.be.eu.org/

From: Pav Lucistnik <pav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, jylefort@brutele.be
Cc:  
Subject: Re: ports/62062: Update ports: fix MASTER_SITES of
	audio/streamtuner*
Date: Thu, 29 Jan 2004 16:49:49 +0100

 >  > > diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile
 >  > > --- /usr/ports/audio/streamtuner/MakefileTue Dec 30 07:22:51 2003
 >  > > +++ streamtuner/MakefileThu Jan 29 12:49:58 2004
 >  > > @@ -2,16 +2,13 @@
 >  > >  # Date created:02 Apr 2002
 >  > >  # Whom:Jean-Yves Lefort <jylefort@brutele.be>
 >  > >  #
 >  > > -# $FreeBSD: ports/audio/streamtuner/Makefile,v 1.9 2003/12/29 18:23:45 pav Exp $
 >  > > +# $FreeBSD$
 >  > 
 >  > Please, do not touch this line.
 >  
 >  I always do that, to indicate which version I'm patching. There's
 >  nothing wrong with it.
 
 In fact, the committer have to revert this change otherwise cvs refuses
 to accept the commit. This is FreeBSD specific configuration, in case
 you wonder.
 
 Please, do not touch this line.
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 It's time for the penguin on top of your television set to explode.

From: Jason Harris <jharris@widomaker.com>
To: Jean-Yves Lefort <jylefort@brutele.be>,
	FreeBSD-gnats-submit@FreeBSD.org,
	"Sergey A. Osokin" <osa@FreeBSD.org>
Cc: Jason Harris <jharris@widomaker.com>
Subject: Re: ports/62062: Update ports: fix MASTER_SITES of audio/streamtuner*
Date: Thu, 29 Jan 2004 11:11:05 -0500

 --w3uUfsyyY1Pqa/ej
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 In gmane.os.freebsd.devel.ports.bugs, you wrote:
 
 >  Please double-check your statements instead of wasting my time, I know
 >  what I'm doing. The distfiles are not in the regular Sourceforge
 >  download area pointed to by MASTER_SITE_SOURCEFORGE. They are in a
 >  directory used temporarily while the Savannah download area is down.
 > =20
 >  --=20
 >  Jean-Yves Lefort
 
 Gah!  As a Savannah user, you should be well aware of:
 
 lftp ftp.gnu.org:/pub/savannah/files/streamtuner/streamtuner.pkg/0.10.2> dir
 -rw-r--r--    1 0        65534      509772 Dec 03 17:34 streamtuner-0.10.2.=
 tar.gz
 -rw-r--r--    1 0        65534         187 Dec 03 17:35 streamtuner-0.10.2.=
 tar.gz.asc
 
 by now.  So, I think modifying ports/Mk/bsd.sites.mk to look like:
 
 MASTER_SITE_SAVANNAH+=3D \
         http://savannah.nongnu.org/download/%SUBDIR%/ \
         ftp://ftp.gnu.org/pub/savannah/files/%SUBDIR%/${PORTNAME}.pkg/${POR=
 TVERSION}/
 
 is better than churning lots of individual ports.
 
 --=20
 Jason Harris          | NIC:  JH329, PGP:  This _is_ PGP-signed, isn't it?
 jharris@widomaker.com | web:  http://keyserver.kjsl.com/~jharris/
 
 --w3uUfsyyY1Pqa/ej
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iD8DBQFAGTCXSypIl9OdoOMRArvpAKCc1XUyqSiRBK2+zybPD/v2zGnyugCdH9qw
 qFRFE/4PZ0mq7ncnc+E6t2I=
 =iXMt
 -----END PGP SIGNATURE-----
 
 --w3uUfsyyY1Pqa/ej--

From: Jean-Yves Lefort <jylefort@brutele.be>
To: Jason Harris <jharris@widomaker.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/62062: Update ports: fix MASTER_SITES of
 audio/streamtuner*
Date: Thu, 29 Jan 2004 18:19:31 +0100

 On Thu, 29 Jan 2004 11:11:05 -0500
 Jason Harris <jharris@widomaker.com> wrote:
 
 > In gmane.os.freebsd.devel.ports.bugs, you wrote:
 > 
 > >  Please double-check your statements instead of wasting my time, I know
 > >  what I'm doing. The distfiles are not in the regular Sourceforge
 > >  download area pointed to by MASTER_SITE_SOURCEFORGE. They are in a
 > >  directory used temporarily while the Savannah download area is down.
 > >  
 > >  -- 
 > >  Jean-Yves Lefort
 > 
 > Gah!  As a Savannah user, you should be well aware of:
 > 
 > lftp ftp.gnu.org:/pub/savannah/files/streamtuner/streamtuner.pkg/0.10.2> dir
 > -rw-r--r--    1 0        65534      509772 Dec 03 17:34 streamtuner-0.10.2.tar.gz
 > -rw-r--r--    1 0        65534         187 Dec 03 17:35 streamtuner-0.10.2.tar.gz.asc
 > 
 > by now.  So, I think modifying ports/Mk/bsd.sites.mk to look like:
 > 
 > MASTER_SITE_SAVANNAH+= \
 >         http://savannah.nongnu.org/download/%SUBDIR%/ \
 >         ftp://ftp.gnu.org/pub/savannah/files/%SUBDIR%/${PORTNAME}.pkg/${PORTVERSION}/
 > 
 > is better than churning lots of individual ports.
 
 Sigh.
 
 Please read http://savannah.nongnu.org/forum/forum.php?forum_id=2838
 with more attention: "We kindly ask project administrators to verify
 the integrity of those files and use the following procedure to upload
 them to the new file areas on Savannah.".
 
 This clearly means that ftp://ftp.gnu.org/pub/savannah/files is a
 temporary area, used to make available the pre-compromise files to
 project administrators.
 
 Regarding http://savannah.nongnu.org/download/, it's empty unless the
 project administrator decided to upload files to it.
 
 Conclusion, you are wrong.
 
 -- 
 Jean-Yves Lefort
 
 jylefort@brutele.be
 http://lefort.be.eu.org/
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Jan 29 10:55:51 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62062 
>Unformatted:
