From owner-svn-ports-head@freebsd.org Sat Sep 21 15:19:32 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD1B11272A7; Sat, 21 Sep 2019 15:19:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46bDlS4CQ3z4dKD; Sat, 21 Sep 2019 15:19:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 745DB18197; Sat, 21 Sep 2019 15:19:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8LFJWs3047263; Sat, 21 Sep 2019 15:19:32 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8LFJVgM047261; Sat, 21 Sep 2019 15:19:31 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201909211519.x8LFJVgM047261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 21 Sep 2019 15:19:31 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/net-im/pidgin-sipe: . files X-SVN-Commit-Revision: 512509 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2019 15:19:32 -0000 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