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 AB8657A214 for ; Fri, 23 Dec 2016 20:45:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8855E85696; Fri, 23 Dec 2016 20:45:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 184F5855F6 for ; Fri, 23 Dec 2016 20:45:14 +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 0erc_W5v6v1H for ; Fri, 23 Dec 2016 20:45:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D4388556E for ; Fri, 23 Dec 2016 20:45:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77A57FBA6; Fri, 23 Dec 2016 20:45:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14825259137810" MIME-Version: 1.0 Date: Fri, 23 Dec 2016 20:45:13 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/krunner To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20161223204513.77A57FBA6@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. --_----------=_14825259137810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Fri Dec 23 20:45:13 UTC 2016 Modified Files: pkgsrc/devel/krunner: buildlink3.mk Log Message: s/wip/devel/ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/krunner/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14825259137810 Content-Disposition: inline Content-Length: 801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/krunner/buildlink3.mk diff -u pkgsrc/devel/krunner/buildlink3.mk:1.2 pkgsrc/devel/krunner/buildlink3.mk:1.3 --- pkgsrc/devel/krunner/buildlink3.mk:1.2 Sun Dec 4 05:17:06 2016 +++ pkgsrc/devel/krunner/buildlink3.mk Fri Dec 23 20:45:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/12/04 05:17:06 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/12/23 20:45:13 markd Exp $ BUILDLINK_TREE+= krunner @@ -7,7 +7,7 @@ KRUNNER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.krunner+= krunner>=5.21.0 BUILDLINK_ABI_DEPENDS.krunner?= krunner>=5.25.0nb1 -BUILDLINK_PKGSRCDIR.krunner?= ../../wip/krunner +BUILDLINK_PKGSRCDIR.krunner?= ../../devel/krunner .include "../../x11/plasma-framework/buildlink3.mk" .include "../../devel/threadweaver/buildlink3.mk" --_----------=_14825259137810--