Received: by mail.netbsd.org (Postfix, from userid 605) id F0FA584D79; Tue, 27 Feb 2018 06:57:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0702884D50 for ; Tue, 27 Feb 2018 06:57:28 +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 Khj2RY5CVDea for ; Tue, 27 Feb 2018 06:57:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C55584D33 for ; Tue, 27 Feb 2018 06:57:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A45C5FB40; Tue, 27 Feb 2018 06:57:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519714646109030" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 06:57:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-wsproto To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180227065726.A45C5FB40@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. --_----------=_1519714646109030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 27 06:57:26 UTC 2018 Modified Files: pkgsrc/www/py-wsproto: Makefile Log Message: Added "python" to CATEGORIES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-wsproto/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519714646109030 Content-Disposition: inline Content-Length: 582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-wsproto/Makefile diff -u pkgsrc/www/py-wsproto/Makefile:1.1 pkgsrc/www/py-wsproto/Makefile:1.2 --- pkgsrc/www/py-wsproto/Makefile:1.1 Mon Feb 26 12:09:18 2018 +++ pkgsrc/www/py-wsproto/Makefile Tue Feb 27 06:57:26 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/02/26 12:09:18 leot Exp $ +# $NetBSD: Makefile,v 1.2 2018/02/27 06:57:26 adam Exp $ DISTNAME= wsproto-0.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wsproto/} MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1519714646109030--