Summary: | Upgrade ports linux-flashplugin6 from 6.0r69 to 6.0r79 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kamol Jutiwattananukul <gapy> | ||||
Component: | Individual Port(s) | Assignee: | Norikatsu Shigemura <nork> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kamol Jutiwattananukul
2003-05-27 19:20:14 UTC
State Changed From-To: open->analyzed I'm waiting for maintainer's response. Responsible Changed From-To: freebsd-ports-bugs->nork I'll handle this. On Wed, Jun 18, 2003 at 02:30:45PM +0900, Norikatsu Shigemura wrote: > Hi www/linux-flashplugin6 maintainer. > > Please review following PR. > http://www.freebsd.org/cgi/query-pr.cgi?pr=52730 > > Is this commit OK? Shigemura-san, The upgrade is fine with me but I was unable to test it directly. It appears that the patch was submitted as a MIME attachment, which gnats garbled. I have attached a non-garbled version of it inline in this email for the gnats and mailing list archives. Please commit this update on my behalf with thanks to Kamol Jutiwattananukul <gapy@eng.kmitnb.ac.th>. Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: brandon is not all stone --- linux-flashplugin-6.0r79.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/linux-flashplugin6/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 5 Apr 2003 20:50:16 -0000 1.1 +++ Makefile 19 Jun 2003 01:46:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= flashplugin -PORTVERSION= 6.0r69 +PORTVERSION= 6.0r79 CATEGORIES= www multimedia linux MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/ PKGNAMEPREFIX= linux- @@ -37,7 +37,7 @@ .endfor .if !defined(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/linux-flashplugin6/ - @${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/share/doc/linux-flashplugin6/ + @${INSTALL_DATA} ${WRKSRC}/readme.htm ${PREFIX}/share/doc/linux-flashplugin6/ .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/linux-flashplugin6/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 5 Apr 2003 20:50:16 -0000 1.1 +++ distinfo 19 Jun 2003 01:46:37 -0000 @@ -1 +1 @@ -MD5 (flashplugin/6.0r69/install_flash_player_6_linux.tar.gz) = 3c94ccbc2d4535ab78ad2c3eb1cd1777 +MD5 (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = a6f73da96f89d3dba4fadd4020dd7f38 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/linux-flashplugin6/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 5 Apr 2003 20:50:16 -0000 1.1 +++ pkg-plist 19 Jun 2003 01:46:37 -0000 @@ -3,7 +3,7 @@ %%PLUGINSDIR%%/flashplayer.xpt %%PLUGINSDIR%%/libflashplayer.so %%PORTDOCS%%share/doc/linux-flashplugin6/readme.txt -%%PORTDOCS%%share/doc/linux-flashplugin6/ReadMe.htm +%%PORTDOCS%%share/doc/linux-flashplugin6/readme.htm @dirrm share/doc/linux-flashplugin6 @dirrm lib/linux-flashplugin6 @unexec rmdir -p %D/%%PLUGINSDIR%% 2>/dev/null || true --- linux-flashplugin-6.0r79.patch ends here --- State Changed From-To: analyzed->closed Committed, thanks! |