From owner-freebsd-ports Sun Mar 11 0:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E95937B71A for ; Sun, 11 Mar 2001 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2B8o1t71984; Sun, 11 Mar 2001 00:50:01 -0800 (PST) (envelope-from gnats) Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 7036537B718 for ; 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 X-Send-Pr-Version: 3.2 Subject: ports/25688: Fixed fetching tarball from macromedia in /usr/ports/www/linux-flashplugin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 11 00:50:01 PST 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message