Date: 11 Mar 2001 08:43:59 -0000 From: pat@hex.databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25688: Fixed fetching tarball from macromedia in /usr/ports/www/linux-flashplugin Message-ID: <20010311084359.72676.qmail@hex.databits.net>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010311084359.72676.qmail>