diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-03-03 14:12:19 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-03-03 14:12:19 +0000 |
commit | a1207c3318aac161010bae0d5d737656baac18c0 (patch) | |
tree | 909e1ea62fe7a9c31c1fbbd1228fc083933e503f /textproc/p5-Text-Trac | |
parent | c3abbc523ff5937b862da928e5300099ab219c5e (diff) | |
download | ports-a1207c3318aac161010bae0d5d737656baac18c0.tar.gz ports-a1207c3318aac161010bae0d5d737656baac18c0.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Trac')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/pkg-plist | 28 |
3 files changed, 20 insertions, 16 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index 06807bb66aaf..b1cec244945e 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Trac -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff --git a/textproc/p5-Text-Trac/distinfo b/textproc/p5-Text-Trac/distinfo index ab956f356fd3..2fec741058fb 100644 --- a/textproc/p5-Text-Trac/distinfo +++ b/textproc/p5-Text-Trac/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Trac-0.05.tar.gz) = 201cef266e39b48748d572b96caf2413 -SHA256 (Text-Trac-0.05.tar.gz) = fe54495664aa1c30ba55ae12d8ced25e0026548c177bd9d9048cf02f2118f3b7 -SIZE (Text-Trac-0.05.tar.gz) = 7980 +MD5 (Text-Trac-0.06.tar.gz) = 5b9645e285e2b6b1e282e9bf96be1fd3 +SHA256 (Text-Trac-0.06.tar.gz) = 7ab50dafdebaa9749f393baa9971f9e39e2d688ae6c6907a425d819ea3cdf2c5 +SIZE (Text-Trac-0.06.tar.gz) = 29136 diff --git a/textproc/p5-Text-Trac/pkg-plist b/textproc/p5-Text-Trac/pkg-plist index d7422f8d8823..2249ecd8ceeb 100644 --- a/textproc/p5-Text-Trac/pkg-plist +++ b/textproc/p5-Text-Trac/pkg-plist @@ -1,31 +1,35 @@ @comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac/.packlist %%SITE_PERL%%/Text/Trac.pm -%%SITE_PERL%%/Text/Trac/AutoLinkHttp.pm %%SITE_PERL%%/Text/Trac/BlockNode.pm %%SITE_PERL%%/Text/Trac/Blockquote.pm -%%SITE_PERL%%/Text/Trac/Bold.pm -%%SITE_PERL%%/Text/Trac/BoldItalic.pm -%%SITE_PERL%%/Text/Trac/Br.pm %%SITE_PERL%%/Text/Trac/Context.pm %%SITE_PERL%%/Text/Trac/Dl.pm %%SITE_PERL%%/Text/Trac/Heading.pm %%SITE_PERL%%/Text/Trac/Hr.pm %%SITE_PERL%%/Text/Trac/InlineNode.pm -%%SITE_PERL%%/Text/Trac/Italic.pm -%%SITE_PERL%%/Text/Trac/Monospace.pm +%%SITE_PERL%%/Text/Trac/LinkResolver.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Attachment.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Changeset.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Log.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Milestone.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Report.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Source.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Ticket.pm +%%SITE_PERL%%/Text/Trac/LinkResolver/Wiki.pm +%%SITE_PERL%%/Text/Trac/Macro.pm +%%SITE_PERL%%/Text/Trac/Macro/HelloWorld.pm +%%SITE_PERL%%/Text/Trac/Macro/Timestamp.pm %%SITE_PERL%%/Text/Trac/Node.pm %%SITE_PERL%%/Text/Trac/Ol.pm %%SITE_PERL%%/Text/Trac/P.pm %%SITE_PERL%%/Text/Trac/Pre.pm -%%SITE_PERL%%/Text/Trac/Strike.pm -%%SITE_PERL%%/Text/Trac/Sub.pm -%%SITE_PERL%%/Text/Trac/Sup.pm %%SITE_PERL%%/Text/Trac/Table.pm %%SITE_PERL%%/Text/Trac/Text.pm %%SITE_PERL%%/Text/Trac/Ul.pm -%%SITE_PERL%%/Text/Trac/Underline.pm -@dirrmtry %%SITE_PERL%%/Text/Trac +@dirrm %%SITE_PERL%%/Text/Trac/LinkResolver +@dirrm %%SITE_PERL%%/Text/Trac/Macro +@dirrm %%SITE_PERL%%/Text/Trac @dirrmtry %%SITE_PERL%%/Text -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |