diff options
author | marino <marino@pkgsrc.org> | 2012-08-29 15:58:26 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-29 15:58:26 +0000 |
commit | 2e4fbf23843e122fb2d335c0a207a8b48cdb6684 (patch) | |
tree | 6683d57fb80d53469b4852b96bc83d75e154526e | |
parent | 065405bde89bccfb720b280a59f7f216127e222b (diff) | |
download | pkgsrc-2e4fbf23843e122fb2d335c0a207a8b48cdb6684.tar.gz |
databases/postgresql84-plpython: Fix PLIST, 8.4.13 adds Russian
-rw-r--r-- | databases/postgresql84-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql84-plpython/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql84-plpython/Makefile b/databases/postgresql84-plpython/Makefile index 023eeda0fbe..6ad4bfc67bb 100644 --- a/databases/postgresql84-plpython/Makefile +++ b/databases/postgresql84-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/07/01 19:30:24 morr Exp $ +# $NetBSD: Makefile,v 1.10 2012/08/29 15:58:26 marino Exp $ PKGNAME= ${DISTNAME:C/-/84-plpython-/} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/postgresql84-plpython/PLIST b/databases/postgresql84-plpython/PLIST index 0767ade8c86..eb1b6a55b38 100644 --- a/databases/postgresql84-plpython/PLIST +++ b/databases/postgresql84-plpython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/12/15 17:16:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/08/29 15:58:26 marino Exp $ lib/postgresql/plpython.so share/locale/de/LC_MESSAGES/plpython-8.4.mo share/locale/es/LC_MESSAGES/plpython-8.4.mo @@ -7,5 +7,6 @@ share/locale/it/LC_MESSAGES/plpython-8.4.mo share/locale/ja/LC_MESSAGES/plpython-8.4.mo share/locale/pl/LC_MESSAGES/plpython-8.4.mo share/locale/pt_BR/LC_MESSAGES/plpython-8.4.mo +share/locale/ru/LC_MESSAGES/plpython-8.4.mo share/locale/tr/LC_MESSAGES/plpython-8.4.mo share/locale/zh_CN/LC_MESSAGES/plpython-8.4.mo |