Received: by mail.netbsd.org (Postfix, from userid 605) id 06D5984D9E; Fri, 24 Nov 2017 11:24:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8681B84D99 for ; Fri, 24 Nov 2017 11:24:25 +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 nU-0I3VpMS-1 for ; Fri, 24 Nov 2017 11:24:25 +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 0C14784D54 for ; Fri, 24 Nov 2017 11:24:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A6CFFB40; Fri, 24 Nov 2017 11:24:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151152266590790" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 11:24:25 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/lang/py35-html-docs To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20171124112425.0A6CFFB40@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. --_----------=_151152266590790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Fri Nov 24 11:24:24 UTC 2017 Modified Files: pkgsrc/lang/py35-html-docs: Makefile distinfo Log Message: py35-html-docs: Update py35-html-docs to 3.5.4 pkgsrc changes: - Take MAINTAINERship (or, in other words, make me blameworthy if the Python documentation isn't synced with the respective lang/python* packages :)) Changes: No changelog is available but it syncs py35-html-docs to current python35 version. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py35-html-docs/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py35-html-docs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151152266590790 Content-Disposition: inline Content-Length: 2055 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py35-html-docs/Makefile diff -u pkgsrc/lang/py35-html-docs/Makefile:1.3 pkgsrc/lang/py35-html-docs/Makefile:1.4 --- pkgsrc/lang/py35-html-docs/Makefile:1.3 Sun Sep 3 08:53:10 2017 +++ pkgsrc/lang/py35-html-docs/Makefile Fri Nov 24 11:24:24 2017 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2017/09/03 08:53:10 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/11/24 11:24:24 leot Exp $ # -VERS= 3.5.3 +VERS= 3.5.4 DISTNAME= python-${VERS}-docs-html PKGNAME= py35-html-docs-${VERS} CATEGORIES= lang python MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= leot@NetBSD.org HOMEPAGE= https://www.python.org/doc/ COMMENT= HTML Documentation for Python 3.5 LICENSE= python-software-foundation Index: pkgsrc/lang/py35-html-docs/distinfo diff -u pkgsrc/lang/py35-html-docs/distinfo:1.2 pkgsrc/lang/py35-html-docs/distinfo:1.3 --- pkgsrc/lang/py35-html-docs/distinfo:1.2 Thu Jan 19 20:34:50 2017 +++ pkgsrc/lang/py35-html-docs/distinfo Fri Nov 24 11:24:24 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/01/19 20:34:50 leot Exp $ +$NetBSD: distinfo,v 1.3 2017/11/24 11:24:24 leot Exp $ -SHA1 (python/python-3.5.3-docs-html.tar.bz2) = 1d726299513a382da23cf51560a07858f66c7263 -RMD160 (python/python-3.5.3-docs-html.tar.bz2) = c98806fb953825fa81b91aeeb0403238c7fa8b46 -SHA512 (python/python-3.5.3-docs-html.tar.bz2) = 3eea03fd83807d8d8e36ee398875f72f4863c0d4c92f0196876ffc195aebf940abde3192ab9e3686e74f5931b98073024601e49073efac0cd376d73bcdb5e66a -Size (python/python-3.5.3-docs-html.tar.bz2) = 5719815 bytes +SHA1 (python/python-3.5.4-docs-html.tar.bz2) = a5ac35bf112cfb430a287fb0e6f0c6170bcfe70c +RMD160 (python/python-3.5.4-docs-html.tar.bz2) = c690c56dca778f29e2ba5f79fbee2e1ec94f86e5 +SHA512 (python/python-3.5.4-docs-html.tar.bz2) = b1c6028e91bdb0a85a6765ab66c50574804f0aa799c6d13ed4163e6aaba98eeecfacd8576fbb6a721028fe84049ac1718497ad491f993973e3e410a660a10084 +Size (python/python-3.5.4-docs-html.tar.bz2) = 5747840 bytes --_----------=_151152266590790--