Received: by mail.netbsd.org (Postfix, from userid 605) id E3EE384D8E; Mon, 9 Oct 2017 08:47:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 774BB84D65 for ; Mon, 9 Oct 2017 08:47:03 +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 SxbsgCQHVB2D for ; Mon, 9 Oct 2017 08:47:03 +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 D979284D23 for ; Mon, 9 Oct 2017 08:47:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3678FBC7; Mon, 9 Oct 2017 08:47:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507538822185100" MIME-Version: 1.0 Date: Mon, 9 Oct 2017 08:47:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-test-localserver To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171009084702.D3678FBC7@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. --_----------=_1507538822185100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 9 08:47:02 UTC 2017 Modified Files: pkgsrc/devel/py-test-localserver: Makefile Log Message: py-test-localserver: follow redirect To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-localserver/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507538822185100 Content-Disposition: inline Content-Length: 868 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-localserver/Makefile diff -u pkgsrc/devel/py-test-localserver/Makefile:1.1 pkgsrc/devel/py-test-localserver/Makefile:1.2 --- pkgsrc/devel/py-test-localserver/Makefile:1.1 Fri Sep 29 14:13:32 2017 +++ pkgsrc/devel/py-test-localserver/Makefile Mon Oct 9 08:47:02 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/29 14:13:32 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/09 08:47:02 wiz Exp $ DISTNAME= pytest-localserver-0.3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-localserver/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://bitbucket.org/pytest-dev/pytest-localserver/ +HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-localserver/ COMMENT= py.test plugin to test server connections locally LICENSE= mit --_----------=_1507538822185100--