pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-localserver



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.

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@localhost
-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
 



Home | Main Index | Thread Index | Old Index