1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Update to 0.11.13.

This commit is contained in:
Adam Weinberger 2005-04-13 20:12:29 +00:00
parent 16ee8332b5
commit bb7df101f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133267
4 changed files with 6 additions and 23 deletions

View File

@ -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}

View File

@ -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

View File

@ -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);

View File

@ -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