pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-msgpack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  6 13:34:45 UTC 2017

Modified Files:
        pkgsrc/devel/py-msgpack: Makefile

Log Message:
py-msgpack: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-msgpack/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-msgpack/Makefile
diff -u pkgsrc/devel/py-msgpack/Makefile:1.17 pkgsrc/devel/py-msgpack/Makefile:1.18
--- pkgsrc/devel/py-msgpack/Makefile:1.17       Thu May 11 11:12:44 2017
+++ pkgsrc/devel/py-msgpack/Makefile    Mon Nov  6 13:34:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/05/11 11:12:44 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/11/06 13:34:45 wiz Exp $
 
 DISTNAME=      msgpack-python-0.4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python-/-/}
@@ -6,7 +6,7 @@ CATEGORIES=     devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/msgpack-python/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://msgpack.org/
+HOMEPAGE=      https://msgpack.org/
 COMMENT=       MessagePack (de)serializer for Python
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index