pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-txtorcon Fix PLIST for Python 2.x build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72860e93a5f0
branches:  trunk
changeset: 317038:72860e93a5f0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 15:58:35 2018 +0000

description:
Fix PLIST for Python 2.x build.

diffstat:

 net/py-txtorcon/PLIST |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7c26559136c7 -r 72860e93a5f0 net/py-txtorcon/PLIST
--- a/net/py-txtorcon/PLIST     Thu Dec 27 15:58:16 2018 +0000
+++ b/net/py-txtorcon/PLIST     Thu Dec 27 15:58:35 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 03:17:22 riastradh Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/12/27 15:58:35 joerg Exp $
 ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyo
 ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyc
 ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.py
@@ -22,8 +22,8 @@
 ${PYSITELIB}/txtorcon/circuit.pyc
 ${PYSITELIB}/txtorcon/controller.pyo
 ${PYSITELIB}/txtorcon/controller.pyc
-${PYSITELIB}/txtorcon/controller_py3.pyo
-${PYSITELIB}/txtorcon/controller_py3.pyc
+${PLIST.py3x}${PYSITELIB}/txtorcon/controller_py3.pyo
+${PLIST.py3x}${PYSITELIB}/txtorcon/controller_py3.pyc
 ${PYSITELIB}/txtorcon/endpoints.pyo
 ${PYSITELIB}/txtorcon/endpoints.pyc
 ${PYSITELIB}/txtorcon/interface.pyo



Home | Main Index | Thread Index | Old Index