ports/75390: multimedia/linux-realplayer: update to 1.0.2
Simon Barner
barner at gmx.de
Wed Dec 22 16:10:23 UTC 2004
>Number: 75390
>Category: ports
>Synopsis: multimedia/linux-realplayer: update to 1.0.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 22 16:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Simon Barner
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
FreeBSD zi025.glhnet.mhn.de 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 5 02:17:53 CET 2004 root at zi025.glhnet.mhn.de:/usr/obj/usr/src/sys/KISTE i386
>Description:
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2.
Please verify that the ports fetches before comitting, since I am
behind a rigid firewall, and I could figure out how to teach
fetch(1) to use a HTTP_PROXY for https.
One thing I am not so sure about is the following addition to
pkg-plist:
+ at unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true
Since I couldn't find the directory in any of the mtree files in
/etc/mtree, I think it's okay to remove the directory if it's empty,
right?
>How-To-Repeat:
N/A
>Fix:
--- linux-realplayer.diff begins here ---
diff -ruN linux-realplayer.orig/Makefile linux-realplayer/Makefile
--- linux-realplayer.orig/Makefile Wed Dec 22 15:50:25 2004
+++ linux-realplayer/Makefile Wed Dec 22 15:52:31 2004
@@ -6,9 +6,10 @@
#
PORTNAME= linux-realplayer
-PORTVERSION= 10.0.1
+PORTVERSION= 10.0.2
CATEGORIES= multimedia audio linux
-MASTER_SITES= https://helixcommunity.org/download.php/643/
+MASTER_SITES= https://helixcommunity.org/download.php/801/
+DISTNAME= RealPlayer-${PORTVERSION}.608-20041214.i586
EXTRACT_SUFX= .rpm
MAINTAINER= ports at FreeBSD.org
diff -ruN linux-realplayer.orig/distinfo linux-realplayer/distinfo
--- linux-realplayer.orig/distinfo Wed Dec 22 15:50:25 2004
+++ linux-realplayer/distinfo Wed Dec 22 15:56:24 2004
@@ -1,2 +1,2 @@
-MD5 (linux-realplayer-10.0.1.rpm) = 1e5522aa0d27b90ea7d4cadd1a41dee1
-SIZE (linux-realplayer-10.0.1.rpm) = 8180515
+MD5 (RealPlayer-10.0.2.608-20041214.i586.rpm) = 18a7085f0f5a09c82202b4a080c92dac
+SIZE (RealPlayer-10.0.2.608-20041214.i586.rpm) = 6679649
diff -ruN linux-realplayer.orig/pkg-plist linux-realplayer/pkg-plist
--- linux-realplayer.orig/pkg-plist Wed Dec 22 15:50:25 2004
+++ linux-realplayer/pkg-plist Wed Dec 22 16:34:46 2004
@@ -113,6 +113,10 @@
%%NLS%%lib/RealPlayer/share/locale/fr/README
%%NLS%%lib/RealPlayer/share/locale/fr/player.mo
%%NLS%%lib/RealPlayer/share/locale/fr/widget.mo
+%%NLS%%lib/RealPlayer/share/locale/hi/LICENSE
+%%NLS%%lib/RealPlayer/share/locale/hi/README
+%%NLS%%lib/RealPlayer/share/locale/hi/player.mo
+%%NLS%%lib/RealPlayer/share/locale/hi/widget.mo
%%NLS%%lib/RealPlayer/share/locale/it/LICENSE
%%NLS%%lib/RealPlayer/share/locale/it/README
%%NLS%%lib/RealPlayer/share/locale/it/player.mo
@@ -125,6 +129,10 @@
%%NLS%%lib/RealPlayer/share/locale/ko/README
%%NLS%%lib/RealPlayer/share/locale/ko/player.mo
%%NLS%%lib/RealPlayer/share/locale/ko/widget.mo
+%%NLS%%lib/RealPlayer/share/locale/pl/LICENSE
+%%NLS%%lib/RealPlayer/share/locale/pl/README
+%%NLS%%lib/RealPlayer/share/locale/pl/player.mo
+%%NLS%%lib/RealPlayer/share/locale/pl/widget.mo
%%NLS%%lib/RealPlayer/share/locale/pt_BR/LICENSE
%%NLS%%lib/RealPlayer/share/locale/pt_BR/README
%%NLS%%lib/RealPlayer/share/locale/pt_BR/player.mo
@@ -153,9 +161,11 @@
@dirrm lib/RealPlayer/share/locale/de
@dirrm lib/RealPlayer/share/locale/es
@dirrm lib/RealPlayer/share/locale/fr
+ at dirrm lib/RealPlayer/share/locale/hi
@dirrm lib/RealPlayer/share/locale/it
@dirrm lib/RealPlayer/share/locale/ja
@dirrm lib/RealPlayer/share/locale/ko
+ at dirrm lib/RealPlayer/share/locale/pl
@dirrm lib/RealPlayer/share/locale/pt_BR
@dirrm lib/RealPlayer/share/locale/zh_CN
@dirrm lib/RealPlayer/share/locale/zh_TW
@@ -164,6 +174,7 @@
@dirrm lib/RealPlayer/share
@dirrm lib/RealPlayer
@unexec rmdir %D/lib/linux-mozilla/plugins 2>/dev/null || true
+ at unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true
%%X11%%@cwd %%X11BASE%%
%%GNOME%%share/gnome/application-registry/realplay.applications
%%GNOME%%share/gnome/applications/realplay.desktop
--- linux-realplayer.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list