pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fa3e03e1faa
branches:  trunk
changeset: 629591:4fa3e03e1faa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 18:51:37 2014 +0000

description:
Fix PLIST for python-3.x.

diffstat:

 databases/postgresql93-plpython/PLIST |  20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r daa75856736f -r 4fa3e03e1faa databases/postgresql93-plpython/PLIST
--- a/databases/postgresql93-plpython/PLIST     Thu Jan 23 18:45:16 2014 +0000
+++ b/databases/postgresql93-plpython/PLIST     Thu Jan 23 18:51:37 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/10 15:32:33 adam Exp $
-lib/postgresql/plpython2.so
+@comment $NetBSD: PLIST,v 1.2 2014/01/23 18:51:37 wiz Exp $
+${PLIST.py2x}lib/postgresql/plpython2.so
+${PLIST.py3x}lib/postgresql/plpython3.so
 share/locale/cs/LC_MESSAGES/plpython-9.3.mo
 share/locale/de/LC_MESSAGES/plpython-9.3.mo
 share/locale/es/LC_MESSAGES/plpython-9.3.mo
@@ -11,9 +12,12 @@
 share/locale/ro/LC_MESSAGES/plpython-9.3.mo
 share/locale/ru/LC_MESSAGES/plpython-9.3.mo
 share/locale/zh_CN/LC_MESSAGES/plpython-9.3.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