View | Details | Raw Unified | Return to bug 129481
Collapse All | Expand All

(-)ccrtp/Makefile (-2 / +2 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	ccrtp
8
PORTNAME=	ccrtp
9
PORTVERSION=	1.6.0
9
PORTVERSION=	1.6.2
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	GNU
11
MASTER_SITES=	GNU
12
12
13
MAINTAINER=	acm@FreeBSD.org
13
MAINTAINER=	acm@FreeBSD.org
14
COMMENT=	Implementation of the real-time transport protocol
14
COMMENT=	Implementation of the real-time transport protocol
15
15
16
LIB_DEPENDS=	ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp
16
LIB_DEPENDS=	ccgnu2-1.6:${PORTSDIR}/devel/commoncpp
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
(-)ccrtp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ccrtp-1.6.0.tar.gz) = ce02643d9091d769943c9b186203a7b4
1
MD5 (ccrtp-1.6.2.tar.gz) = e6abc10abc0784f2aa4dd5597c1f1ad5
2
SHA256 (ccrtp-1.6.0.tar.gz) = 509801156cc54a4af8d1a75fba18698ac4117bdd564ac3f61a4e0f07035a370b
2
SHA256 (ccrtp-1.6.2.tar.gz) = 0370b545050dcf4848cbe14c9f7447b9586dc33075532d6e407757b96ae2a87b
3
SIZE (ccrtp-1.6.0.tar.gz) = 624644
3
SIZE (ccrtp-1.6.2.tar.gz) = 643175
(-)ccrtp/pkg-plist (-1 / +1 lines)
Lines 13-19 Link Here
13
include/ccrtp/rtp.h
13
include/ccrtp/rtp.h
14
include/ccrtp/rtppkt.h
14
include/ccrtp/rtppkt.h
15
include/ccrtp/sources.h
15
include/ccrtp/sources.h
16
lib/libccrtp1-1.6.so.0
16
lib/libccrtp1-1.6.so.1
17
lib/libccrtp1-1.6.so
17
lib/libccrtp1-1.6.so
18
lib/libccrtp1.so
18
lib/libccrtp1.so
19
lib/libccrtp1.a
19
lib/libccrtp1.a

Return to bug 129481