diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-04-21 08:25:39 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-04-21 08:25:39 +0000 |
commit | be49b56bef6be49685b90ee0d427664a0b365674 (patch) | |
tree | eaf75995dd6e2e4226b25ca129a9f752e634be9b /net-im | |
parent | ff7d60fe54195c07074645cd69ea87fe36a1394f (diff) | |
download | ports-be49b56bef6be49685b90ee0d427664a0b365674.tar.gz ports-be49b56bef6be49685b90ee0d427664a0b365674.zip |
Notes
Diffstat (limited to 'net-im')
-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 |