From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 16:39:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DC1920D; Wed, 9 Jul 2014 16:39:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8A66C214E; Wed, 9 Jul 2014 16:39:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69GdHPI091526; Wed, 9 Jul 2014 16:39:17 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69GdGEN091519; Wed, 9 Jul 2014 16:39:16 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407091639.s69GdGEN091519@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 9 Jul 2014 16:39:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361393 - in head: comms/deforaos-phone net-im/telepathy-sofiasip net/sofia-sip 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.18 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: Wed, 09 Jul 2014 16:39:17 -0000 Author: tijl Date: Wed Jul 9 16:39:16 2014 New Revision: 361393 URL: http://svnweb.freebsd.org/changeset/ports/361393 QAT: https://qat.redports.org/buildarchive/r361393/ Log: - Add USES=libtool to net/sofia-sip and bump dependent ports - Add INSTALL_TARGET=install-strip Modified: head/comms/deforaos-phone/Makefile head/net-im/telepathy-sofiasip/Makefile head/net/sofia-sip/Makefile head/net/sofia-sip/pkg-plist Modified: head/comms/deforaos-phone/Makefile ============================================================================== --- head/comms/deforaos-phone/Makefile Wed Jul 9 16:21:13 2014 (r361392) +++ head/comms/deforaos-phone/Makefile Wed Jul 9 16:39:16 2014 (r361393) @@ -3,7 +3,7 @@ PORTNAME= phone PORTVERSION= 0.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.defora.org/os/download/download/4296/ PKGNAMEPREFIX= deforaos- Modified: head/net-im/telepathy-sofiasip/Makefile ============================================================================== --- head/net-im/telepathy-sofiasip/Makefile Wed Jul 9 16:21:13 2014 (r361392) +++ head/net-im/telepathy-sofiasip/Makefile Wed Jul 9 16:39:16 2014 (r361393) @@ -3,15 +3,16 @@ PORTNAME= telepathy-sofiasip PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION} MAINTAINER= yuri@tsoft.com COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework -LIB_DEPENDS= sofia-sip-ua:${PORTSDIR}/net/sofia-sip \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libsofia-sip-ua.so:${PORTSDIR}/net/sofia-sip \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_OPENSSL= yes Modified: head/net/sofia-sip/Makefile ============================================================================== --- head/net/sofia-sip/Makefile Wed Jul 9 16:21:13 2014 (r361392) +++ head/net/sofia-sip/Makefile Wed Jul 9 16:39:16 2014 (r361393) @@ -2,6 +2,7 @@ PORTNAME= sofia-sip PORTVERSION= 1.12.11 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -10,9 +11,10 @@ COMMENT= Open-source SIP User-Agent libr LICENSE= LGPL21 -# Looks like GNU make(1) is needed for parallel (-jX) builds to work -USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +# Looks like GNU make(1) is needed for parallel (-jX) builds to work +USES= gmake libtool pathfix pkgconfig USE_OPENSSL= yes USE_GNOME= glib20 Modified: head/net/sofia-sip/pkg-plist ============================================================================== --- head/net/sofia-sip/pkg-plist Wed Jul 9 16:21:13 2014 (r361392) +++ head/net/sofia-sip/pkg-plist Wed Jul 9 16:39:16 2014 (r361393) @@ -1,5 +1,3 @@ -%%DATADIR%%/msg_parser.awk -%%DATADIR%%/tag_dll.awk bin/addrinfo bin/localinfo bin/sip-date @@ -120,13 +118,13 @@ include/sofia-sip-1.12/sofia-sip/url.h include/sofia-sip-1.12/sofia-sip/url_tag.h include/sofia-sip-1.12/sofia-sip/url_tag_class.h lib/libsofia-sip-ua-glib.a -lib/libsofia-sip-ua-glib.la lib/libsofia-sip-ua-glib.so lib/libsofia-sip-ua-glib.so.3 +lib/libsofia-sip-ua-glib.so.3.0.0 lib/libsofia-sip-ua.a -lib/libsofia-sip-ua.la lib/libsofia-sip-ua.so -lib/libsofia-sip-ua.so.6 +lib/libsofia-sip-ua.so.0 +lib/libsofia-sip-ua.so.0.6.0 libdata/pkgconfig/sofia-sip-ua-glib.pc libdata/pkgconfig/sofia-sip-ua.pc man/man1/addrinfo.1.gz @@ -135,6 +133,8 @@ man/man1/sip-date.1.gz man/man1/sip-dig.1.gz man/man1/sip-options.1.gz man/man1/stunc.1.gz +%%DATADIR%%/msg_parser.awk +%%DATADIR%%/tag_dll.awk @dirrm include/sofia-sip-1.12/sofia-resolv @dirrm include/sofia-sip-1.12/sofia-sip @dirrm include/sofia-sip-1.12