Bug 68503 - [maintainer-update] www/firefox-remote
Summary: [maintainer-update] www/firefox-remote
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 11:10 UTC by Franz Klammer
Modified: 2004-07-01 17:45 UTC (History)
0 users

See Also:


Attachments
firefox-remote.diff (2.33 KB, patch)
2004-06-30 11:10 UTC, Franz Klammer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Klammer 2004-06-30 11:10:31 UTC

update www/firefox-remote to 20040630

this version adds thunderbird-remote. 

pkg-message:
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.
Comment 1 Franz Klammer 2004-06-30 14:13:35 UTC
distfile has been changed. please also apply the following
patch after the update-diff:

--------------------- start ----------------------------
--- firefox-remote/distinfo.orig        Wed Jun 30 15:10:44 2004
+++ firefox-remote/distinfo     Wed Jun 30 15:10:25 2004
@@ -1,2 +1,2 @@
-MD5 (firefox-remote-20040630.bz2) = a054b397c98889de42cc8a0ad13d94da
-SIZE (firefox-remote-20040630.bz2) = 800
+MD5 (firefox-remote-20040630.bz2) = 4ed2bc657e106e1d600e4076accc6d28
+SIZE (firefox-remote-20040630.bz2) = 794
--------------------- end ----------------------------
Comment 2 Franz Klammer 2004-07-01 14:08:09 UTC
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 ----------------------------
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-07-01 17:44:51 UTC
State Changed
From-To: open->closed

Committed, thanks!