Date: 12 Mar 2001 20:22:40 -0000 From: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25748: Fix for MASTERSITES in linux-flashplugin. Message-ID: <20010312202240.5883.qmail@hex.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 25748 >Category: ports >Synopsis: This is a fix for incorrect path to download directory in linux-flashplugin. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 12 12:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >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: Last reversion of the Makefile caused a problem with wrong directory to download the tarball from macromedia. This is a fix for incorrect path to download directory in linux-flashplugin. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/www/linux-flashplugin/Makefile linux-flashplugin/Makefile --- /usr/ports/www/linux-flashplugin/Makefile Mon Mar 12 15:12:28 2001 +++ linux-flashplugin/Makefile Mon Mar 12 15:14:28 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?20010312202240.5883.qmail>