pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/p5-SVG
Module Name: pkgsrc
Committed By: wen
Date: Sun Jul 9 07:37:44 UTC 2017
Modified Files:
pkgsrc/graphics/p5-SVG: Makefile distinfo
Log Message:
Update to 2.78
Upstream changes:
2.78 2017.07.07 MANWAR
- Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved RT #121612.
2.77 2017.05.18 MANWAR
- Proposed fix to the following test failure:
http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a
2.76 2017.05.08 MANWAR
- Added AUTHOR ONLY test scripts (meta-json.t and meta-yml.t).
2.75 2017.05.07 MANWAR
- Tidied up unit test scripts and removed '+x' attributes.
- Tidied up SEE ALSO section in SVG::XML package pod.
2.74 2017.05.04 MANWAR
- Added key 'provides' to the Makefile.PL script as recommended by CPANTS.
2.73 2017.05.03 MANWAR
- Merged PR #8, thanks @CSSON. Modified slightly to keep tidyall happy.
- Correct some spelling errors that were detected by codespell.
- Don't insert whitespace between tag name and closing bracked when a tag has no attributes
2.72 2017.05.02 MANWAR
- Added test script t/00-load.t
- Fixed typo in the pod document.
2.71 2017.05.01 MANWAR
- Fixed issue RT #57000 with regard to be explici about SVG instance.
2.70 2017.04.27 MANWAR
- Added MIN_PERL_VERSION to the Makefile.PL script as suggested by CPANTS.
2.69 2017.04.20 MANWAR
- Fixed issue RT #118091, skip test if Perl::Tidy is missing.
2.68 2017.04.19 MANWAR
- Fixed issue RT #109521, adding min ver of Test::More v0.94.
2.67 2017.04.18 MANWAR
- Fixed the issue with regard to github respository info in the Makefile.PL script, thanks @KENTNL.
2.66 2017.04.17 MANWAR
- Addressed issue RT #121197 (incorrect meta spec), thanks @KENTNL.
- Added 'clean' and 'dist' keys to the Makefile.PL script.
- Tidied up .gitignore file.
- Added MANIFEST file, no need to generate every time.
2.65 2017.04.16 MANWAR
- Merged PR #9, correcting typo in the pod. Thanks @vti.
- Tidied up Changes file.
- Tidied up Makefile.PL script.
- Tidied up README file.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/p5-SVG/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/p5-SVG/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/p5-SVG/Makefile
diff -u pkgsrc/graphics/p5-SVG/Makefile:1.18 pkgsrc/graphics/p5-SVG/Makefile:1.19
--- pkgsrc/graphics/p5-SVG/Makefile:1.18 Mon Jun 5 14:24:01 2017
+++ pkgsrc/graphics/p5-SVG/Makefile Sun Jul 9 07:37:44 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/07/09 07:37:44 wen Exp $
#
-DISTNAME= SVG-2.64
+DISTNAME= SVG-2.78
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/}
Index: pkgsrc/graphics/p5-SVG/distinfo
diff -u pkgsrc/graphics/p5-SVG/distinfo:1.8 pkgsrc/graphics/p5-SVG/distinfo:1.9
--- pkgsrc/graphics/p5-SVG/distinfo:1.8 Sat Nov 14 03:57:58 2015
+++ pkgsrc/graphics/p5-SVG/distinfo Sun Jul 9 07:37:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/14 03:57:58 wen Exp $
+$NetBSD: distinfo,v 1.9 2017/07/09 07:37:44 wen Exp $
-SHA1 (SVG-2.64.tar.gz) = cc9258280e2e0794b4b55a4469d68de8bd4a3d9f
-RMD160 (SVG-2.64.tar.gz) = 3bc3c70cff0f9cd5cd13fe9b71f4989426de33ff
-SHA512 (SVG-2.64.tar.gz) = 81e5c7a10d07575b3bfa06c11aed8c47edfa0e65bb108feab13debb5155bfa3464f687ca142ee5fc9f3a0f01dea674c0c1daad69bff8aa2e263245e60891d914
-Size (SVG-2.64.tar.gz) = 52382 bytes
+SHA1 (SVG-2.78.tar.gz) = 3b9eb0f361823c6b6ab798a440fa7854acb329c5
+RMD160 (SVG-2.78.tar.gz) = 9fb253daa2504bd7bc97b2effb53ba5da48e0a77
+SHA512 (SVG-2.78.tar.gz) = fc1642df78a66b1e5f477ffb0cf873c36454d5296f974f2f88b6e1b7fb80b0f79b91dd377e54d9bbaf014ea1ffc11ceebe69750056c6d20a76f79b5fabc49643
+Size (SVG-2.78.tar.gz) = 53473 bytes
Home |
Main Index |
Thread Index |
Old Index