FreeBSD Bugzilla – Attachment 98666 Details for
Bug 137614
[maintainer update] net-im/pidgin-sipe to 1.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.54 KB, created by
john.c.prather
on 2009-08-10 01:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
john.c.prather
Created:
2009-08-10 01:40:01 UTC
Size:
3.54 KB
patch
obsolete
>diff -ruN pidgin-sipe-1.5.0/Makefile pidgin-sipe/Makefile >--- pidgin-sipe-1.5.0/Makefile 2009-07-29 10:31:00.000000000 +0000 >+++ pidgin-sipe/Makefile 2009-07-29 11:28:42.000000000 +0000 >@@ -6,14 +6,14 @@ > # > > PORTNAME= pidgin-sipe >-PORTVERSION= 1.5.0 >+PORTVERSION= 1.6.0 > CATEGORIES= net-im > MASTER_SITES= SF/sipe > > MAINTAINER= john.c.prather@gmail.com > COMMENT= A plugin for Pidgin to provide LCS/OCS connectivity > >-LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple >+LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple > RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin > > GNU_CONFIGURE= yes >@@ -22,6 +22,7 @@ > USE_GNOME= gtk20 > USE_LDCONFIG= ${PREFIX}/lib/pidgin > USE_GETTEXT= yes >+FETCH_ARGS= -pRr > > CFLAGS+= "-I/${LOCALBASE}/include" > LIBS+= "-L/${LOCALBASE}/lib" >@@ -30,4 +31,18 @@ > COM_ERR_CFLAGS="-I/usr/include" \ > COM_ERR_LIBS="-L/usr/lib -lcom_err" > >+post-install: >+.if !defined(NOPORTDOCS) >+ ${MKDIR} ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/HACKING ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/INSTALL ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/TODO ${DOCSDIR} >+.endif >+ > .include <bsd.port.mk> >diff -ruN pidgin-sipe-1.5.0/distinfo pidgin-sipe/distinfo >--- pidgin-sipe-1.5.0/distinfo 2009-07-29 10:31:00.000000000 +0000 >+++ pidgin-sipe/distinfo 2009-07-29 10:58:28.000000000 +0000 >@@ -1,3 +1,3 @@ >-MD5 (pidgin-sipe-1.5.0.tar.bz2) = 8d27efe5d98d88385736d92d9aa0c924 >-SHA256 (pidgin-sipe-1.5.0.tar.bz2) = 32747093d555de1cd1216d2c630b47102e251427d522f59820d5d67cdb731fd6 >-SIZE (pidgin-sipe-1.5.0.tar.bz2) = 343652 >+MD5 (pidgin-sipe-1.6.0.tar.bz2) = b88258153a1a0ddfecfd108b7cfd7f32 >+SHA256 (pidgin-sipe-1.6.0.tar.bz2) = f8756abeec024fe1df8147597eef44a0db4d89ba30ce83b0f983130d612f86e8 >+SIZE (pidgin-sipe-1.6.0.tar.bz2) = 363439 >diff -ruN pidgin-sipe-1.5.0/files/patch-src-sipe.c pidgin-sipe/files/patch-src-sipe.c >--- pidgin-sipe-1.5.0/files/patch-src-sipe.c 2009-07-29 10:31:00.000000000 +0000 >+++ pidgin-sipe/files/patch-src-sipe.c 1970-01-01 00:00:00.000000000 +0000 >@@ -1,19 +0,0 @@ >-*** src/sipe.c.orig Thu Jul 2 11:08:31 2009 >---- src/sipe.c Thu Jul 2 11:11:56 2009 >-*************** >-*** 2886,2892 **** >- while (tmp) { >- struct transaction *trans = tmp->data; >- tmp = tmp->next; >-! purple_debug_info("sipe", "have open transaction age: %ld\n", currtime-trans->time); >- if ((currtime - trans->time > 5) && trans->retries >= 1) { >- /* TODO 408 */ >- } else { >---- 2886,2892 ---- >- while (tmp) { >- struct transaction *trans = tmp->data; >- tmp = tmp->next; >-! purple_debug_info("sipe", "have open transaction age: %ld\n", (long int)currtime-trans->time); >- if ((currtime - trans->time > 5) && trans->retries >= 1) { >- /* TODO 408 */ >- } else { >diff -ruN pidgin-sipe-1.5.0/pkg-plist pidgin-sipe/pkg-plist >--- pidgin-sipe-1.5.0/pkg-plist 2009-07-29 10:31:00.000000000 +0000 >+++ pidgin-sipe/pkg-plist 2009-07-29 11:31:14.000000000 +0000 >@@ -14,3 +14,13 @@ > share/pixmaps/pidgin/protocols/16/sipe.png > share/pixmaps/pidgin/protocols/22/sipe.png > share/pixmaps/pidgin/protocols/48/sipe.png >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/HACKING >+%%PORTDOCS%%%%DOCSDIR%%/INSTALL >+%%PORTDOCS%%%%DOCSDIR%%/LICENSE >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/TODO >+%%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137614
: 98666