diff options
author | ache <ache@FreeBSD.org> | 1996-05-27 08:53:55 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-05-27 08:53:55 +0800 |
commit | efb54cc75bbefb58ad2da1b7f6be9418bff50fee (patch) | |
tree | 78021ede99e442862feed467cbeba54f1ecf2df0 /security/pgp6 | |
parent | 10085b8f14ca45f43637b4717900569b4228aced (diff) | |
download | freebsd-ports-gnome-efb54cc75bbefb58ad2da1b7f6be9418bff50fee.tar.gz freebsd-ports-gnome-efb54cc75bbefb58ad2da1b7f6be9418bff50fee.tar.zst freebsd-ports-gnome-efb54cc75bbefb58ad2da1b7f6be9418bff50fee.zip |
Upgrade to 2.6.3ia
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index b21132821683..936556615920 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -1,10 +1,11 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.3i -# PGP 2.6.3i homepage is http://www.ifi.uio.no/pgp/ +# Version required: MIT 2.6.2 / International 2.6.3ia +# International PGP homepage is http://www.ifi.uio.no/pgp/ +# # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.13 1996/01/04 04:34:48 ache Exp $ +# $Id: Makefile,v 1.14 1996/01/18 22:48:25 ache Exp $ # CATEGORIES+= security @@ -65,7 +66,7 @@ pre-build: cd ${WRKDIR}/rsaref/install/unix; ${GMAKE} .else DISTNAME= pgp263is -PKGNAME= pgp-2.6.3i +PKGNAME= pgp-2.6.3ia MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ WRKSRC= ${WRKDIR}/src |