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
This commit is contained in:
Akinori MUSHA 2002-11-25 18:17:23 +00:00
parent e1c61d4a56
commit 48ea4a0a49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71086
3 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (ruby/Text-Format-0.52.1.tar.gz) = 909ee58c33de4c142d4a1a39cf4aec4c
MD5 (ruby/Text-Format-0.52.2.tar.gz) = 43c5f9dad26e1db7e6e326105ccbb592

View File

@ -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