diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile index 78b6d2c5eb21..e72362ea96c3 100644 --- a/devel/ruby-strscan/Makefile +++ b/devel/ruby-strscan/Makefile @@ -1,44 +1,44 @@ # New ports collection makefile for: Ruby-strscan # Date created: 7 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= strscan -PORTVERSION= 0.5.8 +PORTVERSION= 0.5.9 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www1.u-netsurf.ne.jp/~brew/mine/soft/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes DOCS_EN= README.en \ doc.en/changes.html doc.en/index.html \ doc.en/reference.html doc.en/usage.html DOCS_JA= doc.ja/changes.html doc.ja/index.html \ doc.ja/reference.html doc.ja/usage.html post-patch: ${PERL} -i -ne '/\bstrscan\b/ and print' ${WRKSRC}/lib/PATHCONV for d in amstd; do ${RM} -rf ${WRKSRC}/lib/$$d; done do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/strscan/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ja/ .endfor .endif .include diff --git a/devel/ruby-strscan/distinfo b/devel/ruby-strscan/distinfo index e8907aff366e..ed58b7ec3f83 100644 --- a/devel/ruby-strscan/distinfo +++ b/devel/ruby-strscan/distinfo @@ -1 +1 @@ -MD5 (ruby/strscan-0.5.8.tar.gz) = b92dbd46a187b85c1b408215f5907762 +MD5 (ruby/strscan-0.5.9.tar.gz) = 3f9084f8f6787a111e547ee02a903aaa diff --git a/devel/ruby-strscan/pkg-plist b/devel/ruby-strscan/pkg-plist index 1044a293c4e3..cec0a336ffa4 100644 --- a/devel/ruby-strscan/pkg-plist +++ b/devel/ruby-strscan/pkg-plist @@ -1,13 +1,14 @@ %%RUBY_SITEARCHLIBDIR%%/strscan.so %%RUBY_SITELIBDIR%%/scanner.rb +%%RUBY_SITELIBDIR%%/strscan.rb %%RUBY_DOCDIR%%/strscan/README.en %%RUBY_DOCDIR%%/strscan/changes.html %%RUBY_DOCDIR%%/strscan/index.html %%RUBY_DOCDIR%%/strscan/reference.html %%RUBY_DOCDIR%%/strscan/usage.html %%RUBY_DOCDIR%%/strscan/ja/changes.html %%RUBY_DOCDIR%%/strscan/ja/index.html %%RUBY_DOCDIR%%/strscan/ja/reference.html %%RUBY_DOCDIR%%/strscan/ja/usage.html @dirrm %%RUBY_DOCDIR%%/strscan/ja @dirrm %%RUBY_DOCDIR%%/strscan