From owner-svn-ports-head@freebsd.org Mon Mar 15 23:07:49 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9561F56B2EA; Mon, 15 Mar 2021 23:07:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DzsX53snNz4b7F; Mon, 15 Mar 2021 23:07:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77CBA19101; Mon, 15 Mar 2021 23:07:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12FN7nD4042246; Mon, 15 Mar 2021 23:07:49 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12FN7mAW042243; Mon, 15 Mar 2021 23:07:48 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103152307.12FN7mAW042243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 15 Mar 2021 23:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568519 - head/devel/ccrtp X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/devel/ccrtp X-SVN-Commit-Revision: 568519 X-SVN-Commit-Repository: ports 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.34 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: Mon, 15 Mar 2021 23:07:49 -0000 Author: nc Date: Mon Mar 15 23:07:48 2021 New Revision: 568519 URL: https://svnweb.freebsd.org/changeset/ports/568519 Log: devel/ccrtp: Update to 2.1.2 PR: 251922 Approved by: maintainer timeout (3 months) Modified: head/devel/ccrtp/Makefile head/devel/ccrtp/distinfo head/devel/ccrtp/pkg-plist Modified: head/devel/ccrtp/Makefile ============================================================================== --- head/devel/ccrtp/Makefile Mon Mar 15 23:06:00 2021 (r568518) +++ head/devel/ccrtp/Makefile Mon Mar 15 23:07:48 2021 (r568519) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ccrtp -PORTVERSION= 2.0.9 -PORTREVISION= 8 +PORTVERSION= 2.1.2 CATEGORIES= devel MASTER_SITES= GNU @@ -28,6 +27,6 @@ post-configure: ${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g' post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libccrtp.so.2.0.6 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libccrtp.so.3.0.1 .include Modified: head/devel/ccrtp/distinfo ============================================================================== --- head/devel/ccrtp/distinfo Mon Mar 15 23:06:00 2021 (r568518) +++ head/devel/ccrtp/distinfo Mon Mar 15 23:07:48 2021 (r568519) @@ -1,2 +1,3 @@ -SHA256 (ccrtp-2.0.9.tar.gz) = 2032176f7d64db05d7bc557a045d0b24ec76f264448a30a7de9f12c5a31530df -SIZE (ccrtp-2.0.9.tar.gz) = 751786 +TIMESTAMP = 1608230727 +SHA256 (ccrtp-2.1.2.tar.gz) = f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e +SIZE (ccrtp-2.1.2.tar.gz) = 764869 Modified: head/devel/ccrtp/pkg-plist ============================================================================== --- head/devel/ccrtp/pkg-plist Mon Mar 15 23:06:00 2021 (r568518) +++ head/devel/ccrtp/pkg-plist Mon Mar 15 23:07:48 2021 (r568519) @@ -16,6 +16,6 @@ include/ccrtp/rtppkt.h include/ccrtp/sources.h lib/libccrtp.a lib/libccrtp.so -lib/libccrtp.so.2 -lib/libccrtp.so.2.0.6 +lib/libccrtp.so.3 +lib/libccrtp.so.3.0.1 libdata/pkgconfig/libccrtp.pc