From owner-svn-ports-head@FreeBSD.ORG Thu Jul 10 16:16:33 2014 Return-Path: Delivered-To: svn-ports-head@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 BA087FE; Thu, 10 Jul 2014 16:16:33 +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 A6B6C2AC6; Thu, 10 Jul 2014 16:16:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AGGXjh071404; Thu, 10 Jul 2014 16:16:33 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6AGGXk8071401; Thu, 10 Jul 2014 16:16:33 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407101616.s6AGGXk8071401@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 10 Jul 2014 16:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361473 - in head/net/ortp: . files X-SVN-Group: ports-head 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.18 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: Thu, 10 Jul 2014 16:16:33 -0000 Author: tijl Date: Thu Jul 10 16:16:32 2014 New Revision: 361473 URL: http://svnweb.freebsd.org/changeset/ports/361473 QAT: https://qat.redports.org/buildarchive/r361473/ Log: Update net/ortp to 0.23.0 PR: 187135 Submitted by: koue@chaosophia.net Approved by: maintainer timeout (4 months) Deleted: head/net/ortp/files/ Modified: head/net/ortp/Makefile head/net/ortp/distinfo head/net/ortp/pkg-plist Modified: head/net/ortp/Makefile ============================================================================== --- head/net/ortp/Makefile Thu Jul 10 15:48:23 2014 (r361472) +++ head/net/ortp/Makefile Thu Jul 10 16:16:32 2014 (r361473) @@ -2,25 +2,18 @@ # $FreeBSD$ PORTNAME= ortp -PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTVERSION= 0.23.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= linphone/ortp/sources +MASTER_SITES= SAVANNAH/linphone/ortp MAINTAINER= sobomax@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) stack -USES= libtool pathfix pkgconfig -USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --disable-silent-rules --disable-strict +CPPFLAGS+= -DHAVE_DEV_RANDOM INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure - .include Modified: head/net/ortp/distinfo ============================================================================== --- head/net/ortp/distinfo Thu Jul 10 15:48:23 2014 (r361472) +++ head/net/ortp/distinfo Thu Jul 10 16:16:32 2014 (r361473) @@ -1,2 +1,2 @@ -SHA256 (ortp-0.13.0.tar.gz) = aef36873bd6e9c2c63f30d6d0e3564ac34a680d3930c1e9e4246985a4483371f -SIZE (ortp-0.13.0.tar.gz) = 495642 +SHA256 (ortp-0.23.0.tar.gz) = 91a5ada15f62ce5f08beceef4d0adb65469211e2f208bd96e493a8df9f84fcdb +SIZE (ortp-0.23.0.tar.gz) = 540135 Modified: head/net/ortp/pkg-plist ============================================================================== --- head/net/ortp/pkg-plist Thu Jul 10 15:48:23 2014 (r361472) +++ head/net/ortp/pkg-plist Thu Jul 10 16:16:32 2014 (r361473) @@ -1,9 +1,13 @@ +include/ortp/b64.h include/ortp/event.h +include/ortp/logging.h include/ortp/ortp.h +include/ortp/ortp_srtp.h include/ortp/payloadtype.h include/ortp/port.h include/ortp/rtcp.h include/ortp/rtp.h +include/ortp/rtpprofile.h include/ortp/rtpsession.h include/ortp/rtpsignaltable.h include/ortp/sessionset.h @@ -11,23 +15,9 @@ include/ortp/str_utils.h include/ortp/stun.h include/ortp/stun_udp.h include/ortp/telephonyevents.h -lib/libortp.a +include/ortp/zrtp.h lib/libortp.so -lib/libortp.so.5 -lib/libortp.so.5.0.0 +lib/libortp.so.9 +lib/libortp.so.9.0.0 libdata/pkgconfig/ortp.pc -%%PORTDOCS%%%%DOCSDIR%%/book1.html -%%PORTDOCS%%%%DOCSDIR%%/home.png -%%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/left.png -%%PORTDOCS%%%%DOCSDIR%%/ortp-library-management-functions.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-multiplexing-sessions---in-a-one-thread-design.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-rtp-payloads-and-profiles.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-rtpsession-api.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-telephone-events---rfc2833-.html -%%PORTDOCS%%%%DOCSDIR%%/ortpapi.html -%%PORTDOCS%%%%DOCSDIR%%/right.png -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/up.png -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/ortp