Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 12:37:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456125 - in head: net-mgmt/netdata net/pacemaker
Message-ID:  <201712121237.vBCCbwbr047757@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712121237.vBCCbwbr047757>