svn commit: r492575 - in head: devel/py-cbor2 devel/py-setuptools net/py-ldap0 www/moinmoin/files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Feb 10 00:08:45 UTC 2019
Author: sunpoet
Date: Sun Feb 10 00:08:37 2019
New Revision: 492575
URL: https://svnweb.freebsd.org/changeset/ports/492575
Log:
Update to 40.8.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 235474
Exp-run by: antoine
Added:
head/www/moinmoin/files/patch-setup.cfg (contents, props changed)
Modified:
head/devel/py-cbor2/Makefile
head/devel/py-setuptools/Makefile
head/devel/py-setuptools/distinfo
head/net/py-ldap0/Makefile
Modified: head/devel/py-cbor2/Makefile
==============================================================================
--- head/devel/py-cbor2/Makefile Sun Feb 10 00:08:31 2019 (r492574)
+++ head/devel/py-cbor2/Makefile Sun Feb 10 00:08:37 2019 (r492575)
@@ -12,9 +12,11 @@ COMMENT= Pure Python CBOR (de)serializer with extensiv
LICENSE= MIT
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+
USES= python:2.7
USE_PYTHON= autoplist concurrent distutils
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+USE_LOCALE= en_US.UTF-8
.include <bsd.port.mk>
Modified: head/devel/py-setuptools/Makefile
==============================================================================
--- head/devel/py-setuptools/Makefile Sun Feb 10 00:08:31 2019 (r492574)
+++ head/devel/py-setuptools/Makefile Sun Feb 10 00:08:37 2019 (r492575)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= setuptools
-PORTVERSION= 40.6.3
+PORTVERSION= 40.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-setuptools/distinfo
==============================================================================
--- head/devel/py-setuptools/distinfo Sun Feb 10 00:08:31 2019 (r492574)
+++ head/devel/py-setuptools/distinfo Sun Feb 10 00:08:37 2019 (r492575)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548160125
-SHA256 (python/setuptools-40.6.3.zip) = 3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8
-SIZE (python/setuptools-40.6.3.zip) = 839328
+TIMESTAMP = 1549473370
+SHA256 (python/setuptools-40.8.0.zip) = 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
+SIZE (python/setuptools-40.8.0.zip) = 845071
Modified: head/net/py-ldap0/Makefile
==============================================================================
--- head/net/py-ldap0/Makefile Sun Feb 10 00:08:31 2019 (r492574)
+++ head/net/py-ldap0/Makefile Sun Feb 10 00:08:37 2019 (r492575)
@@ -18,6 +18,7 @@ MAKE_ENV+= INCLUDES=${LOCALBASE}/include
WANT_OPENLDAP_SASL=yes
USES= python:2.7
+USE_LOCALE= en_US.UTF-8
USE_OPENLDAP= yes
USE_PYTHON= autoplist distutils
Added: head/www/moinmoin/files/patch-setup.cfg
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/moinmoin/files/patch-setup.cfg Sun Feb 10 00:08:37 2019 (r492575)
@@ -0,0 +1,10 @@
+--- setup.cfg.orig 2018-09-09 18:10:20 UTC
++++ setup.cfg
+@@ -1,6 +1,6 @@
+ # MoinMoin - Distutils config
+ #
+-# Copyright (c) 2001 by Jürgen Hermann <jh at web.de>
++# Copyright (c) 2001 by Jurgen Hermann <jh at web.de>
+ # All rights reserved, see COPYING for details.
+
+ [bdist_rpm]
More information about the svn-ports-head
mailing list