pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ns-remote Update ns-remote to 1.11nb4 - from PR/37...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50052e32e12f
branches:  trunk
changeset: 537014:50052e32e12f
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jan 01 16:45:35 2008 +0000

description:
Update ns-remote to 1.11nb4 - from PR/37624 by Eric Schnoebelen:
 - Include seamonkey as a valid option in NETSCAPE_PREFERRED

diffstat:

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

diffs (34 lines):

diff -r 80eddc0a436c -r 50052e32e12f www/ns-remote/Makefile
--- a/www/ns-remote/Makefile    Tue Jan 01 16:35:18 2008 +0000
+++ b/www/ns-remote/Makefile    Tue Jan 01 16:45:35 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2007/04/02 21:59:30 abs Exp $
+# $NetBSD: Makefile,v 1.34 2008/01/01 16:45:35 abs Exp $
 
 DISTNAME=      ns-remote
 PKGNAME=       ns-remote-1.11
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES=  http://home.netscape.com/newsref/std/
 DISTFILES=     remote.c vroot.h
diff -r 80eddc0a436c -r 50052e32e12f www/ns-remote/files/ns-open
--- a/www/ns-remote/files/ns-open       Tue Jan 01 16:35:18 2008 +0000
+++ b/www/ns-remote/files/ns-open       Tue Jan 01 16:45:35 2008 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ns-open,v 1.17 2007/04/02 21:59:31 abs Exp $
+# $NetBSD: ns-open,v 1.18 2008/01/01 16:45:35 abs 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:firefox:mozilla:communicator:navigator:mozilla-netbsd:mozilla-linux:mozilla-solaris:firefox-netbsd:firefox-gtk2-linux:firefox-linux:firefox-solaris
+    NETSCAPE_PREFERRED=firefox:seamonkey:netscape7:mozilla:communicator:navigator: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