diff options
author | sf <sf@FreeBSD.org> | 2001-03-09 03:26:20 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-09 03:26:20 +0800 |
commit | ba91cf77d908e17c98e734d26363a27a8179b7b4 (patch) | |
tree | 6b71cf7651b17f552d2d76bb610061e2df605a21 /www/linux-flashplugin | |
parent | c0c982eacda22357b5e728166b42899ee97dde08 (diff) | |
download | freebsd-ports-graphics-ba91cf77d908e17c98e734d26363a27a8179b7b4.tar.gz freebsd-ports-graphics-ba91cf77d908e17c98e734d26363a27a8179b7b4.tar.zst freebsd-ports-graphics-ba91cf77d908e17c98e734d26363a27a8179b7b4.zip |
o update to 5.0r47.
o change maintainer. The predecessor does not use netscape anymore.
PR: 25602
Submitted by: pat <pat@databits.net> (new maintainer)
o use PKGNAMEPREFIX.
o use subdirectory under distfiles/ to avoid conflict with other version.
o get rid of version number from pkg-*
o remove previous maintainer's signature from pkg-descr.
o remove empty directory properly(%D/ added).
Diffstat (limited to 'www/linux-flashplugin')
-rw-r--r-- | www/linux-flashplugin/Makefile | 17 | ||||
-rw-r--r-- | www/linux-flashplugin/distinfo | 2 | ||||
-rw-r--r-- | www/linux-flashplugin/pkg-comment | 2 | ||||
-rw-r--r-- | www/linux-flashplugin/pkg-descr | 7 | ||||
-rw-r--r-- | www/linux-flashplugin/pkg-plist | 5 |
5 files changed, 16 insertions, 17 deletions
diff --git a/www/linux-flashplugin/Makefile b/www/linux-flashplugin/Makefile index 1e53fe548d6..ee53a95fa13 100644 --- a/www/linux-flashplugin/Makefile +++ b/www/linux-flashplugin/Makefile @@ -5,20 +5,21 @@ # $FreeBSD$ # -PORTNAME= linux-flashplugin -PORTVERSION= 4.0.r12 +PORTNAME= flashplugin +PORTVERSION= 5.0r47 CATEGORIES= www graphics linux -MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/4.0r12/ -DISTNAME= flash_linux +MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/ +PKGNAMEPREFIX= linux- +DISTNAME= 5.0r47/flash_linux -MAINTAINER= matt@LUCIDA.QC.CA +MAINTAINER= pat@databits.net RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= "Redistribution not allowed" NO_BUILD= yes -WRKSRC= ${WRKDIR}/Linux +WRKSRC= ${WRKDIR}/flash_linux PLUGINSDIR= lib/netscape-linux/plugins LIBFILES= libflashplayer.so \ @@ -34,6 +35,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/flash/ ${LN} -sf ${PREFIX}/lib/flash/${f} ${PREFIX}/${PLUGINSDIR}/ .endfor - ${INSTALL_DATA} ${WRKSRC}/README.Linux ${PREFIX}/share/doc/flash/ - + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/flash/ + ${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/share/doc/flash/ .include <bsd.port.mk> diff --git a/www/linux-flashplugin/distinfo b/www/linux-flashplugin/distinfo index 2d82f3920b5..3aa2bb5ce5b 100644 --- a/www/linux-flashplugin/distinfo +++ b/www/linux-flashplugin/distinfo @@ -1 +1 @@ -MD5 (flash_linux.tar.gz) = 2962638158fb1f83fec4aa617405dd6a +MD5 (5.0r47/flash_linux.tar.gz) = 28e526dc63ad1eb7395cca8fe1678f2e diff --git a/www/linux-flashplugin/pkg-comment b/www/linux-flashplugin/pkg-comment index e4a65b7ec17..017a5439e01 100644 --- a/www/linux-flashplugin/pkg-comment +++ b/www/linux-flashplugin/pkg-comment @@ -1 +1 @@ -The official Macromedia Flash 4 Player for Linux Netscape +The official Macromedia Flash Player for Linux Netscape diff --git a/www/linux-flashplugin/pkg-descr b/www/linux-flashplugin/pkg-descr index b3473dbca58..53a71874c6d 100644 --- a/www/linux-flashplugin/pkg-descr +++ b/www/linux-flashplugin/pkg-descr @@ -1,11 +1,8 @@ -Macromedia Flash Player 4 +Macromedia Flash Player Netscape Plug-in for Linux -This is the official Flash Player 4 from Macromedia. Through this plugin, +This is the official Flash Player from Macromedia. Through this plugin, it enables you to see .swf and .spl files on the 'net from your Netscape session. Please see the Macromedia home page for more information. WWW: http://www.macromedia.com - -- Matt Heckaman -matt@LUCIDA.QC.CA diff --git a/www/linux-flashplugin/pkg-plist b/www/linux-flashplugin/pkg-plist index b2e9a235635..ffa8b659503 100644 --- a/www/linux-flashplugin/pkg-plist +++ b/www/linux-flashplugin/pkg-plist @@ -2,7 +2,8 @@ lib/flash/ShockwaveFlash.class lib/flash/libflashplayer.so %%PLUGINSDIR%%/ShockwaveFlash.class %%PLUGINSDIR%%/libflashplayer.so -@unexec rmdir -p %%PLUGINSDIR%% 2>/dev/null || true -share/doc/flash/README.Linux +@unexec rmdir -p %D/%%PLUGINSDIR%% 2>/dev/null || true +share/doc/flash/README +share/doc/flash/ReadMe.htm @dirrm lib/flash @dirrm share/doc/flash |