Update to 20040701 which determines the installed Firefox version, and adds
support for thunderbird-remote. PR: 68503 Submitted by: maintainer
This commit is contained in:
parent
9b5c71320b
commit
0f13156ce8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112677
5 changed files with 17 additions and 4 deletions
|
@ -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 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|||
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-build:
|
|||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
7
www/firefox-remote/pkg-message
Normal file
7
www/firefox-remote/pkg-message
Normal file
|
@ -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.
|
||||
|
||||
========================================================================
|
|
@ -1 +1,2 @@
|
|||
bin/firefox-remote
|
||||
bin/thunderbird-remote
|
||||
|
|
Loading…
Reference in a new issue