Date: 5 Aug 2008 11:42:04 -0300 From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mm@FreeBSD.org Subject: ports/126276: [PATCH] net-im/jabber-pymsn-transport: UNBREAK: Fix protocol string Message-ID: <20080805144204.94344.qmail@botelhor.bluepex.com> Resent-Message-ID: <200808051450.m75Eo0HW071923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126276 >Category: ports >Synopsis: [PATCH] net-im/jabber-pymsn-transport: UNBREAK: Fix protocol string >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 05 14:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 8.0-CURRENT i386 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Mon Aug 4 12:07:53 BRT >Description: The transport stops working last weekend because of protocol string, fix it and it back to work fine. Obtained from: py-transport maillist Port maintainer (mm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- jabber-pymsn-transport-0.11.3_1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/jabber-pymsn/Makefile,v retrieving revision 1.25 diff -u -u -r1.25 Makefile --- Makefile 30 Apr 2008 14:50:17 -0000 1.25 +++ Makefile 5 Aug 2008 14:39:46 -0000 @@ -6,6 +6,7 @@ PORTNAME= pymsn DISTVERSION= 0.11.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://delx.net.au/projects/pymsnt/tarballs/ @@ -98,6 +99,8 @@ ${WRKSRC}/src/main.py @${REINPLACE_CMD} -i "" 's|#!.*$$|#!${LOCAL_PYTHON}|' \ ${WRKSRC}/PyMSNt.py + @${REINPLACE_CMD} -i "" '/MSN_PROTOCOL_VERSION *= */s/MSNP11 CVR0/MSNP11/' \ + ${WRKSRC}/src/legacy/msn/msn.py @${RM} -f ${WRKSRC}/src/main.py.orig do-install: --- jabber-pymsn-transport-0.11.3_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080805144204.94344.qmail>