Received: by mail.netbsd.org (Postfix, from userid 605) id E88E384DC0; Wed, 12 Feb 2020 08:09:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70E9284DB5 for ; Wed, 12 Feb 2020 08:09:46 +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 Jact5u3QJzcq for ; Wed, 12 Feb 2020 08:09:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C104E84D6C for ; Wed, 12 Feb 2020 08:09:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B44EAFBF4; Wed, 12 Feb 2020 08:09:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581494985212540" MIME-Version: 1.0 Date: Wed, 12 Feb 2020 08:09:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200212080945.B44EAFBF4@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. --_----------=_1581494985212540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 12 08:09:45 UTC 2020 Modified Files: pkgsrc/databases/gramps3: DESCR pkgsrc/databases/gramps5: DESCR Log Message: gramps*: fix descriptions To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/gramps3/DESCR cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/gramps5/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581494985212540 Content-Disposition: inline Content-Length: 1069 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/gramps3/DESCR diff -u pkgsrc/databases/gramps3/DESCR:1.3 pkgsrc/databases/gramps3/DESCR:1.4 --- pkgsrc/databases/gramps3/DESCR:1.3 Sun Feb 9 21:46:44 2020 +++ pkgsrc/databases/gramps3/DESCR Wed Feb 12 08:09:45 2020 @@ -11,4 +11,4 @@ Gramps can also include extra media type files), record sources of information, and keep track of locations (place names). -This version is the currently maintained version using Python 3.x and GTK3. +This version is the legacy version using Python 2.7 and GTK2. Index: pkgsrc/databases/gramps5/DESCR diff -u pkgsrc/databases/gramps5/DESCR:1.2 pkgsrc/databases/gramps5/DESCR:1.3 --- pkgsrc/databases/gramps5/DESCR:1.2 Sun Feb 9 21:46:44 2020 +++ pkgsrc/databases/gramps5/DESCR Wed Feb 12 08:09:45 2020 @@ -11,4 +11,4 @@ Gramps can also include extra media type files), record sources of information, and keep track of locations (place names). -This version is the legacy version using Python 2.7 and GTK2. +This version is the currently maintained version using Python 3.x and GTK3. --_----------=_1581494985212540--