diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-15 15:53:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-15 15:53:37 +0000 |
commit | 48e92c564df9d91d5614235a5b7ea5bcccbac9cf (patch) | |
tree | 659d28ee52bab7aaef3f2b63e9420a6825161ab7 /print | |
parent | Upgrade to version 1.8. (diff) |
Upgrade to version 0.13
PR: 26548
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=41434
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-Text-PDF/Makefile | 2 | ||||
-rw-r--r-- | print/p5-Text-PDF/distinfo | 2 | ||||
-rw-r--r-- | print/p5-Text-PDF/pkg-plist | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile index e08489438a8f..8b522ed92223 100644 --- a/print/p5-Text-PDF/Makefile +++ b/print/p5-Text-PDF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-PDF -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= print perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff --git a/print/p5-Text-PDF/distinfo b/print/p5-Text-PDF/distinfo index ef981b4e554e..275f47566888 100644 --- a/print/p5-Text-PDF/distinfo +++ b/print/p5-Text-PDF/distinfo @@ -1 +1 @@ -MD5 (Text-PDF-0.12.tar.gz) = c8e075be1b2642a3b5d541293d961fc1 +MD5 (Text-PDF-0.13.tar.gz) = 1e30a4360c07de64ebcc747a2034a2ad diff --git a/print/p5-Text-PDF/pkg-plist b/print/p5-Text-PDF/pkg-plist index e10d4ab94c48..870872162d7f 100644 --- a/print/p5-Text-PDF/pkg-plist +++ b/print/p5-Text-PDF/pkg-plist @@ -18,10 +18,14 @@ lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/SFont.pm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Utils.pm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/TTFont.pm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Number.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/CD.CFG lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/graph.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/hello.pl lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfaddobj.pl lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfaddpg.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfcrop.pl lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfgetobj.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/test.pdf @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/PDF @dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples @dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF |