From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 1 13:09:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C1C16A4CE; Thu, 1 Jul 2004 13:09:11 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E903043D3F; Thu, 1 Jul 2004 13:09:10 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id ABCD57642C; Thu, 1 Jul 2004 15:08:13 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02091-05; Thu, 1 Jul 2004 15:08:08 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 989CA76428; Thu, 1 Jul 2004 15:08:08 +0200 (CEST) Message-ID: <40E40CB9.702@webonaut.com> Date: Thu, 01 Jul 2004 15:08:09 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.7 (X11/20040625) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200406301010.i5UAAV8X007978@freefall.freebsd.org> In-Reply-To: <200406301010.i5UAAV8X007978@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: Re: ports/68503: [maintainer-update] www/firefox-remote X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 13:09:11 -0000 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 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 ----------------------------