Update to 0.11a

This commit is contained in:
Eric Schnoebelen 2006-05-06 03:36:11 +00:00 committed by Thomas Klausner
parent ddf362abdb
commit de04f40c64
6 changed files with 18 additions and 20 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2006/04/15 00:41:04 schnoebe Exp $
# $NetBSD: Makefile,v 1.14 2006/05/06 03:36:11 schnoebe Exp $
DISTNAME= pymsnt-0.11
DISTNAME= pymsnt-0.11a
PKGNAME= ${PYPKGPREFIX}-jabber-${DISTNAME:S/py//}
CATEGORIES= chat python
MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/
@ -9,6 +9,7 @@ MAINTAINER= eric@cirr.com
HOMEPAGE= http://msn-transport.jabberstudio.org/
COMMENT= Transport connecting Jabber to the MSN network
WRKSRC= ${WRKDIR}/pymsnt-0.11
#
# jabberd isn't really a dependency since the transport can run on a
# different server than the main jabber server (not that many sites will

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2006/02/21 20:30:05 schnoebe Exp $
@comment $NetBSD: PLIST,v 1.4 2006/05/06 03:36:11 schnoebe Exp $
${TRANSPORTDIR}/data/defaultJabberAvatar.png
${TRANSPORTDIR}/data/defaultMSNAvatar.png
${TRANSPORTDIR}/src/avatar.py
@ -14,10 +14,7 @@ ${TRANSPORTDIR}/src/housekeep.py
${TRANSPORTDIR}/src/jabw.py
${TRANSPORTDIR}/src/lang.py
${TRANSPORTDIR}/src/legacy/__init__.py
${TRANSPORTDIR}/src/legacy/defaultAvatar.png
${TRANSPORTDIR}/src/legacy/defaultJabberAvatar.png
${TRANSPORTDIR}/src/legacy/glue.py
${TRANSPORTDIR}/src/legacy/legacylist.py
${TRANSPORTDIR}/src/main.py
${TRANSPORTDIR}/src/misciq.py
${TRANSPORTDIR}/src/register.py

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.4 2006/02/21 20:30:06 schnoebe Exp $
$NetBSD: distinfo,v 1.5 2006/05/06 03:36:11 schnoebe Exp $
SHA1 (pymsnt-0.11.tar.gz) = be01f2edd6b19f7b0a09a07d1657c4ccd8f670ee
RMD160 (pymsnt-0.11.tar.gz) = 19c517bd4d1678561f5f062b00c1f8ce7a661a65
Size (pymsnt-0.11.tar.gz) = 312297 bytes
SHA1 (patch-aa) = 474e27e89347c4269526c629d63b4385571011ee
SHA1 (patch-ad) = f25ac5d1a939c8e8a4548d2a17d14e0b84c82a8f
SHA1 (patch-ae) = 60f3e7f2114c151a25dc47b90dc56e21c19eba31
SHA1 (pymsnt-0.11a.tar.gz) = d7907ffe36caeba7c851e5e0aa64d0a5649f8087
RMD160 (pymsnt-0.11a.tar.gz) = 2066a93c59e3361626fab7aae56aa706a75ab8fc
Size (pymsnt-0.11a.tar.gz) = 257753 bytes
SHA1 (patch-aa) = e35c4730a2e915acb50f6d60fcd26fc4bf7711db
SHA1 (patch-ad) = cb8b1a290792e6c28df65e0c849379c3b6d83c1f
SHA1 (patch-ae) = 3e5247a0ad0e19a1568b9632243ec7438170da7f

View file

@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.4 2006/02/21 20:30:06 schnoebe Exp $
$NetBSD: patch-aa,v 1.5 2006/05/06 03:36:11 schnoebe Exp $
--- config-example.xml.orig 2006-02-17 08:44:28.000000000 -0600
--- config-example.xml.orig 2006-02-17 16:07:30.000000000 -0600
+++ config-example.xml
@@ -12,9 +12,9 @@
<!-- The location of the spool directory.. if relative, relative to the PyMSNt dir.
Do not include the jid of the transport -->
-<!-- <spooldir>/path/to/data</spooldir> -->
+<spooldir>@JABBERD_SPOOLDIR@/</spooldir>
+<spooldir>@JABBERD_SPOOLDIR@</spooldir>
<!-- The location of the PID file, relative to the PyMSNt directory -->
-<pid>PyMSNt.pid</pid>
+<pid>@JABBERD_PIDDIR@/pymsnt.pid</pid>

View file

@ -1,6 +1,6 @@
$NetBSD: patch-ad,v 1.2 2006/02/21 20:30:06 schnoebe Exp $
$NetBSD: patch-ad,v 1.3 2006/05/06 03:36:11 schnoebe Exp $
--- PyMSNt.py.orig 2006-02-17 08:44:28.000000000 -0600
--- PyMSNt.py.orig 2006-02-17 16:07:30.000000000 -0600
+++ PyMSNt.py
@@ -1,8 +1,8 @@
#!/usr/bin/python

View file

@ -1,6 +1,6 @@
$NetBSD: patch-ae,v 1.2 2006/02/21 20:30:06 schnoebe Exp $
$NetBSD: patch-ae,v 1.3 2006/05/06 03:36:11 schnoebe Exp $
--- src/main.py.orig 2006-02-17 08:44:28.000000000 -0600
--- src/main.py.orig 2006-02-17 16:07:30.000000000 -0600
+++ src/main.py
@@ -34,7 +34,7 @@ bestreactor.install()
# Must load config before everything else