svn commit: r431221 - head/devel/jrtplib

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jan 12 07:10:55 UTC 2017


Author: vanilla
Date: Thu Jan 12 07:10:53 2017
New Revision: 431221
URL: https://svnweb.freebsd.org/changeset/ports/431221

Log:
  1: Update to 3.10.0.
  2: use pathfix, and remove uneeded post-patch.

Modified:
  head/devel/jrtplib/Makefile
  head/devel/jrtplib/distinfo
  head/devel/jrtplib/pkg-plist

Modified: head/devel/jrtplib/Makefile
==============================================================================
--- head/devel/jrtplib/Makefile	Thu Jan 12 06:44:28 2017	(r431220)
+++ head/devel/jrtplib/Makefile	Thu Jan 12 07:10:53 2017	(r431221)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jrtplib
-PORTVERSION=	3.9.1
+PORTVERSION=	3.10.0
 CATEGORIES=	devel
 MASTER_SITES=	http://research.edm.uhasselt.be/jori/jrtplib/
 
@@ -12,13 +12,9 @@ COMMENT=	Object-oriented RTP library wri
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.MIT
 
-USES=		cmake tar:bzip2
+USES=		cmake pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	JRTPLIB_VER="${PORTVERSION}"
 
-post-patch:
-	@${REINPLACE_CMD} -e \
-		'/pkgconfig/s|$${LIBRARY_INSTALL_DIR}|$${CMAKE_INSTALL_PREFIX}/libdata|' ${WRKSRC}/CMakeLists.txt
-
 .include <bsd.port.mk>

Modified: head/devel/jrtplib/distinfo
==============================================================================
--- head/devel/jrtplib/distinfo	Thu Jan 12 06:44:28 2017	(r431220)
+++ head/devel/jrtplib/distinfo	Thu Jan 12 07:10:53 2017	(r431221)
@@ -1,2 +1,3 @@
-SHA256 (jrtplib-3.9.1.tar.bz2) = a99a0d5764e8ca9f84bf167e6de91c3092ce3633497bacc3e2d13b69aa4403df
-SIZE (jrtplib-3.9.1.tar.bz2) = 117735
+TIMESTAMP = 1484204919
+SHA256 (jrtplib-3.10.0.tar.bz2) = 3b2896a8246abe570dc5b60f8501fad9d5aa874430fb7d49dac0e04d1734a1cb
+SIZE (jrtplib-3.10.0.tar.bz2) = 143155

Modified: head/devel/jrtplib/pkg-plist
==============================================================================
--- head/devel/jrtplib/pkg-plist	Thu Jan 12 06:44:28 2017	(r431220)
+++ head/devel/jrtplib/pkg-plist	Thu Jan 12 07:10:53 2017	(r431221)
@@ -37,9 +37,11 @@ include/jrtplib3/rtprandomrand48.h
 include/jrtplib3/rtprandomrands.h
 include/jrtplib3/rtprandomurandom.h
 include/jrtplib3/rtprawpacket.h
+include/jrtplib3/rtpsecuresession.h
 include/jrtplib3/rtpsession.h
 include/jrtplib3/rtpsessionparams.h
 include/jrtplib3/rtpsessionsources.h
+include/jrtplib3/rtpsocketutil.h
 include/jrtplib3/rtpsourcedata.h
 include/jrtplib3/rtpsources.h
 include/jrtplib3/rtpstructs.h


More information about the svn-ports-all mailing list