Received: by mail.netbsd.org (Postfix, from userid 605) id CF46184DF1; Wed, 8 Nov 2017 14:39:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B07484D68 for ; Wed, 8 Nov 2017 14:39:11 +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 ewghTUvqr92M for ; Wed, 8 Nov 2017 14:39:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6DFD84D36 for ; Wed, 8 Nov 2017 14:39:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B17CEFBDE; Wed, 8 Nov 2017 14:39:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510151950112310" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 14:39:10 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20171108143910.B17CEFBDE@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. --_----------=_1510151950112310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Nov 8 14:39:10 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 pkgsrc/www: Makefile Log Message: add www/geckodriver To generate a diff of this commit: cvs rdiff -u -r1.4753 -r1.4754 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.1283 -r1.1284 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510151950112310 Content-Disposition: inline Content-Length: 1301 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.4753 pkgsrc/doc/CHANGES-2017:1.4754 --- pkgsrc/doc/CHANGES-2017:1.4753 Wed Nov 8 12:40:06 2017 +++ pkgsrc/doc/CHANGES-2017 Wed Nov 8 14:39:10 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.4753 2017/11/08 12:40:06 adam Exp $ +$NetBSD: CHANGES-2017,v 1.4754 2017/11/08 14:39:10 tnn Exp $ Changes to the packages collection and infrastructure in 2017: @@ -6852,3 +6852,4 @@ Changes to the packages collection and i Updated net/py-lexicon to 2.1.11 [fhajny 2017-11-08] Updated www/py-djangorestframework to 3.7.3 [adam 2017-11-08] Updated sysutils/py-crontab to 2.2.7 [adam 2017-11-08] + Added www/geckodriver version 0.19.1 [tnn 2017-11-08] Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1283 pkgsrc/www/Makefile:1.1284 --- pkgsrc/www/Makefile:1.1283 Sat Nov 4 14:43:40 2017 +++ pkgsrc/www/Makefile Wed Nov 8 14:39:10 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1283 2017/11/04 14:43:40 wen Exp $ +# $NetBSD: Makefile,v 1.1284 2017/11/08 14:39:10 tnn Exp $ # COMMENT= Packages related to the World Wide Web @@ -126,6 +126,7 @@ SUBDIR+= gallery SUBDIR+= gallery2 SUBDIR+= ganglia-webfrontend SUBDIR+= geeklog +SUBDIR+= geckodriver SUBDIR+= gitweb SUBDIR+= go-ace SUBDIR+= go-cssmin --_----------=_1510151950112310--