svn commit: r361473 - in head/net/ortp: . files
Tijl Coosemans
tijl at FreeBSD.org
Thu Jul 10 16:16:33 UTC 2014
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 at 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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list