svn commit: r319371 - head/textproc/p5-SVG

Philippe Audeoud jadawin at FreeBSD.org
Wed May 29 14:08:28 UTC 2013


Author: jadawin
Date: Wed May 29 14:08:27 2013
New Revision: 319371
URL: http://svnweb.freebsd.org/changeset/ports/319371

Log:
  - Update to 2.59
  - Changelog: http://search.cpan.org/src/SZABGAB/SVG-2.59/Changes

Modified:
  head/textproc/p5-SVG/Makefile
  head/textproc/p5-SVG/distinfo   (contents, props changed)
  head/textproc/p5-SVG/pkg-plist   (contents, props changed)

Modified: head/textproc/p5-SVG/Makefile
==============================================================================
--- head/textproc/p5-SVG/Makefile	Wed May 29 13:52:07 2013	(r319370)
+++ head/textproc/p5-SVG/Makefile	Wed May 29 14:08:27 2013	(r319371)
@@ -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>
 

Modified: head/textproc/p5-SVG/distinfo
==============================================================================
--- head/textproc/p5-SVG/distinfo	Wed May 29 13:52:07 2013	(r319370)
+++ head/textproc/p5-SVG/distinfo	Wed May 29 14:08:27 2013	(r319371)
@@ -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

Modified: head/textproc/p5-SVG/pkg-plist
==============================================================================
--- head/textproc/p5-SVG/pkg-plist	Wed May 29 13:52:07 2013	(r319370)
+++ head/textproc/p5-SVG/pkg-plist	Wed May 29 14:08:27 2013	(r319371)
@@ -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


More information about the svn-ports-all mailing list