From ca253a9d2f9f2ac8398f23e3cb217c99b18bbd19 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 2 Apr 1998 20:26:41 +0000 Subject: Upgrade to 4.05 --- www/bsdi-netscape47-communicator/Makefile | 20 ++++++++++---------- www/bsdi-netscape47-communicator/pkg-plist | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'www/bsdi-netscape47-communicator') diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index af589a82ce30..5829cdf30e52 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: netscape (full communicator version) -# Version required: 4.04 +# Version required: 4.05 # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.15 1998/03/15 15:13:53 markm Exp $ +# $Id: Makefile,v 1.16 1998/03/16 15:05:03 markm Exp $ # -DISTNAME= netscape-communicator-4.04 +DISTNAME= netscape-communicator-4.05 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/ -DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.05/development/english/unix/freebsd/professional_edition/ +DISTFILES= communicator-v405-export.x86-unknown-freebsd.tar.gz MAINTAINER= ache@FreeBSD.ORG -NO_WRKSUBDIR= Yes +WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-freebsd NO_BUILD= Yes NDIR= ${PREFIX}/lib/netscape @@ -35,9 +35,9 @@ pre-extract: do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv -f ${NDIR}/netscape ${NDIR}/communicator-4.04.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04 - ln -sf communicator-4.04 ${BINDIR}/communicator-4 + mv -f ${NDIR}/netscape ${NDIR}/communicator-4.05.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.05 + ln -sf communicator-4.05 ${BINDIR}/communicator-4 ln -sf communicator-4 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ @@ -45,7 +45,7 @@ do-install: rm -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO cd ${WRKSRC}/Fortify-1.2.1-unix && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.04.bin + (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.05.bin .endif chown -R bin.bin ${NDIR} diff --git a/www/bsdi-netscape47-communicator/pkg-plist b/www/bsdi-netscape47-communicator/pkg-plist index ff043b20424c..853ec0296e98 100644 --- a/www/bsdi-netscape47-communicator/pkg-plist +++ b/www/bsdi-netscape47-communicator/pkg-plist @@ -1,4 +1,4 @@ -bin/communicator-4.04 +bin/communicator-4.05 @exec ln -sf %f %B/communicator-4 @exec ln -sf communicator-4 %B/netscape @unexec rm -f %B/netscape @@ -122,7 +122,7 @@ lib/netscape/spell/pen4s324.dat lib/netscape/spell/netscape.dic lib/netscape/vreg lib/netscape/registry -lib/netscape/communicator-4.04.bin +lib/netscape/communicator-4.05.bin lib/netscape/mailcap @dirrm lib/netscape/spell @dirrm lib/netscape/plugins -- cgit