From 87f07e7b53af0d3a4112e324893fa20d63fe935d Mon Sep 17 00:00:00 2001 From: pawel Date: Sat, 21 Apr 2012 08:25:39 +0000 Subject: - Update to version 1.13.1 - Add options for OSC2005 msg timeout and Kerberos support PR: ports/167086 Submitted by: Golyashov Sergey Approved by: maintainer --- net-im/pidgin-sipe/Makefile | 18 +++++++++++++++--- net-im/pidgin-sipe/distinfo | 4 ++-- net-im/pidgin-sipe/pkg-plist | 3 +++ 3 files changed, 20 insertions(+), 5 deletions(-) (limited to 'net-im/pidgin-sipe') diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index c2382e42670a..0011a7078024 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -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 @@ PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION 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 + +.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 --git a/net-im/pidgin-sipe/distinfo b/net-im/pidgin-sipe/distinfo index 695334fc1e7c..418998658efe 100644 --- a/net-im/pidgin-sipe/distinfo +++ b/net-im/pidgin-sipe/distinfo @@ -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 --git a/net-im/pidgin-sipe/pkg-plist b/net-im/pidgin-sipe/pkg-plist index 36ef0480cbf1..444461adf2f5 100644 --- a/net-im/pidgin-sipe/pkg-plist +++ b/net-im/pidgin-sipe/pkg-plist @@ -15,10 +15,13 @@ lib/purple-2/libsipe.so %%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 -- cgit