diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-08-10 18:10:55 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-08-10 18:10:55 +0000 |
commit | 7279f52c218b5b1cd2dc854ec9883a11b3cd7889 (patch) | |
tree | 12face8b9ff7972cd056f083c12201639c30e16f /security/openssl | |
parent | 5e9524c0991ccd64c9f98c9c6c772216125f8f8c (diff) | |
download | ports-7279f52c218b5b1cd2dc854ec9883a11b3cd7889.tar.gz ports-7279f52c218b5b1cd2dc854ec9883a11b3cd7889.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 55291bdee362..fce572573691 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Eric Young's SSL/Crypto Library -# Version required: 0.6.2 +# Version required: 0.6.3 # Date created: 1 July 1996 # Whom: markm # -# $Id: Makefile,v 1.3 1996/07/29 19:57:43 markm Exp $ +# $Id: Makefile,v 1.4 1996/07/30 19:43:53 asami Exp $ # -DISTNAME= SSLeay-0.6.2 +DISTNAME= SSLeay-0.6.3 CATEGORIES+= devel security MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ |