Date: Thu, 01 Jul 2004 15:08:09 +0200 From: Franz Klammer <klammer@webonaut.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68503: [maintainer-update] www/firefox-remote Message-ID: <40E40CB9.702@webonaut.com> In-Reply-To: <200406301010.i5UAAV8X007978@freefall.freebsd.org> References: <200406301010.i5UAAV8X007978@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
plase forgett the last two patches. this patch replaces all others and updates to 20040701 instead of 20040630. added feature in this version: determine also the installed firefox-version. --------------------- start ---------------------------- diff -Nur firefox-remote.orig/Makefile firefox-remote/Makefile --- firefox-remote.orig/Makefile Wed Jun 30 11:46:06 2004 +++ firefox-remote/Makefile Thu Jul 1 15:00:43 2004 @@ -6,7 +6,7 @@ # PORTNAME= firefox -PORTVERSION= 20040621 +PORTVERSION= 20040701 CATEGORIES= www MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote @@ -14,7 +14,7 @@ EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com -COMMENT= Wrapper script for firefox web browser +COMMENT= Wrapper scripts for firefox web browser USE_BZIP2= yes USE_X_PREFIX= yes @@ -28,5 +28,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} + ${LN} -s ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} \ + ${PREFIX}/bin/thunderbird${PKGNAMESUFFIX} + ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff -Nur firefox-remote.orig/distinfo firefox-remote/distinfo --- firefox-remote.orig/distinfo Wed Jun 30 11:46:06 2004 +++ firefox-remote/distinfo Thu Jul 1 15:01:46 2004 @@ -1,2 +1,2 @@ -MD5 (firefox-remote-20040621.bz2) = 7d2bf92e920022fdf9af3f6dcaccb3fd -SIZE (firefox-remote-20040621.bz2) = 350 +MD5 (firefox-remote-20040701.bz2) = 755852c96f7173f7c349a66ec835f12e +SIZE (firefox-remote-20040701.bz2) = 869 diff -Nur firefox-remote.orig/pkg-descr firefox-remote/pkg-descr --- firefox-remote.orig/pkg-descr Sun May 30 22:05:52 2004 +++ firefox-remote/pkg-descr Wed Jun 30 11:51:52 2004 @@ -1,2 +1,4 @@ Wrapper script for firefox web browser to add the open-in-new-tab functionality missing in the original startup script. + +also included thunderbird-remote. diff -Nur firefox-remote.orig/pkg-message firefox-remote/pkg-message --- firefox-remote.orig/pkg-message Thu Jan 1 01:00:00 1970 +++ firefox-remote/pkg-message Wed Jun 30 11:57:11 2004 @@ -0,0 +1,7 @@ +======================================================================== + +to enable mailto: in firefox the easiest way is to install the MozEx +navigation extension and use "${X11BASE}/bin/thunderbird-remote %r" +(without quotes) as the Mailer command. + +======================================================================== diff -Nur firefox-remote.orig/pkg-plist firefox-remote/pkg-plist --- firefox-remote.orig/pkg-plist Sun May 30 22:05:52 2004 +++ firefox-remote/pkg-plist Wed Jun 30 11:49:36 2004 @@ -1 +1,2 @@ bin/firefox-remote +bin/thunderbird-remote --------------------- end ----------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40E40CB9.702>