Received: by mail.netbsd.org (Postfix, from userid 605) id B3A8B84DDA; Sat, 30 Dec 2017 14:27:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54B8884DDA for ; Sat, 30 Dec 2017 14:21:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id F90rdTrVs3i1 for ; Sat, 30 Dec 2017 14:21:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D986684C2E for ; Sat, 30 Dec 2017 14:21:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D747DFB40; Sat, 30 Dec 2017 14:21:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514643687239340" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 14:21:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-SVG To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171230142127.D747DFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1514643687239340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 30 14:21:27 UTC 2017 Modified Files: pkgsrc/graphics/p5-SVG: Makefile distinfo Log Message: p5-SVG: update to 2.82. 2.82 2017.12.18 MANWAR - Fixed subquery (txn-1762542) of the issue RT #123896. 2.81 2017.12.17 MANWAR - Fixed issue RT #123896 (trailing space in credit comment). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/p5-SVG/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/p5-SVG/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514643687239340 Content-Disposition: inline Content-Length: 1580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-SVG/Makefile diff -u pkgsrc/graphics/p5-SVG/Makefile:1.20 pkgsrc/graphics/p5-SVG/Makefile:1.21 --- pkgsrc/graphics/p5-SVG/Makefile:1.20 Sun Dec 3 08:38:09 2017 +++ pkgsrc/graphics/p5-SVG/Makefile Sat Dec 30 14:21:27 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2017/12/03 08:38:09 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/12/30 14:21:27 wiz Exp $ -DISTNAME= SVG-2.80 +DISTNAME= SVG-2.82 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/} Index: pkgsrc/graphics/p5-SVG/distinfo diff -u pkgsrc/graphics/p5-SVG/distinfo:1.10 pkgsrc/graphics/p5-SVG/distinfo:1.11 --- pkgsrc/graphics/p5-SVG/distinfo:1.10 Sun Dec 3 08:38:09 2017 +++ pkgsrc/graphics/p5-SVG/distinfo Sat Dec 30 14:21:27 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/12/03 08:38:09 wiz Exp $ +$NetBSD: distinfo,v 1.11 2017/12/30 14:21:27 wiz Exp $ -SHA1 (SVG-2.80.tar.gz) = c17b7e7a71eaf47189a838f1fea5d82197442e49 -RMD160 (SVG-2.80.tar.gz) = c065636e64b59135c0dd86c2a9e1c24d769624e2 -SHA512 (SVG-2.80.tar.gz) = acbd9c7b0b074aae11c2727faf1e20151a2a9de809461fcffaf0b8aa91fe33f70c496ee29f123ec4d2492431b5a8af01b35b687b7c9163f049b5f908b1a22caf -Size (SVG-2.80.tar.gz) = 53538 bytes +SHA1 (SVG-2.82.tar.gz) = 4500ecb3ef47d420f7a51fce2f9e4db4a82097c1 +RMD160 (SVG-2.82.tar.gz) = fffbcd459b5e017b9a9c9091df954ea58e5000ef +SHA512 (SVG-2.82.tar.gz) = 4241cfdc05758d90b7c2fd8a0fd2df1a8a95bad6859a6e30eb2f05a6c6e15f37ab9739304e956929f48b20a41c2b309fc97854440a4a1350a4badd515c7041a5 +Size (SVG-2.82.tar.gz) = 53717 bytes --_----------=_1514643687239340--