diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-13 20:12:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-13 20:12:29 +0000 |
commit | bb7df101f18915cc6259e7c7ae9fae175b840d81 (patch) | |
tree | e6ba8f97f7e4062b77de2cbb6b716f26f05aaf2e /x11-toolkits/vte | |
parent | 16ee8332b5f717a6ed16efe8c5cee5a7c22cb2b3 (diff) | |
download | ports-bb7df101f18915cc6259e7c7ae9fae175b840d81.tar.gz ports-bb7df101f18915cc6259e7c7ae9fae175b840d81.zip |
Notes
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r-- | x11-toolkits/vte/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-01_vtemodule | 19 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 3 |
4 files changed, 6 insertions, 23 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index e8b23c64bfae..29f9638b454d 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.11.12 -PORTREVISION= 1 +PORTVERSION= 0.11.13 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index f5d93a00cd1e..4a27516bbd60 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/vte-0.11.12.tar.bz2) = 2a9c7cf110342b7c5f414343d2ecffc1 -SIZE (gnome2/vte-0.11.12.tar.bz2) = 947865 +MD5 (gnome2/vte-0.11.13.tar.bz2) = 5eb73c7de433fb6e53ac4378df9d23b5 +SIZE (gnome2/vte-0.11.13.tar.bz2) = 952108 diff --git a/x11-toolkits/vte/files/patch-01_vtemodule b/x11-toolkits/vte/files/patch-01_vtemodule deleted file mode 100644 index 3c792c60e52f..000000000000 --- a/x11-toolkits/vte/files/patch-01_vtemodule +++ /dev/null @@ -1,19 +0,0 @@ ---- python/vtemodule.c.orig 2004-05-09 16:58:16.000000000 +0200 -+++ python/vtemodule.c 2004-05-09 17:00:22.000000000 +0200 -@@ -32,14 +32,14 @@ - extern PyTypeObject PyVteTerminal_Type; - - DL_EXPORT(void) --init_vte(void) -+initvte(void) - { - PyObject *m, *d; - - init_pygobject(); - init_pygtk(); - -- m = Py_InitModule("_vte", pyvte_functions); -+ m = Py_InitModule("vte", pyvte_functions); - d = PyModule_GetDict(m); - - pyvte_register_classes(d); diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index a14e9adc84e4..f552e4d29050 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -78,6 +78,7 @@ share/locale/pt/LC_MESSAGES/vte.mo share/locale/pt_BR/LC_MESSAGES/vte.mo share/locale/ro/LC_MESSAGES/vte.mo share/locale/ru/LC_MESSAGES/vte.mo +share/locale/rw/LC_MESSAGES/vte.mo share/locale/sk/LC_MESSAGES/vte.mo share/locale/sl/LC_MESSAGES/vte.mo share/locale/sq/LC_MESSAGES/vte.mo @@ -86,9 +87,11 @@ share/locale/sr@Latn/LC_MESSAGES/vte.mo share/locale/sv/LC_MESSAGES/vte.mo share/locale/ta/LC_MESSAGES/vte.mo share/locale/tr/LC_MESSAGES/vte.mo +share/locale/ug/LC_MESSAGES/vte.mo share/locale/uk/LC_MESSAGES/vte.mo share/locale/vi/LC_MESSAGES/vte.mo share/locale/wa/LC_MESSAGES/vte.mo +share/locale/xh/LC_MESSAGES/vte.mo share/locale/zh_CN/LC_MESSAGES/vte.mo share/locale/zh_TW/LC_MESSAGES/vte.mo @unexec rmdir %D/share/locale/ang/LC_MESSAGES 2> /dev/null || true |