diff options
author | knu <knu@FreeBSD.org> | 2001-06-18 17:21:10 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-18 17:21:10 +0800 |
commit | bad46ec77852aea47701b6242ce1840a9960d8ef (patch) | |
tree | 84f42687f2baa4cc9775a095c6e7818017298eb1 /security | |
parent | d1f0d5f6fef7437df2b58b838164febbfeabb5ef (diff) | |
download | freebsd-ports-gnome-bad46ec77852aea47701b6242ce1840a9960d8ef.tar.gz freebsd-ports-gnome-bad46ec77852aea47701b6242ce1840a9960d8ef.tar.zst freebsd-ports-gnome-bad46ec77852aea47701b6242ce1840a9960d8ef.zip |
Update to 0.3.0.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-ssl/Makefile | 8 | ||||
-rw-r--r-- | security/ruby-ssl/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-ssl/pkg-plist | 6 |
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 |