mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 0.1.2a.
This commit is contained in:
parent
9253dc4718
commit
6d41606462
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63487
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/ossl-0.1.2.tar.gz) = 923a0ccd7a274e6d5bcbc9dcf543e99e
|
||||
MD5 (ruby/ossl-0.1.2a.tar.gz) = 6d494574733f290fd567d55f8153c5aa
|
||||
|
@ -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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user