From owner-svn-ports-all@freebsd.org Fri Sep 9 20:12:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40451BD23BC; Fri, 9 Sep 2016 20:12:46 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 1E224212; Fri, 9 Sep 2016 20:12:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89KCjEo051688; Fri, 9 Sep 2016 20:12:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89KCjgM051685; Fri, 9 Sep 2016 20:12:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609092012.u89KCjgM051685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 9 Sep 2016 20:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421636 - head/net-im/pidgin-sipe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 20:12:46 -0000 Author: amdmi3 Date: Fri Sep 9 20:12:44 2016 New Revision: 421636 URL: https://svnweb.freebsd.org/changeset/ports/421636 Log: - Update to 1.21.1 - While here, switch to USES=localbase and options helpers PR: 211880 Submitted by: w.schwarzenfeld@utanet.at Approved by: john.c.prather@gmail.com (maintainer) 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 Fri Sep 9 19:42:46 2016 (r421635) +++ head/net-im/pidgin-sipe/Makefile Fri Sep 9 20:12:44 2016 (r421636) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pidgin-sipe -PORTVERSION= 1.18.0 -PORTREVISION= 1 +PORTVERSION= 1.21.1 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} @@ -14,16 +13,23 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnss3.so:security/nss \ - libpurple.so:net-im/libpurple + 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 + RUN_DEPENDS= pidgin:net-im/pidgin GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig tar:bzip2 -USE_GNOME= gtk20 intltool +USES= gmake 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 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_LDCONFIG= yes OPTIONS_DEFINE= OCS2005 KRB5 DOCS NLS OPTIONS_SUB= yes @@ -32,17 +38,15 @@ OSC2005_DESC= Message timeout for OCS20 OSC2005_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 - post-patch: @${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/net-im/pidgin-sipe/distinfo ============================================================================== --- head/net-im/pidgin-sipe/distinfo Fri Sep 9 19:42:46 2016 (r421635) +++ head/net-im/pidgin-sipe/distinfo Fri Sep 9 20:12:44 2016 (r421636) @@ -1,2 +1,3 @@ -SHA256 (pidgin-sipe-1.18.0.tar.bz2) = ca2a357b516c873c9a3feb0315aba6e4a246b5c657e6de7ada1dc302c50cb064 -SIZE (pidgin-sipe-1.18.0.tar.bz2) = 854853 +TIMESTAMP = 1471295102 +SHA256 (pidgin-sipe-1.21.1.tar.bz2) = 15ee26138aad13f2bd6ec108ed86b5a2ea758d60db860990f95069a2104c7758 +SIZE (pidgin-sipe-1.21.1.tar.bz2) = 919601 Modified: head/net-im/pidgin-sipe/pkg-plist ============================================================================== --- head/net-im/pidgin-sipe/pkg-plist Fri Sep 9 19:42:46 2016 (r421635) +++ head/net-im/pidgin-sipe/pkg-plist Fri Sep 9 20:12:44 2016 (r421636) @@ -1,4 +1,5 @@ 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 @@ -21,6 +22,7 @@ lib/purple-2/libsipe.so %%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/te/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