ports/137614: [maintainer update] net-im/pidgin-sipe to 1.6.0

John Prather john.c.prather at gmail.com
Mon Aug 10 00:40:02 UTC 2009


>Number:         137614
>Category:       ports
>Synopsis:       [maintainer update] net-im/pidgin-sipe to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 10 00:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     John Prather
>Release:        7.2-RELEASE i386
>Organization:
>Environment:
FreeBSD bsdlaptop.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root at walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
update net-im/pidgin-sipe to 1.6.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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 at 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%%


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list