Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2016 20:12:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421636 - head/net-im/pidgin-sipe
Message-ID:  <201609092012.u89KCjgM051685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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