Index: MOVED =================================================================== --- MOVED (revision 404853) +++ MOVED (working copy) @@ -8071,3 +8071,4 @@ mail/py-spf|mail/py-pyspf|2015-12-29|Renamed to match upstream naming databases/py-memcached|databases/py-python-memcached|2015-12-30|Renamed to match upstream naming devel/py-hashring|devel/py-hash_ring|2015-12-30|Renamed to match upstream naming +devel/py-msgpack|devel/py-msgpack-python|2015-12-31|Renamed to match upstream naming Index: archivers/py-attic/Makefile =================================================================== --- archivers/py-attic/Makefile (revision 404853) +++ archivers/py-attic/Makefile (working copy) @@ -14,8 +14,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:${PORTSDIR}/devel/py-msgpack -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:${PORTSDIR}/devel/py-msgpack +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:${PORTSDIR}/devel/py-msgpack-python +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:${PORTSDIR}/devel/py-msgpack-python USES= python:3.2+ USE_PYTHON= autoplist distutils Index: devel/Makefile =================================================================== --- devel/Makefile (revision 404853) +++ devel/Makefile (working copy) @@ -4143,7 +4143,7 @@ SUBDIR += py-mongokit SUBDIR += py-more-itertools SUBDIR += py-mox - SUBDIR += py-msgpack + SUBDIR += py-msgpack-python SUBDIR += py-multipledispatch SUBDIR += py-mwlib SUBDIR += py-mwlib.ext Index: devel/py-msgpack/Makefile =================================================================== --- devel/py-msgpack/Makefile (revision 404853) +++ devel/py-msgpack/Makefile (nonexistent) @@ -1,27 +0,0 @@ -# Created by: Andrey Zonov -# $FreeBSD$ - -PORTNAME= msgpack -PORTVERSION= 0.4.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} - -# TODO: Rename to py-msgpack-python (upstream name) - -MAINTAINER= zont@FreeBSD.org -COMMENT= MessagePack (de)serializer for Python - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= python -USE_PYTHON= autoplist distutils - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_packer.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_unpacker.so - -.include Property changes on: devel/py-msgpack/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/py-msgpack/distinfo =================================================================== --- devel/py-msgpack/distinfo (revision 404853) +++ devel/py-msgpack/distinfo (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (msgpack-python-0.4.2.tar.gz) = 0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9 -SIZE (msgpack-python-0.4.2.tar.gz) = 114043 Property changes on: devel/py-msgpack/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -1 \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/py-msgpack/pkg-descr =================================================================== --- devel/py-msgpack/pkg-descr (revision 404853) +++ devel/py-msgpack/pkg-descr (nonexistent) @@ -1,4 +0,0 @@ -MessagePack is a binary-based efficient data interchange format that is focused -on high performance. It is like JSON, but very fast and small. - -WWW: http://msgpack.org/ Property changes on: devel/py-msgpack/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/py-msgpack-python/Makefile =================================================================== --- devel/py-msgpack-python/Makefile (revision 404853) +++ devel/py-msgpack-python/Makefile (working copy) @@ -1,17 +1,13 @@ # Created by: Andrey Zonov # $FreeBSD$ -PORTNAME= msgpack -PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTNAME= msgpack-python +PORTVERSION= 0.4.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} -# TODO: Rename to py-msgpack-python (upstream name) - -MAINTAINER= zont@FreeBSD.org +MAINTAINER= brendan+freebsd@bbqsrc.net COMMENT= MessagePack (de)serializer for Python LICENSE= APACHE20 Index: devel/py-msgpack-python/distinfo =================================================================== --- devel/py-msgpack-python/distinfo (revision 404853) +++ devel/py-msgpack-python/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (msgpack-python-0.4.2.tar.gz) = 0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9 -SIZE (msgpack-python-0.4.2.tar.gz) = 114043 +SHA256 (msgpack-python-0.4.6.tar.gz) = bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794 +SIZE (msgpack-python-0.4.6.tar.gz) = 116433 Index: devel/py-msgpack-python/pkg-descr =================================================================== Index: devel/py-tarantool-queue/Makefile =================================================================== --- devel/py-tarantool-queue/Makefile (revision 404853) +++ devel/py-tarantool-queue/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tarantool>=0:${PORTSDIR}/databases/py-tarantool \ - ${PYTHON_PKGNAMEPREFIX}msgpack>=0:${PORTSDIR}/devel/py-msgpack + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:${PORTSDIR}/devel/py-msgpack-python USES= python USE_PYTHON= distutils autoplist Index: sysutils/py-salt/Makefile =================================================================== --- sysutils/py-salt/Makefile (revision 404853) +++ sysutils/py-salt/Makefile (working copy) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.13:${PORTSDIR}/devel/py-msgpack \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.13:${PORTSDIR}/devel/py-msgpack-python \ ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:${PORTSDIR}/net/py-libcloud \ ${PYTHON_PKGNAMEPREFIX}botocore>0:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:${PORTSDIR}/textproc/py-MarkupSafe \ Index: www/py-autobahn/Makefile =================================================================== --- www/py-autobahn/Makefile (revision 404853) +++ www/py-autobahn/Makefile (working copy) @@ -34,7 +34,7 @@ ACCELERATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsaccel>=0.6.2:${PORTSDIR}/www/py-wsaccel \ ${PYTHON_PKGNAMEPREFIX}ujson>=1.33:${PORTSDIR}/devel/py-ujson -SERIALIZATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4.0:${PORTSDIR}/devel/py-msgpack +SERIALIZATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.0:${PORTSDIR}/devel/py-msgpack-python TWISTED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6:${PORTSDIR}/devel/py-zope.interface TWISTED_USES= twisted:run