diff options
author | knu <knu@FreeBSD.org> | 2002-11-26 02:17:23 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-26 02:17:23 +0800 |
commit | 749cfea2a91e5ab244ae873d42b73037285603d1 (patch) | |
tree | 8f9b1147c8d8b3c8e1748dfd6519f4918d0ec93d /textproc | |
parent | 9a90a463e1850ed608ed8b9a7edf0a00c72dfb05 (diff) | |
download | freebsd-ports-graphics-749cfea2a91e5ab244ae873d42b73037285603d1.tar.gz freebsd-ports-graphics-749cfea2a91e5ab244ae873d42b73037285603d1.tar.zst freebsd-ports-graphics-749cfea2a91e5ab244ae873d42b73037285603d1.zip |
Fix the fetch problem by updating to the latest version, 0.52.2, which
seems to be a reroll of 0.52.1 with some typos fixed.
Submitted by: fenner's portsurvey
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-text-format/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-text-format/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-text-format/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ruby-text-format/Makefile b/textproc/ruby-text-format/Makefile index c092867a4be..a67f5259da9 100644 --- a/textproc/ruby-text-format/Makefile +++ b/textproc/ruby-text-format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= text-format -PORTVERSION= 0.52.1 +PORTVERSION= 0.52.2 CATEGORIES= textproc ruby MASTER_SITES= http://www.halostatue.ca/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ do-install: cd ${WRKSRC}; ${RUBY} install.rb .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} - ${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/ + ${CP} -R ${WRKSRC}/Changelog ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/ .endif .include <bsd.port.mk> diff --git a/textproc/ruby-text-format/distinfo b/textproc/ruby-text-format/distinfo index a5538497985..a69f8f728b1 100644 --- a/textproc/ruby-text-format/distinfo +++ b/textproc/ruby-text-format/distinfo @@ -1 +1 @@ -MD5 (ruby/Text-Format-0.52.1.tar.gz) = 909ee58c33de4c142d4a1a39cf4aec4c +MD5 (ruby/Text-Format-0.52.2.tar.gz) = 43c5f9dad26e1db7e6e326105ccbb592 diff --git a/textproc/ruby-text-format/pkg-plist b/textproc/ruby-text-format/pkg-plist index d105fe174f0..a736f360ce3 100644 --- a/textproc/ruby-text-format/pkg-plist +++ b/textproc/ruby-text-format/pkg-plist @@ -1,5 +1,6 @@ %%RUBY_SITELIBDIR%%/Text/Format.rb @dirrm %%RUBY_SITELIBDIR%%/Text +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Changelog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Text/Format.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Text/Format.src/M000001.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Text/Format.src/M000002.html |