diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-16 18:13:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-16 18:13:09 +0000 |
commit | 0b54b44dc7fa1a2229f07f551628de213d9a4a2f (patch) | |
tree | 837808d9690d489719b4d09bc404bc300e3816ee /textproc/ruby-rdtool | |
parent | d831c0f9281da757bcd9413fce2bfee9811941fc (diff) | |
download | ports-0b54b44dc7fa1a2229f07f551628de213d9a4a2f.tar.gz ports-0b54b44dc7fa1a2229f07f551628de213d9a4a2f.zip |
Notes
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-rdtool/distinfo | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index f2c85037fea6..93b1ea37cc2e 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rdtool -PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTVERSION= 0.6.9 CATEGORIES= textproc ruby MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -39,7 +38,6 @@ do-configure: post-patch: ${RUBY} -i -pe 'gsub %r"/usr/local\b", "${PREFIX}"' ${WRKSRC}/utils/rdswap.rb - ${RUBY} -i -pe 'gsub %r"(\(\(<URL:.*[^)])$$", "\\1>))"' ${WRKSRC}/doc/rd-draft.rd* pre-build: @cd ${WRKSRC}; \ @@ -58,7 +56,6 @@ post-install: ${LN} -sf rmi2html.rb ${PREFIX}/bin/rmi2html ${INSTALL_DATA} ${WRKSRC}/rd/rd2rmi-lib.rb ${RUBY_SITELIBDIR}/rd/ ${INSTALL_SCRIPT} ${WRKSRC}/utils/rdswap.rb ${PREFIX}/bin/rdswap - ${INSTALL_DATA} ${WRKSRC}/rd/dot.rd2rc ${RUBY_SITELIBDIR}/rd/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/rd ${INSTALL_DATA} ${WRKSRC}/rd/dot.rd2rc ${RUBY_EXAMPLESDIR}/rd/ diff --git a/textproc/ruby-rdtool/distinfo b/textproc/ruby-rdtool/distinfo index d4ca7823be8d..ed283d82ef76 100644 --- a/textproc/ruby-rdtool/distinfo +++ b/textproc/ruby-rdtool/distinfo @@ -1 +1 @@ -MD5 (ruby/rdtool-0.6.8.tar.gz) = bca5c7e8ba63099362cbd84f799ea325 +MD5 (ruby/rdtool-0.6.9.tar.gz) = 4e20590933c8301c74b6c8c0a1175c16 |