Received: by mail.netbsd.org (Postfix, from userid 605) id A017B84DDE; Wed, 10 Jun 2020 19:50:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B43884DD4 for ; Wed, 10 Jun 2020 19:50:43 +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 s_v44Vf3xq_r for ; Wed, 10 Jun 2020 19:50:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 83D2D84D2C for ; Wed, 10 Jun 2020 19:50:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8173AFB27; Wed, 10 Jun 2020 19:50:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159181864239750" MIME-Version: 1.0 Date: Wed, 10 Jun 2020 19:50:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/gnome-online-accounts To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200610195042.8173AFB27@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. --_----------=_159181864239750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 10 19:50:42 UTC 2020 Modified Files: pkgsrc/security/gnome-online-accounts: buildlink3.mk Log Message: gnome-online-accounts: remove reference to wip To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/gnome-online-accounts/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159181864239750 Content-Disposition: inline Content-Length: 968 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnome-online-accounts/buildlink3.mk diff -u pkgsrc/security/gnome-online-accounts/buildlink3.mk:1.1 pkgsrc/security/gnome-online-accounts/buildlink3.mk:1.2 --- pkgsrc/security/gnome-online-accounts/buildlink3.mk:1.1 Wed Jun 10 19:48:26 2020 +++ pkgsrc/security/gnome-online-accounts/buildlink3.mk Wed Jun 10 19:50:42 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/06/10 19:48:26 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2020/06/10 19:50:42 nia Exp $ BUILDLINK_TREE+= gnome-online-accounts @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-online-accounts GNOME_ONLINE_ACCOUNTS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-online-accounts+= gnome-online-accounts>=3.36.0 -BUILDLINK_PKGSRCDIR.gnome-online-accounts?= ../../wip/gnome-online-accounts +BUILDLINK_PKGSRCDIR.gnome-online-accounts?= ../../security/gnome-online-accounts .include "../../x11/gtk3/buildlink3.mk" .endif # GNOME_ONLINE_ACCOUNTS_BUILDLINK3_MK --_----------=_159181864239750--