Fix previous patch Fix: PORTNAME= xmpppy PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-rc1/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} How-To-Repeat: I use py-jabberbot: #!/usr/bin/env python from jabberbot import JabberBot, botcmd class ZeroJabberBot(JabberBot): @botcmd def whoami( self, mess, args): """Tells you your username""" return mess.getFrom() username = 'user@domain.com' password = 'securepass' bot = ZeroJabberBot(username,password) bot.serve_forever() after ran: Traceback (most recent call last): File "tstbot.py", line 15, in <module> bot.serve_forever() File "/usr/local/lib/python2.6/site-packages/jabberbot.py", line 411, in serve_forever conn = self.connect() File "/usr/local/lib/python2.6/site-packages/jabberbot.py", line 126, in connect authres = conn.auth(self.jid.getNode(), self.__password, self.res) File "/usr/local/lib/python2.6/site-packages/xmpp/client.py", line 225, in auth while self.SASL.startsasl=='in-process' and self.Process(1): pass File "/usr/local/lib/python2.6/site-packages/xmpp/dispatcher.py", line 303, in dispatch handler['func'](session,stanza) File "/usr/local/lib/python2.6/site-packages/xmpp/auth.py", line 204, in SASLHandler A1=C([H(C([resp['username'],resp['realm'],self.password])),resp['nonce'],resp['cnonce']]) NameError: global name 'H' is not defined
Maintainer of net-im/py-xmpppy, Please note that PR ports/152413 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152413 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open maintainer timeout (g.veniamin@googlemail.com ; 20 days)
unlucky port :(
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it.
State Changed From-To: open->closed Committed, Thanks!
pgollucci 2010-12-10 23:05:58 UTC FreeBSD ports repository Modified files: net-im/py-xmpppy Makefile net-im/py-xmpppy/files patch-xmpp-auth.py Log: - Fix typo in patch - Bump PORTREVISION PR: ports/152413 Submitted by: Ildar Hizbulin <hizel@vyborg.ru> Approved by: maintainer timeout (g.veniamin@googlemail.com ; 20 days) Revision Changes Path 1.14 +1 -1 ports/net-im/py-xmpppy/Makefile 1.4 +1 -1 ports/net-im/py-xmpppy/files/patch-xmpp-auth.py _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"