ports/167086: [port update] net-im/pidgin-sipe to 1.13.1
Golyashov Sergey
svvord at ulona.org
Thu Apr 19 05:50:06 UTC 2012
>Number: 167086
>Category: ports
>Synopsis: [port update] net-im/pidgin-sipe to 1.13.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 19 05:50:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Golyashov Sergey
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
SoftWizard
>Environment:
FreeBSD svvord.sweetland.local 9.0-STABLE FreeBSD 9.0-STABLE #0 r230448: Mon Jan 23 04:11:49 VLAT 2012 root at test64.dony:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update pidgin-sipe plugin to 1.13.1
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN ../pidgin-sipe.old/Makefile ./Makefile
--- Makefile 2012-04-19 13:15:29.000000000 +1100
+++ Makefile 2012-04-19 13:35:28.000000000 +1100
@@ -6,7 +6,7 @@
#
PORTNAME= pidgin-sipe
-PORTVERSION= 1.12.0
+PORTVERSION= 1.13.1
CATEGORIES= net-im
MASTER_SITES= SF/sipe/sipe/${DISTNAME}
@@ -27,9 +27,21 @@
CFLAGS+= "-I/${LOCALBASE}/include"
LIBS+= "-L/${LOCALBASE}/lib"
+OPTIONS= OSC2005 "Message timeout for OCS2005" off \
+ KRB5 "With Kerberos5" off
+
CONFIGURE_ARGS+= --enable-purple \
- --disable-telepathy \
- --without-krb5
+ --disable-telepathy
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_OSC2005)
+CONFIGURE_ARGS+= --enable-ocs2005-message-hack
+.endif
+
+.if defined(WITHOUT_KRB5)
+CONFIGURE_ARGS+= --without-krb5
+.endif
CONFIGURE_ENV+= LIBS="${LIBS}" \
COM_ERR_CFLAGS="-I/usr/include" \
diff -ruN ../pidgin-sipe.old/distinfo ./distinfo
--- distinfo 2012-04-19 13:15:29.000000000 +1100
+++ distinfo 2012-04-19 13:16:33.000000000 +1100
@@ -1,2 +1,2 @@
-SHA256 (pidgin-sipe-1.12.0.tar.bz2) = 302a495bbe37d45e6d8836cd29031295eef631211b0cc15067b2f687d2b25717
-SIZE (pidgin-sipe-1.12.0.tar.bz2) = 673336
+SHA256 (pidgin-sipe-1.13.1.tar.bz2) = 30d1587177311752520458abd5a0e5b998b2e07dab9b4fb23576ac7216387d3b
+SIZE (pidgin-sipe-1.13.1.tar.bz2) = 748761
diff -ruN ../pidgin-sipe.old/pkg-plist ./pkg-plist
--- pkg-plist 2012-04-19 13:15:29.000000000 +1100
+++ pkg-plist 2012-04-19 13:33:42.000000000 +1100
@@ -15,10 +15,13 @@
%%NLS%%share/locale/nb/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/nl/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/pl/LC_MESSAGES/pidgin-sipe.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pidgin-sipe.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/ru/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/sv/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/ta/LC_MESSAGES/pidgin-sipe.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pidgin-sipe.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pidgin-sipe.mo
share/pixmaps/pidgin/protocols/16/sipe.png
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list