svn commit: r456125 - in head: net-mgmt/netdata net/pacemaker

Antoine Brodin antoine at FreeBSD.org
Tue Dec 12 12:37:59 UTC 2017


Author: antoine
Date: Tue Dec 12 12:37:57 2017
New Revision: 456125
URL: https://svnweb.freebsd.org/changeset/ports/456125

Log:
  Fix packaging with python3

Modified:
  head/net-mgmt/netdata/pkg-plist
  head/net/pacemaker/Makefile

Modified: head/net-mgmt/netdata/pkg-plist
==============================================================================
--- head/net-mgmt/netdata/pkg-plist	Tue Dec 12 12:31:10 2017	(r456124)
+++ head/net-mgmt/netdata/pkg-plist	Tue Dec 12 12:37:57 2017	(r456125)
@@ -239,7 +239,7 @@ libexec/netdata/python.d/python_modules/urllib3/contri
 libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/low_level.py
 libexec/netdata/python.d/python_modules/urllib3/contrib/appengine.py
 libexec/netdata/python.d/python_modules/urllib3/contrib/ntlmpool.py
-libexec/netdata/python.d/python_modules/urllib3/contrib/%%PYTHON_PYOEXTENSION%%penssl.py
+libexec/netdata/python.d/python_modules/urllib3/contrib/pyopenssl.py
 libexec/netdata/python.d/python_modules/urllib3/contrib/securetransport.py
 libexec/netdata/python.d/python_modules/urllib3/contrib/socks.py
 libexec/netdata/python.d/python_modules/urllib3/exceptions.py

Modified: head/net/pacemaker/Makefile
==============================================================================
--- head/net/pacemaker/Makefile	Tue Dec 12 12:31:10 2017	(r456124)
+++ head/net/pacemaker/Makefile	Tue Dec 12 12:37:57 2017	(r456125)
@@ -39,6 +39,7 @@ GH_ACCOUNT=	ClusterLabs
 USES=		autoreconf gmake libtool pathfix pkgconfig python shebangfix
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
+USE_PYTHON=	py3kplist
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-fatal-warnings \


More information about the svn-ports-all mailing list