Received: by mail.netbsd.org (Postfix, from userid 605) id 0192A84E48; Fri, 1 Jun 2018 17:13:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 480B984D32 for ; Fri, 1 Jun 2018 17:13:49 +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 Pnn-6jIIbU0A for ; Fri, 1 Jun 2018 17:13:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A2AC784C77 for ; Fri, 1 Jun 2018 17:13:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91124FBEC; Fri, 1 Jun 2018 17:13:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152787322882910" MIME-Version: 1.0 Date: Fri, 1 Jun 2018 17:13:48 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/x11/libgnomekbd2 To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180601171348.91124FBEC@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. --_----------=_152787322882910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Jun 1 17:13:48 UTC 2018 Modified Files: pkgsrc/x11/libgnomekbd2: Makefile Log Message: Adjust PKGNAME, thanks leot@! To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libgnomekbd2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152787322882910 Content-Disposition: inline Content-Length: 595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libgnomekbd2/Makefile diff -u pkgsrc/x11/libgnomekbd2/Makefile:1.1 pkgsrc/x11/libgnomekbd2/Makefile:1.2 --- pkgsrc/x11/libgnomekbd2/Makefile:1.1 Fri Jun 1 17:10:50 2018 +++ pkgsrc/x11/libgnomekbd2/Makefile Fri Jun 1 17:13:48 2018 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/06/01 17:10:50 youri Exp $ +# $NetBSD: Makefile,v 1.2 2018/06/01 17:13:48 youri Exp $ # -DISTNAME= libgnomekbd2-2.32.0 +DISTNAME= libgnomekbd-2.32.0 +PKGNAME= libgnomekbd2-2.32.0 PKGREVISION= 24 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomekbd/2.32/} --_----------=_152787322882910--