pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python x11/py-X and x11/py-X2 don't exist.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf6032db1b7f
branches:  trunk
changeset: 632614:bf6032db1b7f
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Apr 02 00:19:10 2014 +0000

description:
x11/py-X and x11/py-X2 don't exist.
Make it refer to textproc/py-X and textproc/py-X2 which do exist.

diffstat:

 lang/python/versioned_dependencies.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 448b63f384e8 -r bf6032db1b7f lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Tue Apr 01 21:44:09 2014 +0000
+++ b/lang/python/versioned_dependencies.mk     Wed Apr 02 00:19:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.11 2014/01/31 11:26:12 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.12 2014/04/02 00:19:10 asau Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -17,7 +17,7 @@
 
 _SUPPORTED_PACKAGES=# empty
 _SUPPORTED_PACKAGES+=Pmw x11/py-Pmw x11/py-Pmw2
-_SUPPORTED_PACKAGES+=X x11/py-X2 x11/py-X
+_SUPPORTED_PACKAGES+=X textproc/py-X2 textproc/py-X
 _SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3
 _SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil2
 _SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3



Home | Main Index | Thread Index | Old Index