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 6DA177A26C for ; Thu, 19 Jan 2017 09:01:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1FCCE85645; Thu, 19 Jan 2017 09:01:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A479D855A7 for ; Thu, 19 Jan 2017 09:01:20 +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 2B2mkWSaLdI2 for ; Thu, 19 Jan 2017 09:01:20 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 324FA8557D for ; Thu, 19 Jan 2017 09:01:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 305DCFBA6; Thu, 19 Jan 2017 09:01:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484816480167370" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 09:01:20 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/kolourpaint To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170119090120.305DCFBA6@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. --_----------=_1484816480167370 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:01:20 UTC 2017 Modified Files: pkgsrc/graphics/kolourpaint: Makefile distinfo Log Message: Update to kolourpaint 16.04.0 minor changes - last kde4 version To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/kolourpaint/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/kolourpaint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484816480167370 Content-Disposition: inline Content-Length: 1892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/kolourpaint/Makefile diff -u pkgsrc/graphics/kolourpaint/Makefile:1.32 pkgsrc/graphics/kolourpaint/Makefile:1.33 --- pkgsrc/graphics/kolourpaint/Makefile:1.32 Sun Jan 1 16:06:20 2017 +++ pkgsrc/graphics/kolourpaint/Makefile Thu Jan 19 09:01:20 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:01:20 markd Exp $ -DISTNAME= kolourpaint-15.12.0 -PKGREVISION= 3 +DISTNAME= kolourpaint-16.04.0 CATEGORIES= graphics COMMENT= KDE paint program -MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.04.0/src/} .include "../../meta-pkgs/kde4/Makefile.kde4" Index: pkgsrc/graphics/kolourpaint/distinfo diff -u pkgsrc/graphics/kolourpaint/distinfo:1.11 pkgsrc/graphics/kolourpaint/distinfo:1.12 --- pkgsrc/graphics/kolourpaint/distinfo:1.11 Sun Jan 10 19:45:46 2016 +++ pkgsrc/graphics/kolourpaint/distinfo Thu Jan 19 09:01:20 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/01/10 19:45:46 markd Exp $ +$NetBSD: distinfo,v 1.12 2017/01/19 09:01:20 markd Exp $ -SHA1 (kolourpaint-15.12.0.tar.xz) = 19ebaf38e09f5b3bd4d3b906fdf24fabf3f95a46 -RMD160 (kolourpaint-15.12.0.tar.xz) = 25fe6eb9fa07f2d5d3b8b6a8e98ccb7958648447 -SHA512 (kolourpaint-15.12.0.tar.xz) = 172c0f258a5c78e194a7090e972cafcb1e727a73697a470f5acf2b25c6743f795f15df2972399a014b0e2e5ee622916892d1460f16ef03c97db0b0ae7c1a705b -Size (kolourpaint-15.12.0.tar.xz) = 1171552 bytes +SHA1 (kolourpaint-16.04.0.tar.xz) = 08380ce6720dfbeab3745d1663078d05f9f6c567 +RMD160 (kolourpaint-16.04.0.tar.xz) = 835e096b1b1aa34b7bb506feb82a8035b2679e83 +SHA512 (kolourpaint-16.04.0.tar.xz) = 410ea334d5bc9a9c9e9d9b280b9b8faa7bcc7489bdd18ab0ccfd2d05c187b386df7828f0790fb66cea9d24118d812fd74852eaaa4b8c115c83dd7dcfac7b1342 +Size (kolourpaint-16.04.0.tar.xz) = 1171700 bytes --_----------=_1484816480167370--