diff options
-rw-r--r-- | textproc/p5-SVG/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-SVG/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index 56dbd2082b77..3f9551c29de7 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVG -PORTVERSION= 2.54 +PORTVERSION= 2.59 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,7 @@ PERL_CONFIGURE= yes USE_DOS2UNIX= yes MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \ - SVG::Manual.3 SVG::XML.3 + SVG::XML.3 .include <bsd.port.options.mk> diff --git a/textproc/p5-SVG/distinfo b/textproc/p5-SVG/distinfo index f8b8ffeab4a2..9700037bf211 100644 --- a/textproc/p5-SVG/distinfo +++ b/textproc/p5-SVG/distinfo @@ -1,2 +1,2 @@ -SHA256 (SVG-2.54.tar.gz) = a8f940f6adf606e42b6e29b2130a1770c0ab213ca3cd1f51a937a520e22d5a45 -SIZE (SVG-2.54.tar.gz) = 53926 +SHA256 (SVG-2.59.tar.gz) = e1e60e590718c2de5bda17a76283fdeb137761b69da2121c03d9630257e8ba3a +SIZE (SVG-2.59.tar.gz) = 54926 diff --git a/textproc/p5-SVG/pkg-plist b/textproc/p5-SVG/pkg-plist index fca4bcf75690..65d347cceefa 100644 --- a/textproc/p5-SVG/pkg-plist +++ b/textproc/p5-SVG/pkg-plist @@ -3,7 +3,6 @@ %%SITE_PERL%%/SVG/DOM.pm %%SITE_PERL%%/SVG/Element.pm %%SITE_PERL%%/SVG/Extension.pm -%%SITE_PERL%%/SVG/Manual.pm %%SITE_PERL%%/SVG/XML.pm @dirrmtry %%SITE_PERL%%/SVG @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG @@ -12,13 +11,14 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/03_circle_and_square.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/SVG_02_sample.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/attributeManip.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/circle.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_sample.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inline_sample.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inlinesvg.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/minsvg.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/starpath.cgi +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/svg2png.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sun_text_sample.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/svg.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/svg_dom_sample.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/svgtest2.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaph5.cgi |