From mezz@ns1.mezzweb.com  Mon Mar 22 16:07:13 2004
Return-Path: <mezz@ns1.mezzweb.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 29AAC16A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Mar 2004 16:07:13 -0800 (PST)
Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 94D5043D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Mar 2004 16:07:12 -0800 (PST)
	(envelope-from mezz@ns1.mezzweb.com)
Received: from ns1.mezzweb.com (localhost [127.0.0.1])
	by ns1.mezzweb.com (8.12.10/8.12.10) with ESMTP id i2MNdfKm047536
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Mar 2004 17:39:41 -0600 (CST)
	(envelope-from mezz@ns1.mezzweb.com)
Received: (from mezz@localhost)
	by ns1.mezzweb.com (8.12.10/8.12.10/Submit) id i2MNdeP9047535;
	Mon, 22 Mar 2004 17:39:40 -0600 (CST)
	(envelope-from mezz)
Message-Id: <200403222339.i2MNdeP9047535@ns1.mezzweb.com>
Date: Mon, 22 Mar 2004 17:39:40 -0600 (CST)
From: Jeremy Messenger <mezz7@cox.net>
Reply-To: Jeremy Messenger <mezz7@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update ports: www/mplayer-plugin 2.45 -> 2.50
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64599
>Category:       ports
>Synopsis:       Update ports: www/mplayer-plugin 2.45 -> 2.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 16:10:07 PST 2004
>Closed-Date:    Thu Mar 25 09:26:46 PST 2004
>Last-Modified:  Thu Mar 25 09:26:46 PST 2004
>Originator:     Mezz
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Jan 29
23:14:45 CST 2004 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
Update to 2.50.

>How-To-Repeat:
n/a

>Fix:


--- mplayer-plugin.diff begins here ---
diff -ur mplayer-plugin.orig/Makefile mplayer-plugin/Makefile
--- mplayer-plugin.orig/Makefile	Sun Mar  7 13:26:55 2004
+++ mplayer-plugin/Makefile	Mon Mar 22 17:39:29 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mplayerplug-in
-PORTVERSION=	2.45
+PORTVERSION=	2.50
 CATEGORIES=	www multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mplayerplug-in
@@ -77,7 +77,7 @@
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|mozilla-plugin|mozilla-plugin${HEADERS_SUFX}|g' \
 		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
+	@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
 		${WRKSRC}/Source/plugin-setup.cpp
 
 do-install:
diff -ur mplayer-plugin.orig/distinfo mplayer-plugin/distinfo
--- mplayer-plugin.orig/distinfo	Thu Mar  4 00:36:21 2004
+++ mplayer-plugin/distinfo	Mon Mar 22 17:27:16 2004
@@ -1,2 +1,2 @@
-MD5 (mplayerplug-in-2.45.tar.gz) = fab744dacb3675a992ff763e0ee99968
-SIZE (mplayerplug-in-2.45.tar.gz) = 138464
+MD5 (mplayerplug-in-2.50.tar.gz) = 616aa63525fecf3b2f764f8f698cebdd
+SIZE (mplayerplug-in-2.50.tar.gz) = 148141
diff -ur mplayer-plugin.orig/files/patch-Makefile.in mplayer-plugin/files/patch-Makefile.in
--- mplayer-plugin.orig/files/patch-Makefile.in	Thu Mar  4 00:36:21 2004
+++ mplayer-plugin/files/patch-Makefile.in	Mon Mar 22 17:33:58 2004
@@ -1,14 +1,5 @@
---- Makefile.in.orig	Fri Feb 27 11:40:58 2004
-+++ Makefile.in	Thu Mar  4 01:28:16 2004
-@@ -12,7 +12,7 @@
- 
- CC= @CC@
- CXX= @CXX@
--CFLAGS= -Wall @CFLAGS@ -DXP_UNIX -DMOZ_X11 @MOZPLUG_CFLAGS@ -Iinclude -fPIC @X_CFLAGS@ @GECKO_DEFINES@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ @GTK_DEFINES@
-+CFLAGS= -Wall @CFLAGS@ @CPPFLAGS@ -DXP_UNIX -DMOZ_X11 @MOZPLUG_CFLAGS@ -Iinclude -fPIC @X_CFLAGS@ @GECKO_DEFINES@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ @GTK_DEFINES@
- LDFLAGS= @LIBS@ @X_LIBS@ @MOZPLUG_LIBS@ @GTK_LIBS@ @GTHREAD_LIBS@
- LIBOBJS= @LIBOBJS@
- OBJ= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \
+--- Makefile.in.orig	Mon Mar 22 17:30:44 2004
++++ Makefile.in	Mon Mar 22 17:32:56 2004
 @@ -33,7 +33,7 @@
  default all: $(SHAREDTARGET)
  
--- mplayer-plugin.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus  
Responsible-Changed-By: krion 
Responsible-Changed-When: Tue Mar 23 00:53:33 PST 2004 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64599 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Thu Mar 25 09:26:37 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64599 
>Unformatted:
