aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-28 17:58:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-28 17:58:48 +0000
commit23bb797eeb1993082d735635a57ff0ac235fa0ef (patch)
tree8944787fa5a51de4fe1f91ec8ccd432a8515a44c /multimedia/mplayer/Makefile
parent10b15d1b9b90dd36836c20c310947512ad9c5d9b (diff)
downloadports-23bb797eeb1993082d735635a57ff0ac235fa0ef.tar.gz
ports-23bb797eeb1993082d735635a57ff0ac235fa0ef.zip
* Update to 0.92.
- Important fix of a remote buffer overflow attack via asf streaming - Some minor fixes * Check for the updated KAME ipv6-patch. Looks okay. * Change pkg-message, pointing at at a work-in-progress FAQ PR: 57324 57296 Submitted by: Mezz <mezz7@cox.net> (based on) maintainer
Notes
Notes: svn path=/head/; revision=89706
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r--multimedia/mplayer/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index d78af8ee6369..fb8e61ece1b1 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -165,8 +165,7 @@
# to be installed.
PORTNAME= mplayer
-PORTVERSION= 0.90.0.110
-PORTREVISION= 4
+PORTVERSION= 0.92.0
CATEGORIES= multimedia audio ipv6
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -178,10 +177,10 @@ MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
ftp://ftp.lug.udel.edu/MPlayer/releases/ \
ftp://mirrors.xmission.com/MPlayer/releases/ \
http://www.rrr.de/~riggs/mplayer/
-DISTNAME= MPlayer-0.90
+DISTNAME= MPlayer-0.92
PATCH_SITES= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}
-PATCHFILES= mplayer-0.9.0-v6-20030430.diff.gz
+PATCHFILES= mplayer-0.9.1-v6-20030825.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= riggs@rrr.de
@@ -517,7 +516,9 @@ pre-everything::
@${ECHO_MSG} "builds MPlayer with GUI support."
.if defined(WITH_GUI)
- @${ECHO_MSG} "You can download official skin collections from"
+ @${ECHO_MSG} "If you want to use the GUI, you can either install"
+ @${ECHO_MSG} "${PORTSDIR}/multimedia/mplayer-skins"
+ @${ECHO_MSG} "or download official skin collections from"
@${ECHO_MSG} "http://www.mplayerhq.hu/homepage/dload.html"
.endif