diff options
author | tron <tron@pkgsrc.org> | 2001-04-07 07:31:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-07 07:31:41 +0000 |
commit | 157447f81fc5ad171e2e673e79c6807915a09f64 (patch) | |
tree | b84136b032a679043e9c433b63570c3025ef54a1 /www/navigator/Makefile.common | |
parent | bc5f39aabd1ce0890db5974a632435d8bb99dc1d (diff) | |
download | pkgsrc-157447f81fc5ad171e2e673e79c6807915a09f64.tar.gz |
Update "navigator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.
Diffstat (limited to 'www/navigator/Makefile.common')
-rw-r--r-- | www/navigator/Makefile.common | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 3e9950698ce..f2e57af0769 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2001/03/29 14:03:11 kei Exp $ +# $NetBSD: Makefile.common,v 1.34 2001/04/07 07:31:41 tron Exp $ # # Common include file for communicator and navigator packages @@ -6,7 +6,7 @@ # Note - the version will be overridden for certain architectures which # do not have the latest version available (eg: SunOS sparc) -NS_VERS= 4.76 +NS_VERS= 4.77 NS_ENCRYPTION= us LDAP_VERS= 40 @@ -50,8 +50,8 @@ VENDOR_NAME= BSD/OS 2.1 # .elif (${MACHINE_ARCH} == "i386") PLIST_ARCH= linux-i386 -DEPENDS+= suse_compat>=6.3:../../emulators/suse_compat -DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 +DEPENDS+= suse_compat>=6.4:../../emulators/suse_compat +DEPENDS+= suse_x11>=6.4:../../emulators/suse_x11 DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 @@ -98,8 +98,8 @@ VENDER_NAME= # empty. what should be here? .endif # -NO_BUILD= yes -MAINTAINER= abs@netbsd.org +NO_BUILD= YES +MAINTAINER= tron@netbsd.org HOMEPAGE?= http://home.netscape.com/browsers/index.html RESTRICTED= "No re-distribution without agreement from Netscape" NO_SRC_ON_CDROM= ${RESTRICTED} @@ -110,7 +110,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-powerpc *-*-sparc CATEGORIES= www NS_NAME= ${BINNAME}-${NS_VERS} -PKGNAME?= ${BINNAME}-${NS_VERS}nb1 +PKGNAME?= ${BINNAME}-${NS_VERS} DISTNAME?= ${BINNAME}-v${NS_VERS_SHORT}-${NS_ENCRYPTION}.${DISTUNAME} .if (${BINNAME} != "netscape") |