diff options
author | skv <skv@FreeBSD.org> | 2004-01-19 21:59:44 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-01-19 21:59:44 +0800 |
commit | 8ad922af325f3fc6bdae78fde4c97a47c30d0d8a (patch) | |
tree | 292098e0d0e21bf2dbdb6d5825bb03bd5278bcd3 /textproc/p5-SVG | |
parent | 5417f6d5441dd91ed99d73e9d4bddd18a1777872 (diff) | |
download | freebsd-ports-gnome-8ad922af325f3fc6bdae78fde4c97a47c30d0d8a.tar.gz freebsd-ports-gnome-8ad922af325f3fc6bdae78fde4c97a47c30d0d8a.tar.zst freebsd-ports-gnome-8ad922af325f3fc6bdae78fde4c97a47c30d0d8a.zip |
Updated to 2.28
Diffstat (limited to 'textproc/p5-SVG')
-rw-r--r-- | textproc/p5-SVG/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-SVG/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index 8e499593a1cc..a4e7ab106c85 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVG -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= textproc graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SVG diff --git a/textproc/p5-SVG/distinfo b/textproc/p5-SVG/distinfo index 63e1f372627b..9332fc51e248 100644 --- a/textproc/p5-SVG/distinfo +++ b/textproc/p5-SVG/distinfo @@ -1 +1 @@ -MD5 (SVG-2.27.tar.gz) = d7af31798b18927ff1e569a1e2d3a7e6 +MD5 (SVG-2.28.tar.gz) = e7dff9f12eb1e2d21cbc2f6a5e06f630 diff --git a/textproc/p5-SVG/pkg-plist b/textproc/p5-SVG/pkg-plist index 172aafd2bd96..6f346f1505b4 100644 --- a/textproc/p5-SVG/pkg-plist +++ b/textproc/p5-SVG/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/SVG.pm %%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 @unexec rmdir %D/%%SITE_PERL%%/SVG 2>/dev/null || true @@ -16,6 +17,7 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/sun_text_sample.pl %%PORTDOCS%%%%EXAMPLESDIR%%/svg.pl %%PORTDOCS%%%%EXAMPLESDIR%%/svg_dom_sample.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/svg_gd_simple_1.pl %%PORTDOCS%%%%EXAMPLESDIR%%/svgtest2.pl %%PORTDOCS%%%%EXAMPLESDIR%%/yaph5.cgi %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |