Received: by mail.netbsd.org (Postfix, from userid 605) id 74A5C84E60; Sun, 21 Oct 2018 19:51:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7279C84D4B for ; Sun, 21 Oct 2018 19:51:52 +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 ZiGNvsbmLYI3 for ; Sun, 21 Oct 2018 19:51:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C969984C77 for ; Sun, 21 Oct 2018 19:51:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5FC0FBEE; Sun, 21 Oct 2018 19:51:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540151511288810" MIME-Version: 1.0 Date: Sun, 21 Oct 2018 19:51:51 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20181021195151.C5FC0FBEE@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. --_----------=_1540151511288810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sun Oct 21 19:51:51 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: Added devel/py-semantic_version version 2.6.0 To generate a diff of this commit: cvs rdiff -u -r1.4450 -r1.4451 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540151511288810 Content-Disposition: inline Content-Length: 739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.4450 pkgsrc/doc/CHANGES-2018:1.4451 --- pkgsrc/doc/CHANGES-2018:1.4450 Sun Oct 21 15:55:58 2018 +++ pkgsrc/doc/CHANGES-2018 Sun Oct 21 19:51:51 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.4450 2018/10/21 15:55:58 taca Exp $ +$NetBSD: CHANGES-2018,v 1.4451 2018/10/21 19:51:51 minskim Exp $ Changes to the packages collection and infrastructure in 2018: @@ -6193,3 +6193,4 @@ Changes to the packages collection and i Updated net/bind911 to 9.11.5 [taca 2018-10-21] Updated net/bind912 to 9.12.3 [taca 2018-10-21] Updated time/ruby-tzinfo-data to 1.2018.6 [taca 2018-10-21] + Added devel/py-semantic_version version 2.6.0 [minskim 2018-10-21] --_----------=_1540151511288810--