Sun Jan 13 18:22:10 2019 UTC ()
cctp: fix shared library name


(adam)
diff -r1.12 -r1.13 pkgsrc/net/ccrtp/Makefile
diff -r1.3 -r1.4 pkgsrc/net/ccrtp/PLIST

cvs diff -r1.12 -r1.13 pkgsrc/net/ccrtp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ccrtp/Makefile 2018/04/17 22:29:32 1.12
+++ pkgsrc/net/ccrtp/Makefile 2019/01/13 18:22:10 1.13
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.12 2018/04/17 22:29:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2019/01/13 18:22:10 adam Exp $
2# 
3 2
4DISTNAME= ccrtp-2.1.2 3DISTNAME= ccrtp-2.1.2
5PKGREVISION= 4 4PKGREVISION= 5
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/} 6MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnu.org/software/ccrtp/ 9HOMEPAGE= http://www.gnu.org/software/ccrtp/
11COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp 10COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_PKGLOCALEDIR= yes 13USE_CMAKE= yes
15USE_LIBTOOL= yes 
16USE_LANGUAGES+= c c++ 14USE_LANGUAGES+= c c++
 15USE_PKGLOCALEDIR= yes
17USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
18USE_CMAKE= yes 
19PKGCONFIG_OVERRIDE+= libccrtp.pc.in 17PKGCONFIG_OVERRIDE+= libccrtp.pc.in
20INFO_FILES= yes 18INFO_FILES= yes
21 19
 20CMAKE_ARGS+= -DLIB_VERSION=${PKGVERSION_NOREV}
 21CMAKE_ARGS+= -DSOVERSION=2
 22
22.include "options.mk" 23.include "options.mk"
23 24
24BUILDLINK_API_DEPENDS.ucommon+= ucommon>=6.3.1 25BUILDLINK_API_DEPENDS.ucommon+= ucommon>=6.3.1
25.include "../../devel/ucommon/buildlink3.mk" 26.include "../../devel/ucommon/buildlink3.mk"
26.include "../../mk/pthread.buildlink3.mk" 27.include "../../mk/pthread.buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/net/ccrtp/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ccrtp/PLIST 2018/01/01 22:29:46 1.3
+++ pkgsrc/net/ccrtp/PLIST 2019/01/13 18:22:10 1.4
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:46 rillig Exp $ 1@comment $NetBSD: PLIST,v 1.4 2019/01/13 18:22:10 adam Exp $
2include/ccrtp/CryptoContext.h 2include/ccrtp/CryptoContext.h
3include/ccrtp/CryptoContextCtrl.h 3include/ccrtp/CryptoContextCtrl.h
4include/ccrtp/base.h 4include/ccrtp/base.h
5include/ccrtp/channel.h 5include/ccrtp/channel.h
6include/ccrtp/cqueue.h 6include/ccrtp/cqueue.h
7include/ccrtp/ext.h 7include/ccrtp/ext.h
8include/ccrtp/formats.h 8include/ccrtp/formats.h
9include/ccrtp/ioqueue.h 9include/ccrtp/ioqueue.h
10include/ccrtp/iqueue.h 10include/ccrtp/iqueue.h
11include/ccrtp/oqueue.h 11include/ccrtp/oqueue.h
12include/ccrtp/pool.h 12include/ccrtp/pool.h
13include/ccrtp/queuebase.h 13include/ccrtp/queuebase.h
14include/ccrtp/rtcppkt.h 14include/ccrtp/rtcppkt.h
15include/ccrtp/rtp.h 15include/ccrtp/rtp.h
16include/ccrtp/rtppkt.h 16include/ccrtp/rtppkt.h
17include/ccrtp/sources.h 17include/ccrtp/sources.h
18info/ccrtp.info 18info/ccrtp.info
19lib/libccrtp.so 19lib/libccrtp.so
20lib/libccrtp.so.SOVERSION 20lib/libccrtp.so.${PKGVERSION}
 21lib/libccrtp.so.2
21lib/pkgconfig/libccrtp.pc 22lib/pkgconfig/libccrtp.pc