diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 21:01:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 21:01:42 +0000 |
commit | 5e402951ef61eecc60491753b63e0cfa3ba081d7 (patch) | |
tree | 90c4513f30ae4b988810bc47825a52d5c2073c6d /net/ruby-tcpsocketpipe | |
parent | a923b0aa77dc83ab2935b5ac15dd003178d1ada9 (diff) | |
download | ports-5e402951ef61eecc60491753b63e0cfa3ba081d7.tar.gz ports-5e402951ef61eecc60491753b63e0cfa3ba081d7.zip |
Update to 1.8.2.
Notes
Notes:
svn path=/head/; revision=92742
Diffstat (limited to 'net/ruby-tcpsocketpipe')
-rw-r--r-- | net/ruby-tcpsocketpipe/Makefile | 17 | ||||
-rw-r--r-- | net/ruby-tcpsocketpipe/distinfo | 2 | ||||
-rw-r--r-- | net/ruby-tcpsocketpipe/pkg-plist | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net/ruby-tcpsocketpipe/Makefile b/net/ruby-tcpsocketpipe/Makefile index 659b6bad7f7a..5c0c054e23c0 100644 --- a/net/ruby-tcpsocketpipe/Makefile +++ b/net/ruby-tcpsocketpipe/Makefile @@ -6,29 +6,24 @@ # PORTNAME= tcpsocketpipe -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= net ruby -MASTER_SITES= ${MASTER_SITE_RUBY} -MASTER_SITE_SUBDIR= contrib +MASTER_SITES= http://rrr.jin.gr.jp/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= TCPSocketPipe-${PORTVERSION:S/./_/g} +DISTNAME= socketproxy.rb +EXTRACT_SUFX= # none DIST_SUBDIR= ruby +EXTRACT_ONLY= # none MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to create I/O pipes for TCP socket tunneling -RUN_DEPENDS= ${RUBY_SITELIBDIR}/dump.rb:${PORTSDIR}/converters/ruby-dump.rb - USE_RUBY= yes USE_RUBY_FEATURES= devel-logger NO_BUILD= yes do-install: - ${INSTALL_DATA} ${WRKSRC}/TCPSocketPipe.rb ${RUBY_SITELIBDIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/monitor.rb ${RUBY_MODEXAMPLESDIR}/ -.endif + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/socketproxy.rb ${RUBY_SITELIBDIR}/ .include <bsd.port.mk> diff --git a/net/ruby-tcpsocketpipe/distinfo b/net/ruby-tcpsocketpipe/distinfo index 4953ba9d66ea..f62f2a210741 100644 --- a/net/ruby-tcpsocketpipe/distinfo +++ b/net/ruby-tcpsocketpipe/distinfo @@ -1 +1 @@ -MD5 (ruby/TCPSocketPipe-1_8_1.tar.gz) = b6859eb56299539c605623f592afd8a0 +MD5 (ruby/socketproxy.rb) = 3501adb5db97c3652acbe3cb504a20e3 diff --git a/net/ruby-tcpsocketpipe/pkg-plist b/net/ruby-tcpsocketpipe/pkg-plist index f19c70ed94a1..ae9a87b7f6e1 100644 --- a/net/ruby-tcpsocketpipe/pkg-plist +++ b/net/ruby-tcpsocketpipe/pkg-plist @@ -1,3 +1 @@ -%%RUBY_SITELIBDIR%%/TCPSocketPipe.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/monitor.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%RUBY_SITELIBDIR%%/socketproxy.rb |