Date: Sat, 13 Jun 2015 13:28:22 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389355 - in head/net/linphone: . files Message-ID: <201506131328.t5DDSMbp032912@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Jun 13 13:28:21 2015 New Revision: 389355 URL: https://svnweb.freebsd.org/changeset/ports/389355 Log: Update to 3.8.4 Added: head/net/linphone/files/patch-coreapi-Makefile.in (contents, props changed) Modified: head/net/linphone/Makefile head/net/linphone/distinfo head/net/linphone/pkg-plist Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Sat Jun 13 13:12:09 2015 (r389354) +++ head/net/linphone/Makefile Sat Jun 13 13:28:21 2015 (r389355) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= linphone -PORTVERSION= 3.8.3 +PORTVERSION= 3.8.4 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/3.8.x/sources @@ -13,7 +13,6 @@ LIB_DEPENDS= libbellesip.so:${PORTSDIR}/ libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \ libortp.so:${PORTSDIR}/net/ortp \ libmbedtls.so.9:${PORTSDIR}/security/polarssl13 \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 CONFLICTS_INSTALL= linphone-base-[0-9]* @@ -28,7 +27,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gettext-tools gmake libtool pathfix pkgconfig readline:port +USES= gettext-tools gmake iconv libtool pathfix pkgconfig \ + readline:port USE_GNOME= gtk20 intltool libxml2 USE_LDCONFIG= yes Modified: head/net/linphone/distinfo ============================================================================== --- head/net/linphone/distinfo Sat Jun 13 13:12:09 2015 (r389354) +++ head/net/linphone/distinfo Sat Jun 13 13:28:21 2015 (r389355) @@ -1,2 +1,2 @@ -SHA256 (linphone-3.8.3.tar.gz) = 12618114e2517771320a7bfb32fbe4088863cb74a287719634e4462209b0e5b5 -SIZE (linphone-3.8.3.tar.gz) = 15368139 +SHA256 (linphone-3.8.4.tar.gz) = 75a62e6a8105706ac7b1da388213c65a272b8d78be2c7dbf00ddd03fd8141133 +SIZE (linphone-3.8.4.tar.gz) = 15375888 Added: head/net/linphone/files/patch-coreapi-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/linphone/files/patch-coreapi-Makefile.in Sat Jun 13 13:28:21 2015 (r389355) @@ -0,0 +1,10 @@ +--- coreapi/Makefile.in.orig 2015-06-09 13:01:46 UTC ++++ coreapi/Makefile.in +@@ -646,6 +646,7 @@ liblinphone_la_LIBADD = \ + $(LIBXML2_LIBS) \ + $(LDAP_LIBS) \ + $(SASL_LIBS) \ ++ $(LTLIBICONV) \ + $(ZLIB_LIBS) + + @ENABLE_TESTS_TRUE@test_lsd_SOURCES = test_lsd.c Modified: head/net/linphone/pkg-plist ============================================================================== --- head/net/linphone/pkg-plist Sat Jun 13 13:12:09 2015 (r389354) +++ head/net/linphone/pkg-plist Sat Jun 13 13:28:21 2015 (r389355) @@ -5,6 +5,7 @@ bin/linphonecsh bin/lp-gen-wrappers bin/lpc2xml_test bin/xml2lpc_test +include/linphone/account_creator.h include/linphone/buffer.h include/linphone/call_log.h include/linphone/call_params.h @@ -19,6 +20,7 @@ include/linphone/lpc2xml.h include/linphone/lpconfig.h include/linphone/sipsetup.h include/linphone/xml2lpc.h +include/linphone/xmlrpc.h lib/liblinphone.so lib/liblinphone.so.7 lib/liblinphone.so.7.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131328.t5DDSMbp032912>