Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 15:19:31 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512509 - in head/net-im/pidgin-sipe: . files
Message-ID:  <201909211519.x8LFJVgM047261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Sep 21 15:19:31 2019
New Revision: 512509
URL: https://svnweb.freebsd.org/changeset/ports/512509

Log:
  net-im/pidgin-sipe: update to 1.24.0, pet portlint
  
  Update the port to 1.24.0.
  
  Add explicit dependencies which are installed and linked to anyway for libdbus, gstreamer1 and farstream.
  
  Add USES=gnome.
  
  Pet portlint by moving some entries.
  
  Fix OCS2005 option, which had misspelled DESC and CONFIGURE_ENABLE entries, so it didn't even work.
  
  Remove unneeded patch.
  
  PR:		240347
  Approved by:	john.c.prather@gmail.com (maintainer timeout), tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D21714

Deleted:
  head/net-im/pidgin-sipe/files/
Modified:
  head/net-im/pidgin-sipe/Makefile
  head/net-im/pidgin-sipe/distinfo
  head/net-im/pidgin-sipe/pkg-plist

Modified: head/net-im/pidgin-sipe/Makefile
==============================================================================
--- head/net-im/pidgin-sipe/Makefile	Sat Sep 21 15:17:32 2019	(r512508)
+++ head/net-im/pidgin-sipe/Makefile	Sat Sep 21 15:19:31 2019	(r512509)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pidgin-sipe
-PORTVERSION=	1.21.1
-PORTREVISION=	2
+PORTVERSION=	1.24.0
 CATEGORIES=	net-im
 MASTER_SITES=	SF/sipe/sipe/${DISTNAME}
 
@@ -13,37 +12,41 @@ COMMENT=	Plugin for Pidgin to provide LCS/OCS connecti
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv6=		fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8
+BROKEN_armv7=		fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8
+
 LIB_DEPENDS=	libnss3.so:security/nss \
 		libpurple.so:net-im/libpurple \
 		libplds4.so:devel/nspr \
 		libgstreamer-1.0.so:multimedia/gstreamer1 \
 		libnice.so:net-im/libnice \
-		libgmime-2.6.so:mail/gmime26
+		libgmime-2.6.so:mail/gmime26 \
+		libdbus-1.so:devel/dbus \
+		libfarstream-0.2.so:net-im/farstream
 RUN_DEPENDS=	pidgin:net-im/pidgin
 
-BROKEN_armv6=		fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8
-BROKEN_armv7=		fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8
-
-GNU_CONFIGURE=	yes
-USES=		gmake libtool localbase pkgconfig tar:bzip2 ssl
+USES=		gmake gnome libtool localbase pkgconfig tar:bzip2 ssl
 USE_GNOME=	gtk20 intltool libxml2
-PORTDOCS=	AUTHORS ChangeLog HACKING NEWS README TODO
-CONFIGURE_ARGS=	--enable-purple \
-		--disable-telepathy
-INSTALL_TARGET=	install-strip
+USE_GSTREAMER1=	yes
 
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=		OCS2005 KRB5 DOCS NLS
 OPTIONS_SUB=		yes
 
-OSC2005_DESC=		Message timeout for OCS2005
-OSC2005_CONFIGURE_ENABLE=	ocs2005-message-hack
+OCS2005_DESC=		Message timeout for OCS2005
+OCS2005_CONFIGURE_ENABLE=	ocs2005-message-hack
 KRB5_DESC=		With Kerberos5
 KRB5_CONFIGURE_WITH=	krb5
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
+
+CONFIGURE_ARGS=	--enable-purple \
+		--disable-telepathy
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+PORTDOCS=	AUTHORS ChangeLog HACKING NEWS README TODO
 
 post-patch:
 	@${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure

Modified: head/net-im/pidgin-sipe/distinfo
==============================================================================
--- head/net-im/pidgin-sipe/distinfo	Sat Sep 21 15:17:32 2019	(r512508)
+++ head/net-im/pidgin-sipe/distinfo	Sat Sep 21 15:19:31 2019	(r512509)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471295102
-SHA256 (pidgin-sipe-1.21.1.tar.bz2) = 15ee26138aad13f2bd6ec108ed86b5a2ea758d60db860990f95069a2104c7758
-SIZE (pidgin-sipe-1.21.1.tar.bz2) = 919601
+TIMESTAMP = 1567673326
+SHA256 (pidgin-sipe-1.24.0.tar.bz2) = f6e67450871382e11b093ba2c9cbb2de75356808345f0063fec9b892d13786ca
+SIZE (pidgin-sipe-1.24.0.tar.bz2) = 965339

Modified: head/net-im/pidgin-sipe/pkg-plist
==============================================================================
--- head/net-im/pidgin-sipe/pkg-plist	Sat Sep 21 15:17:32 2019	(r512508)
+++ head/net-im/pidgin-sipe/pkg-plist	Sat Sep 21 15:19:31 2019	(r512509)
@@ -1,9 +1,9 @@
 lib/purple-2/libsipe.so
-share/appdata/pidgin-sipe.metainfo.xml
 %%NLS%%share/locale/ar/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/da/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/de/LC_MESSAGES/pidgin-sipe.mo
+%%NLS%%share/locale/el/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pidgin-sipe.mo
@@ -13,6 +13,7 @@ share/appdata/pidgin-sipe.metainfo.xml
 %%NLS%%share/locale/it/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/pidgin-sipe.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pidgin-sipe.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/pidgin-sipe.mo
 %%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
@@ -26,6 +27,7 @@ share/appdata/pidgin-sipe.metainfo.xml
 %%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/metainfo/pidgin-sipe.metainfo.xml
 share/pixmaps/pidgin/protocols/16/sipe.png
 share/pixmaps/pidgin/protocols/22/sipe.png
 share/pixmaps/pidgin/protocols/24/sipe.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909211519.x8LFJVgM047261>