aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-18 09:21:10 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-18 09:21:10 +0000
commit6fe6cfe6140a35d6beeb50d4378331a7aa7aa96d (patch)
tree8e277e18ec63214d8e0e7d973bd9fc77a803557e
parentfb633e312691dade5664886c3a94db6b8297a4eb (diff)
downloadports-6fe6cfe6140a35d6beeb50d4378331a7aa7aa96d.tar.gz
ports-6fe6cfe6140a35d6beeb50d4378331a7aa7aa96d.zip
Notes
-rw-r--r--security/ruby-ssl/Makefile8
-rw-r--r--security/ruby-ssl/distinfo2
-rw-r--r--security/ruby-ssl/pkg-plist6
3 files changed, 12 insertions, 4 deletions
diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile
index 91e3c0b717ef..8e8333a00a99 100644
--- a/security/ruby-ssl/Makefile
+++ b/security/ruby-ssl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ssl
-PORTVERSION= 0.2.2
+PORTVERSION= 0.3.0
CATEGORIES= security ruby
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -24,8 +24,10 @@ INSTALL_TARGET= site-install
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/ssl
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/ssl/
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/${PORTNAME}/
.endif
.include <bsd.port.mk>
diff --git a/security/ruby-ssl/distinfo b/security/ruby-ssl/distinfo
index f7293e192cbc..4df6a2ad88fe 100644
--- a/security/ruby-ssl/distinfo
+++ b/security/ruby-ssl/distinfo
@@ -1 +1 @@
-MD5 (ruby/ssl-0.2.2.tar.gz) = d8ed6192f58d1421cddda0f6ea09aad0
+MD5 (ruby/ssl-0.3.0.tar.gz) = 62e1609f1aecc5bbf72c2a0e665b6dda
diff --git a/security/ruby-ssl/pkg-plist b/security/ruby-ssl/pkg-plist
index 6bd432da2249..d91f6337cefb 100644
--- a/security/ruby-ssl/pkg-plist
+++ b/security/ruby-ssl/pkg-plist
@@ -2,12 +2,18 @@
%%RUBY_SITELIBDIR%%/buffering.rb
%%RUBY_SITELIBDIR%%/ssl.rb
%%RUBY_SITELIBDIR%%/net/https.rb
+%%RUBY_SITELIBDIR%%/net/protocols.rb
%%RUBY_SITELIBDIR%%/net/telnets.rb
@dirrm %%RUBY_SITELIBDIR%%/net
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/cli.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/login.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/sample.crt
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/sample.key
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/svr.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/verify_cb.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/wget.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/wget2.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ssl/x509.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ssl
+%%PORTDOCS%%%%RUBY_DOCDIR%%/ssl/ChangeLog
+%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/ssl