From 189a8c3d4d7398afa646e418ed3e9766fafe8bd1 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 11 Aug 2009 14:26:29 +0000 Subject: - Update to 1.6.0 PR: 137614 Submitted by: John Prather (maintainer) --- net-im/pidgin-sipe/Makefile | 14 +++++++++++--- net-im/pidgin-sipe/distinfo | 6 +++--- net-im/pidgin-sipe/files/patch-src-sipe.c | 19 ------------------- net-im/pidgin-sipe/pkg-plist | 10 ++++++++++ 4 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 net-im/pidgin-sipe/files/patch-src-sipe.c (limited to 'net-im') diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index bda2108692d0..814e4b77add3 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -6,15 +6,14 @@ # PORTNAME= pidgin-sipe -PORTVERSION= 1.5.0 -PORTREVISION= 1 +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 @@ -23,6 +22,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin USE_GETTEXT= yes +FETCH_ARGS= -pRr CFLAGS+= "-I/${LOCALBASE}/include" LIBS+= "-L/${LOCALBASE}/lib" @@ -31,4 +31,12 @@ CONFIGURE_ENV+= LIBS="${LIBS}" \ COM_ERR_CFLAGS="-I/usr/include" \ COM_ERR_LIBS="-L/usr/lib -lcom_err" +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS ChangeLog COPYING HACKING INSTALL LICENSE NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.endfor +.endif + .include diff --git a/net-im/pidgin-sipe/distinfo b/net-im/pidgin-sipe/distinfo index 229ab455913f..121f2aee45da 100644 --- a/net-im/pidgin-sipe/distinfo +++ b/net-im/pidgin-sipe/distinfo @@ -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 --git a/net-im/pidgin-sipe/files/patch-src-sipe.c b/net-im/pidgin-sipe/files/patch-src-sipe.c deleted file mode 100644 index d2ea4063c73c..000000000000 --- a/net-im/pidgin-sipe/files/patch-src-sipe.c +++ /dev/null @@ -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 --git a/net-im/pidgin-sipe/pkg-plist b/net-im/pidgin-sipe/pkg-plist index 5103ff281f40..5d32b611f5fe 100644 --- a/net-im/pidgin-sipe/pkg-plist +++ b/net-im/pidgin-sipe/pkg-plist @@ -14,3 +14,13 @@ share/locale/zh_CN/LC_MESSAGES/pidgin-sipe.mo 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%% -- cgit v1.2.3