Received: by mail.netbsd.org (Postfix, from userid 605) id 393F184EA4; Fri, 1 Dec 2017 08:56:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8A7984D41 for ; Fri, 1 Dec 2017 08:56:12 +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 4fE_mt2eHnIN for ; Fri, 1 Dec 2017 08:56:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 46EDD84D2C for ; Fri, 1 Dec 2017 08:56:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DBB0FB40; Fri, 1 Dec 2017 08:56:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512118572108110" MIME-Version: 1.0 Date: Fri, 1 Dec 2017 08:56:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-terminado To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171201085612.3DBB0FB40@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. --_----------=_1512118572108110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 1 08:56:12 UTC 2017 Modified Files: pkgsrc/www/py-terminado: Makefile distinfo Log Message: py-terminado: updated to 0.8.1 0.8.1: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-terminado/Makefile \ pkgsrc/www/py-terminado/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512118572108110 Content-Disposition: inline Content-Length: 1927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-terminado/Makefile diff -u pkgsrc/www/py-terminado/Makefile:1.2 pkgsrc/www/py-terminado/Makefile:1.3 --- pkgsrc/www/py-terminado/Makefile:1.2 Tue Nov 28 09:49:12 2017 +++ pkgsrc/www/py-terminado/Makefile Fri Dec 1 08:56:12 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/11/28 09:49:12 adam Exp $ +# $NetBSD: Makefile,v 1.3 2017/12/01 08:56:12 adam Exp $ -DISTNAME= terminado-0.8 +DISTNAME= terminado-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=t/terminado/} @@ -13,5 +13,7 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess DEPENDS+= ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado +USE_LANGUAGES= # none + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-terminado/distinfo diff -u pkgsrc/www/py-terminado/distinfo:1.2 pkgsrc/www/py-terminado/distinfo:1.3 --- pkgsrc/www/py-terminado/distinfo:1.2 Tue Nov 28 09:49:12 2017 +++ pkgsrc/www/py-terminado/distinfo Fri Dec 1 08:56:12 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/11/28 09:49:12 adam Exp $ +$NetBSD: distinfo,v 1.3 2017/12/01 08:56:12 adam Exp $ -SHA1 (terminado-0.8.tar.gz) = afddccb0a5bee985c302a0bd2ad1015e0c4f332c -RMD160 (terminado-0.8.tar.gz) = b69e08d6a991ff2f6a581d0ee8f34ba599aeaf3d -SHA512 (terminado-0.8.tar.gz) = 81d545cfb3e0829935e6902c602ab525ce4f076e1395334edc19ad4cb3fb0cc2dd73df14653fcf937d572e19892a46c40a0257632f597ec854f9f73189388109 -Size (terminado-0.8.tar.gz) = 21130 bytes +SHA1 (terminado-0.8.1.tar.gz) = b99efb25c9bc9c8ae4ccd9a9b7996e436bb742c8 +RMD160 (terminado-0.8.1.tar.gz) = ab8bd6dc649f37bc99f5ffeec45898b1b6217879 +SHA512 (terminado-0.8.1.tar.gz) = 5cf5259954339d567c41b8ef3b4d77de4f69fe41fd371e63775c9d8d5870ee801795462654f16978f4c86e381fcd26437e307458db9ee4e575d31d5377f2a749 +Size (terminado-0.8.1.tar.gz) = 21134 bytes --_----------=_1512118572108110--