aboutsummaryrefslogtreecommitdiff
path: root/www/netscape47-communicator
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-05-13 14:31:28 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-05-13 14:31:28 +0000
commita438116b22ab950f8e30efc5e4b83012801120b9 (patch)
treeb5346437b171ec06d63a82714705edda06a51c2c /www/netscape47-communicator
parent5d7f63b7f21e63e41a3a8cf4216f7e6388a103a4 (diff)
downloadports-a438116b22ab950f8e30efc5e4b83012801120b9.tar.gz
ports-a438116b22ab950f8e30efc5e4b83012801120b9.zip
Upgrade to 4.73 .
Notes
Notes: svn path=/head/; revision=28426
Diffstat (limited to 'www/netscape47-communicator')
-rw-r--r--www/netscape47-communicator/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
index 5ca79af7259b..15d74d08869a 100644
--- a/www/netscape47-communicator/Makefile
+++ b/www/netscape47-communicator/Makefile
@@ -8,31 +8,30 @@
PORTNAME?= netscape-${BROWSER_ARC}
PORTVERSION?= ${BROWSER_VER}
-.if !defined(PRE_MK_INCLUDED)
+.if !defined(_PREMKINCLUDED)
.include <bsd.port.pre.mk>
.endif
.if ${ARCH} == "i386"
-MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/complete_install/
-DISTFILES?= communicator-v472-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.73/unix/unsupported/freebsd/complete_install/
+DISTFILES?= communicator-v473-export.x86-unknown-freebsd.tar.gz
.elif ${ARCH} == "alpha"
-MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/complete_install/
-DISTFILES?= communicator-v472-export.alpha-dec-osf4.0.tar.gz
+MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.73/unix/supported/dec_unix40/complete_install/
+DISTFILES?= communicator-v473-export.alpha-dec-osf4.0.tar.gz
.endif
ONLY_FOR_ARCHS= i386 alpha
MASTERDIR= ${.CURDIR}/../netscape4-communicator
.if ${ARCH} == "i386"
-WRKSRC?= ${WRKDIR}/${BROWSER}-v472.x86-unknown-freebsd
+WRKSRC?= ${WRKDIR}/${BROWSER}-v473.x86-unknown-freebsd
.elif ${ARCH} == "alpha"
-WRKSRC?= ${WRKDIR}/${BROWSER}-v472.alpha-dec-osf4.0
+WRKSRC?= ${WRKDIR}/${BROWSER}-v473.alpha-dec-osf4.0
.endif
-BROWSER_VER= 4.72
-# taken from ,${BLDVERS} in ns-install
-INFILE_HEAD?= 'Communicator,4.72.0.20000131'
+BROWSER_VER= 4.73
+INFILE_HEAD?= 'Communicator,4.73.0.20000502'
NO_AUTOADMIN= yes
+NO_FORTIFY= 'Not available for current version'
-PRE_MK_INCLUDED= yes
.include "${MASTERDIR}/Makefile"