Received: by mail.netbsd.org (Postfix, from userid 605) id 81F4E84D6E; Sat, 29 Dec 2018 16:00:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CE9284D54 for ; Sat, 29 Dec 2018 16:00:39 +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 s-mAeStaFub2 for ; Sat, 29 Dec 2018 16:00:38 +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 9FE2084CDA for ; Sat, 29 Dec 2018 16:00:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9AE4BFB16; Sat, 29 Dec 2018 16:00:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546099238105650" MIME-Version: 1.0 Date: Sat, 29 Dec 2018 16:00:38 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/sysutils/gkrellm To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20181229160038.9AE4BFB16@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. --_----------=_1546099238105650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Dec 29 16:00:38 UTC 2018 Modified Files: pkgsrc/sysutils/gkrellm: Makefile Log Message: gkrellm: bump revision To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/sysutils/gkrellm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546099238105650 Content-Disposition: inline Content-Length: 532 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/gkrellm/Makefile diff -u pkgsrc/sysutils/gkrellm/Makefile:1.95 pkgsrc/sysutils/gkrellm/Makefile:1.96 --- pkgsrc/sysutils/gkrellm/Makefile:1.95 Wed Nov 14 22:22:24 2018 +++ pkgsrc/sysutils/gkrellm/Makefile Sat Dec 29 16:00:38 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2018/11/14 22:22:24 kleink Exp $ +# $NetBSD: Makefile,v 1.96 2018/12/29 16:00:38 triaxx Exp $ .include "Makefile.common" -PKGREVISION= 35 +PKGREVISION= 36 GKRELLM_PKGBASE= gkrellm WRKSRC= ${GKRELLM_SRCDIR} --_----------=_1546099238105650--