diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-09-24 18:03:54 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-09-24 18:03:54 +0000 |
commit | 63eefc4274f85863fbcadac9b95fc8a483e6e75e (patch) | |
tree | 057b2d7e8159c0014751a8c7f5655e2b49f8a79d /security/openssl-beta | |
parent | b2271cf41c07f9c376e2d47ea69b3c75541d82cf (diff) | |
download | ports-63eefc4274f85863fbcadac9b95fc8a483e6e75e.tar.gz ports-63eefc4274f85863fbcadac9b95fc8a483e6e75e.zip |
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 6 | ||||
-rw-r--r-- | security/openssl-beta/distinfo | 2 | ||||
-rw-r--r-- | security/openssl-beta/pkg-plist | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index fce572573691..6b1261b11cd7 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.3 +# Version required: 0.6.4 # Date created: 1 July 1996 # Whom: markm # -# $Id: Makefile,v 1.4 1996/07/30 19:43:53 asami Exp $ +# $Id: Makefile,v 1.5 1996/08/10 18:10:55 markm Exp $ # -DISTNAME= SSLeay-0.6.3 +DISTNAME= SSLeay-0.6.4 CATEGORIES+= devel security MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ diff --git a/security/openssl-beta/distinfo b/security/openssl-beta/distinfo index 4bb2ae9ff58d..260c438c3146 100644 --- a/security/openssl-beta/distinfo +++ b/security/openssl-beta/distinfo @@ -1 +1 @@ -MD5 (SSLeay-0.6.3.tar.gz) = 8c0a9923b01bd33651134e1375285f8d +MD5 (SSLeay-0.6.4.tar.gz) = eb899853fccb927f157d442f19075121 diff --git a/security/openssl-beta/pkg-plist b/security/openssl-beta/pkg-plist index 6f3bc4d8bed7..d389c7953923 100644 --- a/security/openssl-beta/pkg-plist +++ b/security/openssl-beta/pkg-plist @@ -1,11 +1,5 @@ bin/ssleay etc/ssleay.conf -lib/libssl.a -@exec ranlib %D/%F -lib/libcrypto.a -@exec ranlib %D/%F -lib/libRSAglue.a -@exec ranlib %D/%F include/asn1.h include/txt_db.h include/stack.h @@ -34,3 +28,9 @@ include/buffer.h include/bn.h include/asn1_mac.h include/x509.h +lib/libssl.a +@exec ranlib %D/%F +lib/libcrypto.a +@exec ranlib %D/%F +lib/libRSAglue.a +@exec ranlib %D/%F |