Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E39D27A111 for ; Thu, 19 Jan 2017 09:06:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 999A985657; Thu, 19 Jan 2017 09:06:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25A8485651 for ; Thu, 19 Jan 2017 09:06:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sUVJHWarDPTT for ; Thu, 19 Jan 2017 09:06:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ABEB88557D for ; Thu, 19 Jan 2017 09:06:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9F3AFBA6; Thu, 19 Jan 2017 09:06:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148481678295050" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 09:06:22 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/svgpart To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170119090622.A9F3AFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148481678295050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jan 19 09:06:22 UTC 2017 Modified Files: pkgsrc/graphics/svgpart: Makefile distinfo Log Message: Update to svgpart 16.08.0 minor changes - last kde4 version To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/svgpart/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/svgpart/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148481678295050 Content-Disposition: inline Content-Length: 1801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/svgpart/Makefile diff -u pkgsrc/graphics/svgpart/Makefile:1.32 pkgsrc/graphics/svgpart/Makefile:1.33 --- pkgsrc/graphics/svgpart/Makefile:1.32 Sun Jan 1 16:06:20 2017 +++ pkgsrc/graphics/svgpart/Makefile Thu Jan 19 09:06:22 2017 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2017/01/01 16:06:20 adam Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/19 09:06:22 markd Exp $ -DISTNAME= svgpart-15.12.0 -PKGREVISION= 3 +DISTNAME= svgpart-16.08.0 CATEGORIES= graphics COMMENT= KDE svg part -MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.08.0/src/} .include "../../meta-pkgs/kde4/Makefile.kde4" Index: pkgsrc/graphics/svgpart/distinfo diff -u pkgsrc/graphics/svgpart/distinfo:1.11 pkgsrc/graphics/svgpart/distinfo:1.12 --- pkgsrc/graphics/svgpart/distinfo:1.11 Sun Jan 10 19:41:14 2016 +++ pkgsrc/graphics/svgpart/distinfo Thu Jan 19 09:06:22 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/01/10 19:41:14 markd Exp $ +$NetBSD: distinfo,v 1.12 2017/01/19 09:06:22 markd Exp $ -SHA1 (svgpart-15.12.0.tar.xz) = a963d61e5bc6164f0af1a3687df0d4f42d62a7be -RMD160 (svgpart-15.12.0.tar.xz) = 26d1f224e75411d55ba2cd84fc884b7374cdbd9b -SHA512 (svgpart-15.12.0.tar.xz) = 1bff6300f23397f418158f97ef9bc937d4e404c1d857345b94752db2a571e9f804db6837d320531be65ec1944aecb4f5641c6103f9c6687241375b1b6379371c -Size (svgpart-15.12.0.tar.xz) = 9028 bytes +SHA1 (svgpart-16.08.0.tar.xz) = c53cdfcf9d22f4660091670fca9d126b571fb366 +RMD160 (svgpart-16.08.0.tar.xz) = 971aef8cdf518e065d30087279ea9425b3c36110 +SHA512 (svgpart-16.08.0.tar.xz) = 536422345576a027638818f1f105f5c6b7e71f20d33d7b59039c0117aef9b5886743e11677a2ef6f57cff035f96f9c830bfa095c752886b4db7dbb280978df9a +Size (svgpart-16.08.0.tar.xz) = 9024 bytes --_----------=_148481678295050--