svn commit: r564745 - head/net/yate

Neel Chauhan nc at FreeBSD.org
Mon Feb 8 23:48:18 UTC 2021


Author: nc
Date: Mon Feb  8 23:48:17 2021
New Revision: 564745
URL: https://svnweb.freebsd.org/changeset/ports/564745

Log:
  net/yate: Update to 6.2.0 and adopt port

Modified:
  head/net/yate/Makefile
  head/net/yate/distinfo
  head/net/yate/pkg-plist

Modified: head/net/yate/Makefile
==============================================================================
--- head/net/yate/Makefile	Mon Feb  8 23:40:20 2021	(r564744)
+++ head/net/yate/Makefile	Mon Feb  8 23:48:17 2021	(r564745)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	yate
-PORTVERSION=	6.1.0
-PORTREVISION=	2
+PORTVERSION=	6.2.0
 CATEGORIES=	net
 MASTER_SITES=	http://yate.null.ro/tarballs/yate6/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	nc at FreeBSD.org
 COMMENT=	Yet Another Telephony Engine
 
 LICENSE=	GPLv2

Modified: head/net/yate/distinfo
==============================================================================
--- head/net/yate/distinfo	Mon Feb  8 23:40:20 2021	(r564744)
+++ head/net/yate/distinfo	Mon Feb  8 23:48:17 2021	(r564745)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535638826
-SHA256 (yate-6.1.0-1.tar.gz) = ed88519c8e2f63eec0d699bc6ed8831854af9b32b654b3d7e7c2697b528aa377
-SIZE (yate-6.1.0-1.tar.gz) = 6074737
+TIMESTAMP = 1612827708
+SHA256 (yate-6.2.0-1.tar.gz) = 962dda8f46b414fa8cd86286dcf018c023bf11cba0396e5d7467a6c827e7cbfb
+SIZE (yate-6.2.0-1.tar.gz) = 6114538

Modified: head/net/yate/pkg-plist
==============================================================================
--- head/net/yate/pkg-plist	Mon Feb  8 23:40:20 2021	(r564744)
+++ head/net/yate/pkg-plist	Mon Feb  8 23:48:17 2021	(r564745)
@@ -58,6 +58,7 @@ bin/yate-config
 @sample %%ETCDIR%%/tdmcard.conf.sample
 @sample %%ETCDIR%%/tonegen.conf.sample
 @sample %%ETCDIR%%/users.conf.sample
+ at sample %%ETCDIR%%/wiresniff.conf.sample
 @sample %%ETCDIR%%/wpcard.conf.sample
 @sample %%ETCDIR%%/yate-qt4.conf.sample
 @sample %%ETCDIR%%/yate.conf.sample
@@ -84,6 +85,7 @@ include/yate/yateversn.h
 include/yate/yateasn.h
 include/yate/yateradio.h
 include/yate/yatescript.h
+include/yate/yatewiresniff.h
 lib/libyate.so.%%VERSION%%
 lib/libyate.so
 lib/libyatescript.so.%%VERSION%%
@@ -186,6 +188,8 @@ lib/yate/ilbcwebrtc.yate
 lib/yate/isaccodec.yate
 lib/yate/speexcodec.yate
 lib/yate/zlibcompress.yate
+lib/yate/g722webrtc.yate
+lib/yate/wiresniff.yate
 libdata/pkgconfig/yate.pc
 man/man8/yate.8.gz
 man/man8/yate-config.8.gz
@@ -201,6 +205,9 @@ man/man8/yate-config.8.gz
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/messages.html
 %%PORTDOCS%%%%DOCSDIR%%/api/index.html
+%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict64-members.html
+%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict64.html
+%%PORTDOCS%%%%DOCSDIR%%/api/yatewiresniff_8h_source.html
 %%DATADIR%%/data/snmp_mib.conf
 %%DATADIR%%/data/NULL-TEAM-MIB.txt
 %%DATADIR%%/data/YATE-MIB.txt


More information about the svn-ports-all mailing list