diff options
author | knu <knu@FreeBSD.org> | 2002-07-25 01:23:46 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-25 01:23:46 +0800 |
commit | 3efdbf37ac2150e78d4d8a92c2091e4427b42d2f (patch) | |
tree | a4f8cbfd294acc56f8f1c958550a1208d8d9256d /security | |
parent | 1bc5375e682de0ea27cd2a9585ffb72ba1e98c9c (diff) | |
download | freebsd-ports-gnome-3efdbf37ac2150e78d4d8a92c2091e4427b42d2f.tar.gz freebsd-ports-gnome-3efdbf37ac2150e78d4d8a92c2091e4427b42d2f.tar.zst freebsd-ports-gnome-3efdbf37ac2150e78d4d8a92c2091e4427b42d2f.zip |
Update to 0.1.2a.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-openssl/Makefile | 2 | ||||
-rw-r--r-- | security/ruby-openssl/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-openssl/files/patch-ossl.c | 20 |
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 - */ |