Received: by mail.netbsd.org (Postfix, from userid 605) id 372C984DA1; Fri, 29 Sep 2017 08:48:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEE8484D5B for ; Fri, 29 Sep 2017 08:48:11 +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 8BRP6u2HmzND for ; Fri, 29 Sep 2017 08:48:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5FCCD84CE2 for ; Fri, 29 Sep 2017 08:48:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59284FB9F; Fri, 29 Sep 2017 08:48:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150667489121250" MIME-Version: 1.0 Date: Fri, 29 Sep 2017 08:48:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170929084811.59284FB9F@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. --_----------=_150667489121250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 29 08:48:11 UTC 2017 Modified Files: pkgsrc/time: Makefile Log Message: time/Makefile: py-ligotimegps To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 pkgsrc/time/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150667489121250 Content-Disposition: inline Content-Length: 630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.166 pkgsrc/time/Makefile:1.167 --- pkgsrc/time/Makefile:1.166 Tue Sep 26 10:27:13 2017 +++ pkgsrc/time/Makefile Fri Sep 29 08:48:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2017/09/26 10:27:13 wiz Exp $ +# $NetBSD: Makefile,v 1.167 2017/09/29 08:48:11 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -132,6 +132,7 @@ SUBDIR+= py-icalendar SUBDIR+= py-iso8601 SUBDIR+= py-isodate SUBDIR+= py-jdcal +SUBDIR+= py-ligotimegps SUBDIR+= py-mxDateTime SUBDIR+= py-parsedatetime SUBDIR+= py-pytz --_----------=_150667489121250--