aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-12 18:29:15 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-12 18:29:15 +0000
commit1c169619ae1ba9f70bddf7a7bc6bc7630b2b30ee (patch)
treec2b9d3837fd08516e2a3317df5dd9834cda0ffcc /security
parent1f1b7cce6321e8cc22665879e20180dae7c6588a (diff)
downloadports-1c169619ae1ba9f70bddf7a7bc6bc7630b2b30ee.tar.gz
ports-1c169619ae1ba9f70bddf7a7bc6bc7630b2b30ee.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/ruby-ssl/Makefile6
-rw-r--r--security/ruby-ssl/distinfo2
-rw-r--r--security/ruby-ssl/files/patch-extconf.rb11
-rw-r--r--security/ruby-ssl/pkg-plist4
4 files changed, 8 insertions, 15 deletions
diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile
index 7cd34f8e5b9f..91e3c0b717ef 100644
--- a/security/ruby-ssl/Makefile
+++ b/security/ruby-ssl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ssl
-PORTVERSION= 0.1.2
+PORTVERSION= 0.2.2
CATEGORIES= security ruby
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -18,8 +18,8 @@ USE_OPENSSL= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS= --with-ssl-include="${OPENSSLBASE}/include/openssl" \
- --with-ssl-lib="${OPENSSLBASE}/lib"
+CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \
+ --with-openssl-lib="${OPENSSLBASE}/lib"
INSTALL_TARGET= site-install
post-install:
diff --git a/security/ruby-ssl/distinfo b/security/ruby-ssl/distinfo
index 0decd343ce08..f7293e192cbc 100644
--- a/security/ruby-ssl/distinfo
+++ b/security/ruby-ssl/distinfo
@@ -1 +1 @@
-MD5 (ruby/ssl-0.1.2.tar.gz) = 5b7f5c476893ffa13bbfea1d331651f4
+MD5 (ruby/ssl-0.2.2.tar.gz) = d8ed6192f58d1421cddda0f6ea09aad0
diff --git a/security/ruby-ssl/files/patch-extconf.rb b/security/ruby-ssl/files/patch-extconf.rb
deleted file mode 100644
index 793e3cceb69f..000000000000
--- a/security/ruby-ssl/files/patch-extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- extconf.rb.orig Tue Jan 2 06:03:16 2001
-+++ extconf.rb Tue Jan 9 19:47:42 2001
-@@ -2,7 +2,7 @@
-
- SSLLIB="ssl"
-
--$CFLAGS += "-I/usr/include/openssl "
-+dir_config("ssl")
- $LDFLAGS += "-lcrypto "
-
- if have_header("ssl.h")
diff --git a/security/ruby-ssl/pkg-plist b/security/ruby-ssl/pkg-plist
index fe4573ecf784..6bd432da2249 100644
--- a/security/ruby-ssl/pkg-plist
+++ b/security/ruby-ssl/pkg-plist
@@ -1,9 +1,13 @@
%%RUBY_SITEARCHLIBDIR%%/ssl.so
%%RUBY_SITELIBDIR%%/buffering.rb
%%RUBY_SITELIBDIR%%/ssl.rb
+%%RUBY_SITELIBDIR%%/net/https.rb
+%%RUBY_SITELIBDIR%%/net/telnets.rb
+@dirrm %%RUBY_SITELIBDIR%%/net
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/cli.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/sample.crt
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/sample.key
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/svr.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/wget.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/wget2.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ssl