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-beta | |
parent | version 1.0.63 (diff) |
Move to version 0.6.3
Notes
Notes:
svn path=/head/; revision=3574
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 55291bdee362..fce572573691 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/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/ |