Index: head/www/mplayer-plugin/Makefile =================================================================== --- head/www/mplayer-plugin/Makefile (revision 78818) +++ head/www/mplayer-plugin/Makefile (revision 78819) @@ -1,36 +1,36 @@ # New ports collection makefile for: mplayerplug-in # Date Created: 20 February 2003 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= mplayerplug-in -PORTVERSION= 0.70 +PORTVERSION= 0.71 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= A Mozilla plugin for the MPlayer media player RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/Source/mplayerplug-in.c do-install: ${MKDIR} ${PREFIX}/lib/browser_plugins ${INSTALL_PROGRAM} ${WRKSRC}/mplayerplug-in.so \ ${PREFIX}/lib/browser_plugins .include Property changes on: head/www/mplayer-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/mplayer-plugin/distinfo =================================================================== --- head/www/mplayer-plugin/distinfo (revision 78818) +++ head/www/mplayer-plugin/distinfo (revision 78819) @@ -1 +1 @@ -MD5 (mplayerplug-in_v0.70.tar.gz) = ff41bae081c53f29275ab6f2c63cf819 +MD5 (mplayerplug-in_v0.71.tar.gz) = 16147da5c87e38d289ba5eb609f5f9e4 Property changes on: head/www/mplayer-plugin/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c =================================================================== --- head/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c (revision 78818) +++ head/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c (revision 78819) @@ -1,11 +1,11 @@ ---- Source/mplayerplug-in.c.orig Fri Feb 21 15:43:56 2003 -+++ Source/mplayerplug-in.c Fri Feb 21 15:44:24 2003 -@@ -219,7 +219,7 @@ +--- Source/mplayerplug-in.c.orig Sat Apr 12 15:07:47 2003 ++++ Source/mplayerplug-in.c Sat Apr 12 15:08:56 2003 +@@ -262,7 +262,7 @@ } if (config == NULL) { - config = fopen("/etc/mplayerplug-in.conf","r"); + config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf","r"); } DEBUG = 0; Property changes on: head/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property