Thu Jan 23 18:42:13 2014 UTC ()
Fix PLIST for python-3.x.


(wiz)
diff -r1.3 -r1.4 pkgsrc/databases/postgresql92-plpython/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql92-plpython/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql92-plpython/Attic/PLIST 2013/02/09 11:19:18 1.3
+++ pkgsrc/databases/postgresql92-plpython/Attic/PLIST 2014/01/23 18:42:13 1.4
@@ -1,19 +1,23 @@ @@ -1,19 +1,23 @@
1@comment $NetBSD: PLIST,v 1.3 2013/02/09 11:19:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2014/01/23 18:42:13 wiz Exp $
2lib/postgresql/plpython2.so 2${PLIST.py2x}lib/postgresql/plpython2.so
 3${PLIST.py3x}lib/postgresql/plpython3.so
3share/locale/cs/LC_MESSAGES/plpython-9.2.mo 4share/locale/cs/LC_MESSAGES/plpython-9.2.mo
4share/locale/de/LC_MESSAGES/plpython-9.2.mo 5share/locale/de/LC_MESSAGES/plpython-9.2.mo
5share/locale/es/LC_MESSAGES/plpython-9.2.mo 6share/locale/es/LC_MESSAGES/plpython-9.2.mo
6share/locale/fr/LC_MESSAGES/plpython-9.2.mo 7share/locale/fr/LC_MESSAGES/plpython-9.2.mo
7share/locale/it/LC_MESSAGES/plpython-9.2.mo 8share/locale/it/LC_MESSAGES/plpython-9.2.mo
8share/locale/ja/LC_MESSAGES/plpython-9.2.mo 9share/locale/ja/LC_MESSAGES/plpython-9.2.mo
9share/locale/pl/LC_MESSAGES/plpython-9.2.mo 10share/locale/pl/LC_MESSAGES/plpython-9.2.mo
10share/locale/pt_BR/LC_MESSAGES/plpython-9.2.mo 11share/locale/pt_BR/LC_MESSAGES/plpython-9.2.mo
11share/locale/ro/LC_MESSAGES/plpython-9.2.mo 12share/locale/ro/LC_MESSAGES/plpython-9.2.mo
12share/locale/ru/LC_MESSAGES/plpython-9.2.mo 13share/locale/ru/LC_MESSAGES/plpython-9.2.mo
13share/locale/zh_CN/LC_MESSAGES/plpython-9.2.mo 14share/locale/zh_CN/LC_MESSAGES/plpython-9.2.mo
14share/postgresql/extension/plpython2u--1.0.sql 15${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql
15share/postgresql/extension/plpython2u--unpackaged--1.0.sql 16${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql
16share/postgresql/extension/plpython2u.control 17${PLIST.py2x}share/postgresql/extension/plpython2u.control
17share/postgresql/extension/plpythonu--1.0.sql 18${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql
18share/postgresql/extension/plpythonu--unpackaged--1.0.sql 19${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql
19share/postgresql/extension/plpythonu.control 20${PLIST.py3x}share/postgresql/extension/plpython3u.control
 21${PLIST.py2x}share/postgresql/extension/plpythonu--1.0.sql
 22${PLIST.py2x}share/postgresql/extension/plpythonu--unpackaged--1.0.sql
 23${PLIST.py2x}share/postgresql/extension/plpythonu.control