From pat@hex.databits.net  Sun Mar 11 00:43:59 2001
Return-Path: <pat@hex.databits.net>
Received: from hex.databits.net (hex.databits.net [207.29.192.16])
	by hub.freebsd.org (Postfix) with SMTP id 7036537B718
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Mar 2001 00:43:59 -0800 (PST)
	(envelope-from pat@hex.databits.net)
Received: (qmail 72677 invoked by uid 1042); 11 Mar 2001 08:43:59 -0000
Message-Id: <20010311084359.72676.qmail@hex.databits.net>
Date: 11 Mar 2001 08:43:59 -0000
From: pat@hex.databits.net
Reply-To: pat@hex.databits.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fixed fetching tarball from macromedia in /usr/ports/www/linux-flashplugin
X-Send-Pr-Version: 3.2

>Number:         25688
>Category:       ports
>Synopsis:       Fix for brokeness in fetching flash_plugin.tar.gz from macromedia.com since makefile.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 00:50:01 PST 2001
>Closed-Date:    Tue Mar 13 08:35:55 PST 2001
>Last-Modified:  Tue Mar 13 08:39:08 PST 2001
>Originator:     pat
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
N/A
>Environment:

FreeBSD bottlenek 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Mar  9 00:30:47 EST 2001     root@bottlenek:/usr/src/sys/compile/BOTTLENEK  i386

>Description:

Fixed the Master sites line so that it would fix the link to fetch the tarball. When the macromedia link was broken, it would fetch a older tarball from freebsd.org which breaks it. I discovered this happend when i saw that kris updated the Makefile to version 1.6, sorry kris :/

>How-To-Repeat:

N/A

>Fix:

diff -ruN /usr/ports/www/linux-flashplugin/Makefile /root/ports/linux-flashplugin/Makefile
--- /usr/ports/www/linux-flashplugin/Makefile	Sun Mar 11 03:22:26 2001
+++ /root/ports/linux-flashplugin/Makefile	Sun Mar 11 03:22:04 2001
@@ -8,7 +8,7 @@
 PORTNAME=	flashplugin
 PORTVERSION=	5.0r47
 CATEGORIES=	www graphics linux
-MASTER_SITES=	http://download.macromedia.com/pub/shockwave/flash/english/linux/
+MASTER_SITES=	http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/
 PKGNAMEPREFIX=	linux-
 DISTNAME=	flash_linux 
>Release-Note:
>Audit-Trail:

From: FUJISHIMA Satsuki <sf@FreeBSD.org>
To: pat@hex.databits.net, kris@FreeBSD.org
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/25688: Fixed fetching tarball from macromedia in /usr/ports/www/linux-flashplugin
Date: Tue, 13 Mar 2001 03:40:41 +0900

 How about this one? I believe to use DIST_SUBDIR in this port is good
 thing to avoid fetching old distfile which has the same name.
 
 I believe version 1.5 is simple enough though.
 
 -- 
 FUJISHIMA Satsuki
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/linux-flashplugin/Makefile,v
 retrieving revision 1.6
 diff -u -u -2 -r1.6 Makefile
 --- Makefile	2001/03/11 06:35:10	1.6
 +++ Makefile	2001/03/12 18:37:16
 @@ -9,7 +9,8 @@
  PORTVERSION=	5.0r47
  CATEGORIES=	www graphics linux
 -MASTER_SITES=	http://download.macromedia.com/pub/shockwave/flash/english/linux/
 +MASTER_SITES=	http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/
  PKGNAMEPREFIX=	linux-
  DISTNAME=	flash_linux
 +DIST_SUBDIR=	${PORTVERSION}
  
  MAINTAINER=	pat@databits.net
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/www/linux-flashplugin/distinfo,v
 retrieving revision 1.3
 diff -u -u -2 -r1.3 distinfo
 --- distinfo	2001/03/11 06:35:10	1.3
 +++ distinfo	2001/03/12 18:37:30
 @@ -1 +1 @@
 -MD5 (flash_linux.tar.gz) = 28e526dc63ad1eb7395cca8fe1678f2e
 +MD5 (5.0r47/flash_linux.tar.gz) = 28e526dc63ad1eb7395cca8fe1678f2e
 
 
 At 11 Mar 2001 08:43:59 -0000,
 pat@hex.databits.net wrote:
 > Fixed the Master sites line so that it would fix the link to fetch the tarball. When the macromedia link was broken, it would fetch a older tarball from freebsd.org which breaks it. I discovered this happend when i saw that kris updated the Makefile to version 1.6, sorry kris :/
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Tue Mar 13 08:35:55 PST 2001 
State-Changed-Why:  
Similar fix has been committed. 

Thank you for submission anyway! 

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