Date: Mon, 12 Mar 2001 10:50:02 -0800 (PST) From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/25688: Fixed fetching tarball from macromedia in /usr/ports/www/linux-flashplugin Message-ID: <200103121850.f2CIo2T73115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25688; it has been noted by GNATS. 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 :/ 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?200103121850.f2CIo2T73115>