mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 0.8.14.
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tmail
|
||||
PORTVERSION= 0.8.13
|
||||
PORTVERSION= 0.8.14
|
||||
CATEGORIES= mail ruby
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www1.u-netsurf.ne.jp/~brew/mine/soft/
|
||||
|
@ -24,7 +24,7 @@ USE_RUBY_AMSTD= yes
|
|||
USE_RUBY_SETUP= yes
|
||||
|
||||
post-patch:
|
||||
${PERL} -i -ne '/\btmail\b/ and print' \
|
||||
${RUBY} -i -ne '/\btmail\b/ and print' \
|
||||
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
|
||||
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/tmail-0.8.13.tar.gz) = 4e093fe079bce3ea07bbcfd0603d5eb3
|
||||
MD5 (ruby/tmail-0.8.14.tar.gz) = 9b8c23c36f58cb4cf06ad29d86084409
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/tmail/mails.so
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail
|
||||
%%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/info.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
|
||||
@dirrm %%RUBY_SITELIBDIR%%/tmail
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/from-check.rb
|
||||
|
@ -15,10 +15,10 @@
|
|||
%%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/parse-test.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/normal
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/m/simple
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/tmail
|
||||
%%RUBY_DOCDIR%%/tmail/README.en
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tmail
|
||||
PORTVERSION= 0.8.13
|
||||
PORTVERSION= 0.8.14
|
||||
CATEGORIES= mail ruby
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www1.u-netsurf.ne.jp/~brew/mine/soft/
|
||||
|
@ -24,7 +24,7 @@ USE_RUBY_AMSTD= yes
|
|||
USE_RUBY_SETUP= yes
|
||||
|
||||
post-patch:
|
||||
${PERL} -i -ne '/\btmail\b/ and print' \
|
||||
${RUBY} -i -ne '/\btmail\b/ and print' \
|
||||
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
|
||||
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/tmail-0.8.13.tar.gz) = 4e093fe079bce3ea07bbcfd0603d5eb3
|
||||
MD5 (ruby/tmail-0.8.14.tar.gz) = 9b8c23c36f58cb4cf06ad29d86084409
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/tmail/mails.so
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail
|
||||
%%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/info.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
|
||||
@dirrm %%RUBY_SITELIBDIR%%/tmail
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/from-check.rb
|
||||
|
@ -15,10 +15,10 @@
|
|||
%%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/parse-test.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/normal
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest
|
||||
%%RUBY_EXAMPLESDIR%%/tmail/m/simple
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/tmail
|
||||
%%RUBY_DOCDIR%%/tmail/README.en
|
||||
|
|
Loading…
Add table
Reference in a new issue