aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-openssl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-24 17:23:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-24 17:23:46 +0000
commit6d41606462a5f0bba72540849a94c581147442e0 (patch)
tree53c413e3e34fe2b1fb291a890e3193afc11b7a66 /security/ruby-openssl
parent9253dc47186f817768971f3c3b1e612c56785efe (diff)
Notes
Diffstat (limited to 'security/ruby-openssl')
-rw-r--r--security/ruby-openssl/Makefile2
-rw-r--r--security/ruby-openssl/distinfo2
-rw-r--r--security/ruby-openssl/files/patch-ossl.c20
3 files changed, 2 insertions, 22 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile
index 91af3d1a622b..81ee89b03c13 100644
--- a/security/ruby-openssl/Makefile
+++ b/security/ruby-openssl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openssl
-PORTVERSION= 0.1.2
+PORTVERSION= 0.1.2a
CATEGORIES= security ruby
MASTER_SITES= http://freesoftware.fsf.org/download/rubypki/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo
index 6951c880c9d2..2902a2ff66ef 100644
--- a/security/ruby-openssl/distinfo
+++ b/security/ruby-openssl/distinfo
@@ -1 +1 @@
-MD5 (ruby/ossl-0.1.2.tar.gz) = 923a0ccd7a274e6d5bcbc9dcf543e99e
+MD5 (ruby/ossl-0.1.2a.tar.gz) = 6d494574733f290fd567d55f8153c5aa
diff --git a/security/ruby-openssl/files/patch-ossl.c b/security/ruby-openssl/files/patch-ossl.c
deleted file mode 100644
index 09867c896fb9..000000000000
--- a/security/ruby-openssl/files/patch-ossl.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ossl.c.orig Tue Jul 23 23:24:54 2002
-+++ ossl.c Wed Jul 24 20:30:59 2002
-@@ -26,6 +26,17 @@
- # include <time.h>
- #endif
-
-+#ifdef HAVE_SYS_TIME_H
-+# include <sys/time.h>
-+#else
-+#ifndef NT
-+struct timeval {
-+ long tv_sec; /* seconds */
-+ long tv_usec; /* and microseconds */
-+};
-+#endif /* NT */
-+#endif
-+
- /*
- * Check Types
- */