Received: by mail.netbsd.org (Postfix, from userid 605) id 78B4484E5B; Fri, 16 Dec 2022 19:34:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA09D84E5A for ; Fri, 16 Dec 2022 19:34:57 +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 dpYl-FgWad29 for ; Fri, 16 Dec 2022 19:34:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 40D0284D1C for ; Fri, 16 Dec 2022 19:34:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D333FA90; Fri, 16 Dec 2022 19:34:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671219297131820" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 19:34:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221216193457.3D333FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671219297131820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 16 19:34:57 UTC 2022 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: + py-sigal To generate a diff of this commit: cvs rdiff -u -r1.1652 -r1.1653 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671219297131820 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1652 pkgsrc/www/Makefile:1.1653 --- pkgsrc/www/Makefile:1.1652 Sat Dec 3 16:01:02 2022 +++ pkgsrc/www/Makefile Fri Dec 16 19:34:57 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1652 2022/12/03 16:01:02 adam Exp $ +# $NetBSD: Makefile,v 1.1653 2022/12/16 19:34:57 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -829,6 +829,7 @@ SUBDIR+= py-sanic-routing SUBDIR+= py-scgi SUBDIR+= py-scrapy SUBDIR+= py-selenium +SUBDIR+= py-sigal SUBDIR+= py-simpletal SUBDIR+= py-soupsieve SUBDIR+= py-sparqlwrapper --_----------=_1671219297131820--