Received: by mail.netbsd.org (Postfix, from userid 605) id AD9A784D56; Mon, 23 Oct 2017 11:26:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 387E784D33 for ; Mon, 23 Oct 2017 11:26:03 +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 c4XzIf9FFPFn for ; Mon, 23 Oct 2017 11:26:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FCD384D55 for ; Mon, 23 Oct 2017 11:26:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AC6EFBDE; Mon, 23 Oct 2017 11:26:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508757962130480" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 11:26:02 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171023112602.8AC6EFBDE@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. --_----------=_1508757962130480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Mon Oct 23 11:26:02 UTC 2017 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/py-glib2-tools: DESCR Makefile PLIST distinfo hacks.mk pkgsrc/devel/py-glib2-tools/patches: patch-gio_gdbus-2.0_codegen_gdbus-codegen.in patch-gobject_glib-genmarshal.in patch-gobject_glib-mkenums.in Log Message: Remove py-glib2-tools. They are just applications, so don't need to be versioned - see glib2-tools. To generate a diff of this commit: cvs rdiff -u -r1.2556 -r1.2557 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-glib2-tools/DESCR \ pkgsrc/devel/py-glib2-tools/Makefile pkgsrc/devel/py-glib2-tools/PLIST \ pkgsrc/devel/py-glib2-tools/distinfo pkgsrc/devel/py-glib2-tools/hacks.mk cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/py-glib2-tools/patches/patch-gio_gdbus-2.0_codegen_gdbus-codegen.in \ pkgsrc/devel/py-glib2-tools/patches/patch-gobject_glib-genmarshal.in \ pkgsrc/devel/py-glib2-tools/patches/patch-gobject_glib-mkenums.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508757962130480 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2556 pkgsrc/devel/Makefile:1.2557 --- pkgsrc/devel/Makefile:1.2556 Thu Oct 19 06:51:11 2017 +++ pkgsrc/devel/Makefile Mon Oct 23 11:26:02 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2556 2017/10/19 06:51:11 adam Exp $ +# $NetBSD: Makefile,v 1.2557 2017/10/23 11:26:02 prlw1 Exp $ # COMMENT= Development utilities @@ -1930,7 +1930,6 @@ SUBDIR+= py-game SUBDIR+= py-generate SUBDIR+= py-gflags SUBDIR+= py-gitinspector -SUBDIR+= py-glib2-tools SUBDIR+= py-gobject SUBDIR+= py-gobject-shared SUBDIR+= py-gobject3 --_----------=_1508757962130480--