Update to 0.8.14.

This commit is contained in:
Akinori MUSHA 2000-11-18 21:00:22 +00:00
parent d08cb22229
commit cbd5e6a1b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35242
6 changed files with 18 additions and 18 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= tmail PORTNAME= tmail
PORTVERSION= 0.8.13 PORTVERSION= 0.8.14
CATEGORIES= mail ruby CATEGORIES= mail ruby
MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www1.u-netsurf.ne.jp/~brew/mine/soft/ http://www1.u-netsurf.ne.jp/~brew/mine/soft/
@ -24,7 +24,7 @@ USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes USE_RUBY_SETUP= yes
post-patch: post-patch:
${PERL} -i -ne '/\btmail\b/ and print' \ ${RUBY} -i -ne '/\btmail\b/ and print' \
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done
for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done

View file

@ -1 +1 @@
MD5 (ruby/tmail-0.8.13.tar.gz) = 4e093fe079bce3ea07bbcfd0603d5eb3 MD5 (ruby/tmail-0.8.14.tar.gz) = 9b8c23c36f58cb4cf06ad29d86084409

View file

@ -1,12 +1,12 @@
%%RUBY_SITEARCHLIBDIR%%/tmail/mails.so %%RUBY_SITEARCHLIBDIR%%/tmail/mails.so
@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail @dirrm %%RUBY_SITEARCHLIBDIR%%/tmail
%%RUBY_SITELIBDIR%%/tmail/encode.rb %%RUBY_SITELIBDIR%%/tmail/encode.rb
%%RUBY_SITELIBDIR%%/tmail/info.rb
%%RUBY_SITELIBDIR%%/tmail/mailp.rb
%%RUBY_SITELIBDIR%%/tmail/port.rb
%%RUBY_SITELIBDIR%%/tmail/field.rb %%RUBY_SITELIBDIR%%/tmail/field.rb
%%RUBY_SITELIBDIR%%/tmail/info.rb
%%RUBY_SITELIBDIR%%/tmail/loader.rb %%RUBY_SITELIBDIR%%/tmail/loader.rb
%%RUBY_SITELIBDIR%%/tmail/mails.rb %%RUBY_SITELIBDIR%%/tmail/parsemail.rb
%%RUBY_SITELIBDIR%%/tmail/port.rb
%%RUBY_SITELIBDIR%%/tmail/scanmail.rb
%%RUBY_SITELIBDIR%%/tmail/tmail.rb %%RUBY_SITELIBDIR%%/tmail/tmail.rb
@dirrm %%RUBY_SITELIBDIR%%/tmail @dirrm %%RUBY_SITELIBDIR%%/tmail
%%RUBY_EXAMPLESDIR%%/tmail/from-check.rb %%RUBY_EXAMPLESDIR%%/tmail/from-check.rb
@ -15,10 +15,10 @@
%%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb %%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb
%%RUBY_EXAMPLESDIR%%/tmail/parse-test.rb %%RUBY_EXAMPLESDIR%%/tmail/parse-test.rb
%%RUBY_EXAMPLESDIR%%/tmail/sendmail.rb %%RUBY_EXAMPLESDIR%%/tmail/sendmail.rb
%%RUBY_EXAMPLESDIR%%/tmail/m/normal
%%RUBY_EXAMPLESDIR%%/tmail/m/simple
%%RUBY_EXAMPLESDIR%%/tmail/m/multipart %%RUBY_EXAMPLESDIR%%/tmail/m/multipart
%%RUBY_EXAMPLESDIR%%/tmail/m/normal
%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest %%RUBY_EXAMPLESDIR%%/tmail/m/sendtest
%%RUBY_EXAMPLESDIR%%/tmail/m/simple
@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m @dirrm %%RUBY_EXAMPLESDIR%%/tmail/m
@dirrm %%RUBY_EXAMPLESDIR%%/tmail @dirrm %%RUBY_EXAMPLESDIR%%/tmail
%%RUBY_DOCDIR%%/tmail/README.en %%RUBY_DOCDIR%%/tmail/README.en

View file

@ -6,7 +6,7 @@
# #
PORTNAME= tmail PORTNAME= tmail
PORTVERSION= 0.8.13 PORTVERSION= 0.8.14
CATEGORIES= mail ruby CATEGORIES= mail ruby
MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www1.u-netsurf.ne.jp/~brew/mine/soft/ http://www1.u-netsurf.ne.jp/~brew/mine/soft/
@ -24,7 +24,7 @@ USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes USE_RUBY_SETUP= yes
post-patch: post-patch:
${PERL} -i -ne '/\btmail\b/ and print' \ ${RUBY} -i -ne '/\btmail\b/ and print' \
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done
for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done

View file

@ -1 +1 @@
MD5 (ruby/tmail-0.8.13.tar.gz) = 4e093fe079bce3ea07bbcfd0603d5eb3 MD5 (ruby/tmail-0.8.14.tar.gz) = 9b8c23c36f58cb4cf06ad29d86084409

View file

@ -1,12 +1,12 @@
%%RUBY_SITEARCHLIBDIR%%/tmail/mails.so %%RUBY_SITEARCHLIBDIR%%/tmail/mails.so
@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail @dirrm %%RUBY_SITEARCHLIBDIR%%/tmail
%%RUBY_SITELIBDIR%%/tmail/encode.rb %%RUBY_SITELIBDIR%%/tmail/encode.rb
%%RUBY_SITELIBDIR%%/tmail/info.rb
%%RUBY_SITELIBDIR%%/tmail/mailp.rb
%%RUBY_SITELIBDIR%%/tmail/port.rb
%%RUBY_SITELIBDIR%%/tmail/field.rb %%RUBY_SITELIBDIR%%/tmail/field.rb
%%RUBY_SITELIBDIR%%/tmail/info.rb
%%RUBY_SITELIBDIR%%/tmail/loader.rb %%RUBY_SITELIBDIR%%/tmail/loader.rb
%%RUBY_SITELIBDIR%%/tmail/mails.rb %%RUBY_SITELIBDIR%%/tmail/parsemail.rb
%%RUBY_SITELIBDIR%%/tmail/port.rb
%%RUBY_SITELIBDIR%%/tmail/scanmail.rb
%%RUBY_SITELIBDIR%%/tmail/tmail.rb %%RUBY_SITELIBDIR%%/tmail/tmail.rb
@dirrm %%RUBY_SITELIBDIR%%/tmail @dirrm %%RUBY_SITELIBDIR%%/tmail
%%RUBY_EXAMPLESDIR%%/tmail/from-check.rb %%RUBY_EXAMPLESDIR%%/tmail/from-check.rb
@ -15,10 +15,10 @@
%%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb %%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb
%%RUBY_EXAMPLESDIR%%/tmail/parse-test.rb %%RUBY_EXAMPLESDIR%%/tmail/parse-test.rb
%%RUBY_EXAMPLESDIR%%/tmail/sendmail.rb %%RUBY_EXAMPLESDIR%%/tmail/sendmail.rb
%%RUBY_EXAMPLESDIR%%/tmail/m/normal
%%RUBY_EXAMPLESDIR%%/tmail/m/simple
%%RUBY_EXAMPLESDIR%%/tmail/m/multipart %%RUBY_EXAMPLESDIR%%/tmail/m/multipart
%%RUBY_EXAMPLESDIR%%/tmail/m/normal
%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest %%RUBY_EXAMPLESDIR%%/tmail/m/sendtest
%%RUBY_EXAMPLESDIR%%/tmail/m/simple
@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m @dirrm %%RUBY_EXAMPLESDIR%%/tmail/m
@dirrm %%RUBY_EXAMPLESDIR%%/tmail @dirrm %%RUBY_EXAMPLESDIR%%/tmail
%%RUBY_DOCDIR%%/tmail/README.en %%RUBY_DOCDIR%%/tmail/README.en