diff options
author | markm <markm@FreeBSD.org> | 1998-08-28 00:38:03 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-08-28 00:38:03 +0800 |
commit | 8a4cdd3cc173b8084cf286326b23fa56a1a712ee (patch) | |
tree | 47fa281d6b629854784e8646aa8373c7ed18d8ab /security/openssl/Makefile | |
parent | 5f77aac3ed3f83cbd451fc7db4389d1f63f7b5ce (diff) | |
download | freebsd-ports-gnome-8a4cdd3cc173b8084cf286326b23fa56a1a712ee.tar.gz freebsd-ports-gnome-8a4cdd3cc173b8084cf286326b23fa56a1a712ee.tar.zst freebsd-ports-gnome-8a4cdd3cc173b8084cf286326b23fa56a1a712ee.zip |
Upgrade to version 0.9.0b
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 6e2674b98bc8..391f02e36d07 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.8.1b +# Version required: 0.9.0b # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.18 1998/07/11 17:42:30 steve Exp $ +# $Id: Makefile,v 1.19 1998/08/21 22:04:29 max Exp $ # -DISTNAME= SSLeay-0.8.1b +DISTNAME= SSLeay-0.9.0b CATEGORIES= devel security MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ |