svn commit: r568519 - head/devel/ccrtp

Neel Chauhan nc at FreeBSD.org
Mon Mar 15 23:07:49 UTC 2021


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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list