summaryrefslogtreecommitdiff
path: root/graphics/p5-SVG/Makefile
diff options
context:
space:
mode:
authormef <mef>2015-03-07 01:31:39 +0000
committermef <mef>2015-03-07 01:31:39 +0000
commitdcdb3ce253879a74e227a45b2a69bbe043c8738b (patch)
tree434036aeaac2ff076d448cd1fff3f0b785e828ea /graphics/p5-SVG/Makefile
parent2d432a71b7d5291010fff44ae590b642116b6ca1 (diff)
downloadpkgsrc-dcdb3ce253879a74e227a45b2a69bbe043c8738b.tar.gz
Update 2.50 to 2.63
------------------- 2.63 2015.03.06 - Move SVG results from POD to external files. 2.62 2015.03.06 - Remove more duplicate pod. - Encoding of the pod RT #89414 2.61 2015.03.03 - Eliminate a bunch of duplicate documentation. - Skip tidy testing if module is not available (RT #102484) - POD formatting. 2.60 2015.03.03 - Convert source files to utf8 - Add more tests - css styles are now sorted to make it easeier to test - Run Perltidy on the code 2.59 2013.03.31 - Experiment to show images on MetaCPAN 2.56 2013.03.30 - Move all the content of SVG::Manual to SVG 2.55 2013.03.30 - Add an image to the pod generated by and example. - Rename SVG::Manual from .pm to .pod. - Stop violating the Subroutines::ProhibitExplicitReturnUndef policy, eliminate 'return undef' and return wantarray?():undef; from the code. 2.54 2013.02.16 - Update the dates in the Changes file. - Remove the function prototypes that don't work on methods anyway. Stop violating the Subroutines::ProhibitSubroutinePrototypes policy. 2.53 2012.08.09 - missing test file removed from MANIFEST (RT #78856) 2.52 2012.05.29 - move POD testing to xt/ - Some example cleanup - Shlomi Fish - removing prototype - Shlomi Fish - POD fixes - David Paleino 2.51 2012.03.30 - Maintenance by Gabor Szabo - Some documentation fixes. - Modernizing test suite. - Link to new public repository.
Diffstat (limited to 'graphics/p5-SVG/Makefile')
-rw-r--r--graphics/p5-SVG/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-SVG/Makefile b/graphics/p5-SVG/Makefile
index 217b116d70c..7245a3b59cd 100644
--- a/graphics/p5-SVG/Makefile
+++ b/graphics/p5-SVG/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:40 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/03/07 01:31:39 mef Exp $
#
-DISTNAME= SVG-2.50
+DISTNAME= SVG-2.63
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/}