Received: by mail.netbsd.org (Postfix, from userid 605) id A5EFE84D6E; Thu, 5 Oct 2017 20:33:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3829884CE1 for ; Thu, 5 Oct 2017 20:33:14 +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 Nd9TAd2LCDu2 for ; Thu, 5 Oct 2017 20:33:13 +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 CCA1484CDD for ; Thu, 5 Oct 2017 20:33:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7C66FBC7; Thu, 5 Oct 2017 20:33:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150723559328130" MIME-Version: 1.0 Date: Thu, 5 Oct 2017 20:33:13 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/libgee To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20171005203313.C7C66FBC7@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. --_----------=_150723559328130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Oct 5 20:33:13 UTC 2017 Modified Files: pkgsrc/devel/libgee: DESCR Log Message: Remove a comment for 0.6 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libgee/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150723559328130 Content-Disposition: inline Content-Length: 490 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libgee/DESCR diff -u pkgsrc/devel/libgee/DESCR:1.2 pkgsrc/devel/libgee/DESCR:1.3 --- pkgsrc/devel/libgee/DESCR:1.2 Sat Dec 8 23:20:37 2012 +++ pkgsrc/devel/libgee/DESCR Thu Oct 5 20:33:13 2017 @@ -17,5 +17,3 @@ prevent modification of the underlying c libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages. - -This package contains the older 0.6 branch of the library. --_----------=_150723559328130--