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 A0DB37A111 for ; Thu, 19 Jan 2017 09:02:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 534078564B; Thu, 19 Jan 2017 09:02:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D658085647 for ; Thu, 19 Jan 2017 09:02:42 +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 7TtgmzLa-opN for ; Thu, 19 Jan 2017 09:02:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 68A87855A7 for ; Thu, 19 Jan 2017 09:02:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66DD5FBA6; Thu, 19 Jan 2017 09:02:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484816562169940" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 09:02:42 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/ksaneplugin To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170119090242.66DD5FBA6@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. --_----------=_1484816562169940 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:02:42 UTC 2017 Modified Files: pkgsrc/graphics/ksaneplugin: Makefile distinfo Log Message: Update to ksaneplugin 16.12.0 minor changes To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/ksaneplugin/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/ksaneplugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484816562169940 Content-Disposition: inline Content-Length: 1890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ksaneplugin/Makefile diff -u pkgsrc/graphics/ksaneplugin/Makefile:1.32 pkgsrc/graphics/ksaneplugin/Makefile:1.33 --- pkgsrc/graphics/ksaneplugin/Makefile:1.32 Sun Jan 1 16:06:20 2017 +++ pkgsrc/graphics/ksaneplugin/Makefile Thu Jan 19 09:02:42 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:02:42 markd Exp $ -DISTNAME= ksaneplugin-15.12.0 -PKGREVISION= 3 +DISTNAME= ksaneplugin-16.12.0 CATEGORIES= graphics COMMENT= SANE Plugin for KDE -MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.12.0/src/} .include "../../meta-pkgs/kde4/Makefile.kde4" Index: pkgsrc/graphics/ksaneplugin/distinfo diff -u pkgsrc/graphics/ksaneplugin/distinfo:1.11 pkgsrc/graphics/ksaneplugin/distinfo:1.12 --- pkgsrc/graphics/ksaneplugin/distinfo:1.11 Sun Jan 10 19:45:09 2016 +++ pkgsrc/graphics/ksaneplugin/distinfo Thu Jan 19 09:02:42 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/01/10 19:45:09 markd Exp $ +$NetBSD: distinfo,v 1.12 2017/01/19 09:02:42 markd Exp $ -SHA1 (ksaneplugin-15.12.0.tar.xz) = 651d9fe094e0c7832c6398c272685fb15c24c1cb -RMD160 (ksaneplugin-15.12.0.tar.xz) = 03148226259881148028dd4271823bd5287b4914 -SHA512 (ksaneplugin-15.12.0.tar.xz) = 94d65f18cec0d0f3961ec353fb297b77800442f42075b2c9b1b68491a79de4336dbcae2b63594f5047d75bfa2d2f6fe1a02ec3451a9e419b11b39288224d6738 -Size (ksaneplugin-15.12.0.tar.xz) = 13140 bytes +SHA1 (ksaneplugin-16.12.0.tar.xz) = dd0be3dfc92cbff312aeb063642e15d6bb87a548 +RMD160 (ksaneplugin-16.12.0.tar.xz) = f44585ae463e6d9381ef84fb4bdec16b4084e1a5 +SHA512 (ksaneplugin-16.12.0.tar.xz) = 609f1813d196fd245979eaf7c44a7d06124dfce895c8033115c0c877f3bc34743dd9171967ccc65a15c49d6c98bb6c470567c919e841fed58632b00bf116cc98 +Size (ksaneplugin-16.12.0.tar.xz) = 13104 bytes --_----------=_1484816562169940--