diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-08 14:38:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-08 14:38:01 +0000 |
commit | 4f028cfd2d24d0544cbe41d22f1e62b723ec8f66 (patch) | |
tree | abff96b5720f846b5f7a247a531dde338a8d0660 /mail/rubygem-tmail | |
parent | 3e226486cb9492627ecc5fa8e9d25ecc1bd57f93 (diff) | |
download | ports-4f028cfd2d24d0544cbe41d22f1e62b723ec8f66.tar.gz ports-4f028cfd2d24d0544cbe41d22f1e62b723ec8f66.zip |
Notes
Diffstat (limited to 'mail/rubygem-tmail')
-rw-r--r-- | mail/rubygem-tmail/Makefile | 14 | ||||
-rw-r--r-- | mail/rubygem-tmail/distinfo | 2 | ||||
-rw-r--r-- | mail/rubygem-tmail/pkg-plist | 4 |
3 files changed, 13 insertions, 7 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index fb1ca9499016..be6eabe923b5 100644 --- a/mail/rubygem-tmail/Makefile +++ b/mail/rubygem-tmail/Makefile @@ -6,31 +6,35 @@ # PORTNAME= tmail -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= mail ruby MASTER_SITES= http://www.loveruby.net/archive/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION}-all DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ + ${RUBY_SITELIBDIR}/fileutils.rb:${PORTSDIR}/devel/ruby-fileutils \ ${RUBY_SITELIBDIR}/strscan.rb:${PORTSDIR}/devel/ruby-strscan USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes -CONFIGURE_ARGS= --with=ext/b64,ext/mails,lib/tmail +CONFIGURE_ARGS= --with=tmail + +WRKDIR_TMAIL= ${WRKSRC}/packages/tmail do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${CP} -R ${WRKDIR_TMAIL}/sample/ ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja - ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/${PORTNAME}/ - ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/${PORTNAME}/ja/ + ${CP} -R ${WRKDIR_TMAIL}/README.en ${WRKDIR_TMAIL}/doc.en/* ${RUBY_DOCDIR}/${PORTNAME}/ + ${CP} -R ${WRKDIR_TMAIL}/README.ja ${WRKDIR_TMAIL}/doc.ja/* ${RUBY_DOCDIR}/${PORTNAME}/ja/ .endif .include <bsd.port.mk> diff --git a/mail/rubygem-tmail/distinfo b/mail/rubygem-tmail/distinfo index 9aa724033c7e..dd7423cbdb8e 100644 --- a/mail/rubygem-tmail/distinfo +++ b/mail/rubygem-tmail/distinfo @@ -1 +1 @@ -MD5 (ruby/tmail-0.9.7.tar.gz) = c80097ee2049f95bbfcf95690fc4d31e +MD5 (ruby/tmail-0.9.8-all.tar.gz) = a5a131568da1a5f81bc98a4ed039c5dd diff --git a/mail/rubygem-tmail/pkg-plist b/mail/rubygem-tmail/pkg-plist index d9336244bb70..3b4671567a5e 100644 --- a/mail/rubygem-tmail/pkg-plist +++ b/mail/rubygem-tmail/pkg-plist @@ -27,16 +27,18 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/normal %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/simple +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/test %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tmail %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/README.en +%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/basics.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/bugs.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/changes.html -%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/concept.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/field.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/index.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/item.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/loader.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/mail.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/port.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/tmail.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/README.ja |