diff options
author | markm <markm@FreeBSD.org> | 1996-12-12 04:54:57 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-12-12 04:54:57 +0800 |
commit | 53b694506e1fea4b6f2224efb3fda19298fef279 (patch) | |
tree | d8f8ae55242aa2a34a93adafe4c365bc23718e02 /security/openssl/Makefile | |
parent | 4ffd5c711569fd8b231238673a15d19c7d6252e4 (diff) | |
download | freebsd-ports-gnome-53b694506e1fea4b6f2224efb3fda19298fef279.tar.gz freebsd-ports-gnome-53b694506e1fea4b6f2224efb3fda19298fef279.tar.zst freebsd-ports-gnome-53b694506e1fea4b6f2224efb3fda19298fef279.zip |
Update to 0.6.5
Diffstat (limited to 'security/openssl/Makefile')
-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 fea52c630afe..8144447fdfac 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.4 +# Version required: 0.6.5 # Date created: 1 July 1996 # Whom: markm # -# $Id: Makefile,v 1.7 1996/11/17 07:57:44 obrien Exp $ +# $Id: Makefile,v 1.8 1996/12/03 11:32:40 obrien Exp $ # -DISTNAME= SSLeay-0.6.4 +DISTNAME= SSLeay-0.6.5 CATEGORIES= devel security MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ |