Received: by mail.netbsd.org (Postfix, from userid 605) id 19E7C84E28; Tue, 14 Apr 2020 14:20:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96F4884DE1 for ; Tue, 14 Apr 2020 14:20:02 +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 PhpOa4rp837V for ; Tue, 14 Apr 2020 14:20:02 +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 30BB584D04 for ; Tue, 14 Apr 2020 14:20:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2802FFB27; Tue, 14 Apr 2020 14:20:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586874002235430" MIME-Version: 1.0 Date: Tue, 14 Apr 2020 14:20:02 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200414142002.2802FFB27@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. --_----------=_1586874002235430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Apr 14 14:20:02 UTC 2020 Modified Files: pkgsrc/devel: Makefile Log Message: devel: Enable appstream-glib To generate a diff of this commit: cvs rdiff -u -r1.3093 -r1.3094 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586874002235430 Content-Disposition: inline Content-Length: 581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3093 pkgsrc/devel/Makefile:1.3094 --- pkgsrc/devel/Makefile:1.3093 Tue Apr 14 08:54:38 2020 +++ pkgsrc/devel/Makefile Tue Apr 14 14:20:01 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3093 2020/04/14 08:54:38 jaapb Exp $ +# $NetBSD: Makefile,v 1.3094 2020/04/14 14:20:01 ryoon Exp $ # COMMENT= Development utilities @@ -108,6 +108,7 @@ SUBDIR+= apache-maven SUBDIR+= apel SUBDIR+= apenwarr-redo SUBDIR+= appdata-tools +SUBDIR+= appstream-glib SUBDIR+= apr SUBDIR+= apr-util SUBDIR+= arcanist --_----------=_1586874002235430--