Received: by mail.netbsd.org (Postfix, from userid 605) id F03D384D79; Mon, 18 Nov 2019 12:24:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7769884D62 for ; Mon, 18 Nov 2019 12:24:39 +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 0KC6JxgDSxME for ; Mon, 18 Nov 2019 12:24:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CCEAC84C6C for ; Mon, 18 Nov 2019 12:24:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5BB5FA97; Mon, 18 Nov 2019 12:24:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157407987874690" MIME-Version: 1.0 Date: Mon, 18 Nov 2019 12:24:38 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191118122438.C5BB5FA97@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. --_----------=_157407987874690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Nov 18 12:24:38 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 pkgsrc/www: Makefile Log Message: Added www/p5-Browser-Open version 0.04 To generate a diff of this commit: cvs rdiff -u -r1.5009 -r1.5010 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.1415 -r1.1416 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157407987874690 Content-Disposition: inline Content-Length: 1352 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.5009 pkgsrc/doc/CHANGES-2019:1.5010 --- pkgsrc/doc/CHANGES-2019:1.5009 Mon Nov 18 12:09:43 2019 +++ pkgsrc/doc/CHANGES-2019 Mon Nov 18 12:24:38 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.5009 2019/11/18 12:09:43 ryoon Exp $ +$NetBSD: CHANGES-2019,v 1.5010 2019/11/18 12:24:38 mef Exp $ Changes to the packages collection and infrastructure in 2019: @@ -8076,3 +8076,4 @@ Changes to the packages collection and i Updated games/picmi to 19.08.3 [markd 2019-11-18] Updated games/kajongg to 19.08.3 [markd 2019-11-18] Updated www/firefox68 to 68.2.0nb1 [ryoon 2019-11-18] + Added www/p5-Browser-Open version 0.04 [mef 2019-11-18] Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1415 pkgsrc/www/Makefile:1.1416 --- pkgsrc/www/Makefile:1.1415 Sun Nov 17 04:43:48 2019 +++ pkgsrc/www/Makefile Mon Nov 18 12:24:38 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1415 2019/11/17 04:43:48 markd Exp $ +# $NetBSD: Makefile,v 1.1416 2019/11/18 12:24:38 mef Exp $ # COMMENT= Packages related to the World Wide Web @@ -255,6 +255,7 @@ SUBDIR+= p5-Apache2-AuthCASSimple SUBDIR+= p5-Apache2-AuthCookie SUBDIR+= p5-Apache2-AuthCookieDBI SUBDIR+= p5-App-Nopaste +SUBDIR+= p5-Browser-Open SUBDIR+= p5-CGI SUBDIR+= p5-CGI-Ajax SUBDIR+= p5-CGI-Application --_----------=_157407987874690--