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 B04A97A215 for ; Thu, 19 Jan 2017 08:50:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B29E8563A; Thu, 19 Jan 2017 08:50:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFAF8855FE for ; Thu, 19 Jan 2017 08:50:24 +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 6XPIi07NBZQN for ; Thu, 19 Jan 2017 08:50:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 74894855A7 for ; Thu, 19 Jan 2017 08:50:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FBB4FBA6; Thu, 19 Jan 2017 08:50:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484815824234700" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 08:50:24 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/cervisia To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170119085024.6FBB4FBA6@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. --_----------=_1484815824234700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jan 19 08:50:24 UTC 2017 Modified Files: pkgsrc/devel/cervisia: Makefile distinfo Log Message: Update to cervisia 16.04.0 minor changes - last kde4 version. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/cervisia/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/cervisia/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484815824234700 Content-Disposition: inline Content-Length: 1787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cervisia/Makefile diff -u pkgsrc/devel/cervisia/Makefile:1.33 pkgsrc/devel/cervisia/Makefile:1.34 --- pkgsrc/devel/cervisia/Makefile:1.33 Sun Jan 1 16:06:08 2017 +++ pkgsrc/devel/cervisia/Makefile Thu Jan 19 08:50:24 2017 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2017/01/01 16:06:08 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/19 08:50:24 markd Exp $ -DISTNAME= cervisia-15.12.0 -PKGREVISION= 3 +DISTNAME= cervisia-16.04.0 CATEGORIES= devel COMMENT= CVS frontend -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/devel/cervisia/distinfo diff -u pkgsrc/devel/cervisia/distinfo:1.8 pkgsrc/devel/cervisia/distinfo:1.9 --- pkgsrc/devel/cervisia/distinfo:1.8 Sun Jan 10 19:54:45 2016 +++ pkgsrc/devel/cervisia/distinfo Thu Jan 19 08:50:24 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2016/01/10 19:54:45 markd Exp $ +$NetBSD: distinfo,v 1.9 2017/01/19 08:50:24 markd Exp $ -SHA1 (cervisia-15.12.0.tar.xz) = daeaa309e5194722456de278799757c1ff41a051 -RMD160 (cervisia-15.12.0.tar.xz) = 01234e2499945beb2bef4ea9e15e7e6c6f28eced -SHA512 (cervisia-15.12.0.tar.xz) = d3bfb178a759fae74480263103bebb0ee44bddf36e3bdf27ada6f11e895782bddc5fb2062a56a78adb88d0a94064ba98b2c4a97fb7dae1ff7a10883ccde0238d -Size (cervisia-15.12.0.tar.xz) = 374532 bytes +SHA1 (cervisia-16.04.0.tar.xz) = 37381e5929c5aa63c2d1216dbc5287b72b439c78 +RMD160 (cervisia-16.04.0.tar.xz) = 6f648216dd768d43737fe9ca67ad60ffa105ee8e +SHA512 (cervisia-16.04.0.tar.xz) = 4ea3a4b6489a77ca8d613dba3b33dc0dbce9c1205e608950fbdd4a320dff158110f0e474202386e02b39846925809caeda52702229994b0095c03b77cdc044f3 +Size (cervisia-16.04.0.tar.xz) = 374548 bytes --_----------=_1484815824234700--