diff options
author | pawel <pawel@FreeBSD.org> | 2012-04-21 16:25:39 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-04-21 16:25:39 +0800 |
commit | 87f07e7b53af0d3a4112e324893fa20d63fe935d (patch) | |
tree | 20d3e03864ca2d9c5a7363f3b9095a3b21566075 /net-im/pidgin-sipe | |
parent | 098aaddc4e0899207c40ab69811077a5b95c63d8 (diff) | |
download | freebsd-ports-gnome-87f07e7b53af0d3a4112e324893fa20d63fe935d.tar.gz freebsd-ports-gnome-87f07e7b53af0d3a4112e324893fa20d63fe935d.tar.zst freebsd-ports-gnome-87f07e7b53af0d3a4112e324893fa20d63fe935d.zip |
- Update to version 1.13.1
- Add options for OSC2005 msg timeout and Kerberos support
PR: ports/167086
Submitted by: Golyashov Sergey <svvord@ulona.org>
Approved by: maintainer
Diffstat (limited to 'net-im/pidgin-sipe')
-rw-r--r-- | net-im/pidgin-sipe/Makefile | 18 | ||||
-rw-r--r-- | net-im/pidgin-sipe/distinfo | 4 | ||||
-rw-r--r-- | net-im/pidgin-sipe/pkg-plist | 3 |
3 files changed, 20 insertions, 5 deletions
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 <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 --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 |