pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ns-remote replace phoenix with firefox in ns-open.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56a99990ea91
branches:  trunk
changeset: 468460:56a99990ea91
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Feb 14 01:03:29 2004 +0000

description:
replace phoenix with firefox in ns-open.

bump PKGREVISION.

diffstat:

 www/ns-remote/Makefile      |  3 ++-
 www/ns-remote/files/ns-open |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 760892632174 -r 56a99990ea91 www/ns-remote/Makefile
--- a/www/ns-remote/Makefile    Sat Feb 14 00:59:28 2004 +0000
+++ b/www/ns-remote/Makefile    Sat Feb 14 01:03:29 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2003/08/14 04:56:43 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/14 01:03:29 grant Exp $
 
 DISTNAME=      ns-remote
 PKGNAME=       ns-remote-1.9
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://home.netscape.com/newsref/std/
 DISTFILES=     remote.c vroot.h
diff -r 760892632174 -r 56a99990ea91 www/ns-remote/files/ns-open
--- a/www/ns-remote/files/ns-open       Sat Feb 14 00:59:28 2004 +0000
+++ b/www/ns-remote/files/ns-open       Sat Feb 14 01:03:29 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ns-open,v 1.11 2003/08/14 04:55:58 grant Exp $
+# $NetBSD: ns-open,v 1.12 2004/02/14 01:03:29 grant Exp $
 #
 # Simple script to open a URL in Netscape, starting a new process if necessary
 # If a netscape process is not running it will look for a valid netscape
@@ -8,7 +8,7 @@
 # overridden by the user in the environment.
 
 if [ -z "$NETSCAPE_PREFERRED" ]; then
-    NETSCAPE_PREFERRED=netscape7:communicator:navigator:mozilla:phoenix:mozilla-linux:mozilla-solaris:phoenix-linux:phoenix-solaris
+    NETSCAPE_PREFERRED=netscape7:communicator:navigator:mozilla:firefox:mozilla-netbsd:mozilla-linux:mozilla-solaris:firefox-netbsd:firefox-gtk2-linux:firefox-linux:firefox-solaris
 fi
 
 # Locate appropriate netscape binary and set NETSCAPE_BIN



Home | Main Index | Thread Index | Old Index