diff options
author | markm <markm@FreeBSD.org> | 1998-04-12 17:07:49 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-04-12 17:07:49 +0800 |
commit | 71482b70ef59e1914a8752a16ec6d9a29f06ae3b (patch) | |
tree | 2f9a61ddf4f160fce885cffb3804673282a0730f /www/netscape48-communicator | |
parent | d8208cf8a4274040d7479f827b1266c5e35fa8f5 (diff) | |
download | freebsd-ports-gnome-71482b70ef59e1914a8752a16ec6d9a29f06ae3b.tar.gz freebsd-ports-gnome-71482b70ef59e1914a8752a16ec6d9a29f06ae3b.tar.zst freebsd-ports-gnome-71482b70ef59e1914a8752a16ec6d9a29f06ae3b.zip |
Upgrade Fortify to 1.2.2. USE_128BIT works again.
Diffstat (limited to 'www/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 6 | ||||
-rw-r--r-- | www/netscape48-communicator/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 88dd07f87e98..10649b6488b5 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.17 1998/04/02 20:26:34 ache Exp $ +# $Id: Makefile,v 1.18 1998/04/02 22:47:52 ache Exp $ # DISTNAME= netscape-communicator-4.05 @@ -22,7 +22,7 @@ BINDIR= ${PREFIX}/bin .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.2.1-unix.tar.gz +DISTFILES+= Fortify-1.2.2-unix.tar.gz RESTRICTED= "Contains strong cryptography" .endif @@ -44,7 +44,7 @@ do-install: fi rm -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKDIR}/Fortify-1.2.1-unix && \ + cd ${WRKDIR}/Fortify-1.2.2-unix && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.05.bin .endif chown -R bin.bin ${NDIR} diff --git a/www/netscape48-communicator/distinfo b/www/netscape48-communicator/distinfo index cbbc4c1e1f45..c58ddf9c58ab 100644 --- a/www/netscape48-communicator/distinfo +++ b/www/netscape48-communicator/distinfo @@ -1,2 +1,2 @@ MD5 (communicator-v405-export.x86-unknown-freebsd.tar.gz) = b41b4470c8fccb278ba58e0c506046ac -MD5 (Fortify-1.2.1-unix.tar.gz) = da2cede6270965853012d101d0594ca5 +MD5 (Fortify-1.2.2-unix.tar.gz) = 6b1ab07e02dfe3068bbe59e217fa8ed5 |