diff options
author | markm <markm@FreeBSD.org> | 1996-08-11 02:10:55 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-08-11 02:10:55 +0800 |
commit | 611148a51aa7c94047db4e5531575ac484986b0b (patch) | |
tree | 551229a480370208fafbcfde51c816f6e09bbc91 /security/openssl/Makefile | |
parent | 141e3204fff6b8fde07963372f44226d49661569 (diff) | |
download | freebsd-ports-gnome-611148a51aa7c94047db4e5531575ac484986b0b.tar.gz freebsd-ports-gnome-611148a51aa7c94047db4e5531575ac484986b0b.tar.zst freebsd-ports-gnome-611148a51aa7c94047db4e5531575ac484986b0b.zip |
Move to version 0.6.3
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 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/ |