Bug 52730 - Upgrade ports linux-flashplugin6 from 6.0r69 to 6.0r79
Summary: Upgrade ports linux-flashplugin6 from 6.0r69 to 6.0r79
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 19:20 UTC by Kamol Jutiwattananukul
Modified: 2003-06-19 03:19 UTC (History)
0 users

See Also:


Attachments
linux-flashplugin6.diff (1.70 KB, patch)
2003-06-02 11:21 UTC, Kamol Jutiwattananukul
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kamol Jutiwattananukul 2003-05-27 19:20:14 UTC

    
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-18 06:30:54 UTC
State Changed
From-To: open->analyzed

I'm waiting for maintainer's response. 


Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-18 06:30:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

I'll handle this.
Comment 3 ports 2003-06-19 03:02:18 UTC
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 ---
Comment 4 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-19 03:19:01 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!