pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Fix PLIST for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2da2569c0500
branches:  trunk
changeset: 629587:2da2569c0500
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 18:41:14 2014 +0000

description:
Fix PLIST for python-3.x.

diffstat:

 databases/postgresql91-plpython/PLIST |  20 ++++++++++++--------
 databases/postgresql92-plpython/PLIST |  20 ++++++++++++--------
 2 files changed, 24 insertions(+), 16 deletions(-)

diffs (62 lines):

diff -r 4fc044c18ee0 -r 2da2569c0500 databases/postgresql91-plpython/PLIST
--- a/databases/postgresql91-plpython/PLIST     Thu Jan 23 18:40:09 2014 +0000
+++ b/databases/postgresql91-plpython/PLIST     Thu Jan 23 18:41:14 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2013/02/09 11:19:16 adam Exp $
-lib/postgresql/plpython2.so
+@comment $NetBSD: PLIST,v 1.5 2014/01/23 18:41:14 wiz Exp $
+${PLIST.py2x}lib/postgresql/plpython2.so
+${PLIST.py3x}lib/postgresql/plpython3.so
 share/locale/cs/LC_MESSAGES/plpython-9.1.mo
 share/locale/de/LC_MESSAGES/plpython-9.1.mo
 share/locale/es/LC_MESSAGES/plpython-9.1.mo
@@ -13,9 +14,12 @@
 share/locale/tr/LC_MESSAGES/plpython-9.1.mo
 share/locale/zh_CN/LC_MESSAGES/plpython-9.1.mo
 share/locale/zh_TW/LC_MESSAGES/plpython-9.1.mo
-share/postgresql/extension/plpython2u--1.0.sql
-share/postgresql/extension/plpython2u--unpackaged--1.0.sql
-share/postgresql/extension/plpython2u.control
-share/postgresql/extension/plpythonu--1.0.sql
-share/postgresql/extension/plpythonu--unpackaged--1.0.sql
-share/postgresql/extension/plpythonu.control
+${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpython2u.control
+${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql
+${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql
+${PLIST.py3x}share/postgresql/extension/plpython3u.control
+${PLIST.py2x}share/postgresql/extension/plpythonu--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpythonu--unpackaged--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpythonu.control
diff -r 4fc044c18ee0 -r 2da2569c0500 databases/postgresql92-plpython/PLIST
--- a/databases/postgresql92-plpython/PLIST     Thu Jan 23 18:40:09 2014 +0000
+++ b/databases/postgresql92-plpython/PLIST     Thu Jan 23 18:41:14 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2013/02/09 11:19:18 adam Exp $
-lib/postgresql/plpython2.so
+@comment $NetBSD: PLIST,v 1.4 2014/01/23 18:42:13 wiz Exp $
+${PLIST.py2x}lib/postgresql/plpython2.so
+${PLIST.py3x}lib/postgresql/plpython3.so
 share/locale/cs/LC_MESSAGES/plpython-9.2.mo
 share/locale/de/LC_MESSAGES/plpython-9.2.mo
 share/locale/es/LC_MESSAGES/plpython-9.2.mo
@@ -11,9 +12,12 @@
 share/locale/ro/LC_MESSAGES/plpython-9.2.mo
 share/locale/ru/LC_MESSAGES/plpython-9.2.mo
 share/locale/zh_CN/LC_MESSAGES/plpython-9.2.mo
-share/postgresql/extension/plpython2u--1.0.sql
-share/postgresql/extension/plpython2u--unpackaged--1.0.sql
-share/postgresql/extension/plpython2u.control
-share/postgresql/extension/plpythonu--1.0.sql
-share/postgresql/extension/plpythonu--unpackaged--1.0.sql
-share/postgresql/extension/plpythonu.control
+${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpython2u.control
+${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql
+${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql
+${PLIST.py3x}share/postgresql/extension/plpython3u.control
+${PLIST.py2x}share/postgresql/extension/plpythonu--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpythonu--unpackaged--1.0.sql
+${PLIST.py2x}share/postgresql/extension/plpythonu.control



Home | Main Index | Thread Index | Old Index