diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-03 21:34:46 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-03 21:34:46 +0000 |
commit | 3e9abfca9115751efdbab7afb6c500d91ae58ef2 (patch) | |
tree | ab418a1d27848c5f23f659a5e4f03914bf546e1e /security/ruby-openssl/Makefile | |
parent | Add ruby-calendar, Ruby modules to handle various calendars. (diff) |
Update to 0.0.7.
Ruby/OpenSSL is currently forming a merger with the SSLSocket module
(security/ruby-ssl). The ruby-ssl port will retire when the merger is
completely done.
Notes
Notes:
svn path=/head/; revision=49544
Diffstat (limited to 'security/ruby-openssl/Makefile')
-rw-r--r-- | security/ruby-openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index d3e7aa8c094d..ff105dea254b 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssl -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.7 CATEGORIES= security ruby MASTER_SITES= http://klokan.sh.cvut.cz/~rokosm/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |