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

(-)libzrtpcpp/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libzrtpcpp
8
PORTNAME=	libzrtpcpp
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.4.0
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=ccrtp
12
MASTER_SITE_SUBDIR=ccrtp
Lines 14-20 Link Here
14
MAINTAINER=	acm@FreeBSD.org
14
MAINTAINER=	acm@FreeBSD.org
15
COMMENT=	ZRTP extension for GNU ccRTP
15
COMMENT=	ZRTP extension for GNU ccRTP
16
16
17
LIB_DEPENDS=	ccrtp1-1.6.0:${PORTSDIR}/devel/ccrtp
17
LIB_DEPENDS=	ccrtp1-1.6:${PORTSDIR}/devel/ccrtp
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
(-)libzrtpcpp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libzrtpcpp-1.0.0.tar.gz) = ddc7d87fd539bab20114619f00c9f350
1
MD5 (libzrtpcpp-1.4.0.tar.gz) = 690d9bd0051c8c4325575a760bc3a3fe
2
SHA256 (libzrtpcpp-1.0.0.tar.gz) = 7a2f0ebd615621659d2dc3938581ae83aab00dad06488bb2597f4446341e0cb7
2
SHA256 (libzrtpcpp-1.4.0.tar.gz) = 452c18035407ce6ed12fe538614e3876f43a1cbe03cba7eb995de9dad2a5e7d9
3
SIZE (libzrtpcpp-1.0.0.tar.gz) = 405532
3
SIZE (libzrtpcpp-1.4.0.tar.gz) = 447814
(-)libzrtpcpp/files/patch-Makefile.in (-6 / +6 lines)
Lines 1-9 Link Here
1
--- Makefile.in	Wed Oct  4 22:52:54 2006
1
--- Makefile.in.orig	2008-11-18 06:14:18.000000000 -0500
2
+++ Makefile.in	Wed Oct  4 22:54:10 2006
2
+++ Makefile.in	2008-12-07 11:02:05.000000000 -0500
3
@@ -219,7 +219,7 @@
3
@@ -240,7 +240,7 @@
4
 AUTOMAKE_OPTIONS = foreign
4
 	libzrtpcpp.pc.in libzrtpcpp.spec.in autogen.sh autoconf/*
5
 SUBDIRS = src
5
 
6
 EXTRA_DIST = README AUTHORS COPYING *.pc* *.spec* autoconf/* reconfig
6
 ACLOCAL_AMFLAGS = -I m4
7
-pkgconfigdir = $(libdir)/pkgconfig
7
-pkgconfigdir = $(libdir)/pkgconfig
8
+pkgconfigdir = $(libdir)data/pkgconfig
8
+pkgconfigdir = $(libdir)data/pkgconfig
9
 pkgconfig_DATA = libzrtpcpp.pc
9
 pkgconfig_DATA = libzrtpcpp.pc
(-)libzrtpcpp/files/patch-src-libzrtpcpp_ZrtpPacketBase.h (-4 / +4 lines)
Lines 1-9 Link Here
1
--- src/libzrtpcpp/ZrtpPacketBase.h	Fri Oct  6 13:49:31 2006
1
--- src/libzrtpcpp/ZrtpPacketBase.h.orig	2008-10-21 07:39:34.000000000 -0500
2
+++ src/libzrtpcpp/ZrtpPacketBase.h	Fri Oct  6 13:49:55 2006
2
+++ src/libzrtpcpp/ZrtpPacketBase.h	2008-12-07 11:05:06.000000000 -0500
3
@@ -27,6 +27,7 @@
3
@@ -26,6 +26,7 @@
4
 #include <stdint.h>
4
 #include <stdint.h>
5
 #include <string.h>
5
 #include <string.h>
6
 #include <malloc.h>
6
 #include <stdlib.h>
7
+#include <sys/types.h>
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
8
 #include <netinet/in.h>
9
 
9
 
(-)libzrtpcpp/pkg-plist (-20 / +1 lines)
Lines 1-25 Link Here
1
include/libzrtpcpp/Base32.h
1
include/libzrtpcpp/ZrtpCodes.h
2
include/libzrtpcpp/ZrtpCrc32.h
3
include/libzrtpcpp/ZrtpPacketBase.h
4
include/libzrtpcpp/ZrtpPacketDHPart.h
5
include/libzrtpcpp/ZrtpPacketErrorAck.h
6
include/libzrtpcpp/ZrtpPacketHello.h
7
include/libzrtpcpp/ZIDFile.h
8
include/libzrtpcpp/ZrtpPacketClearAck.h
9
include/libzrtpcpp/ZrtpPacketError.h
10
include/libzrtpcpp/ZrtpStateClass.h
11
include/libzrtpcpp/ZIDRecord.h
12
include/libzrtpcpp/ZrtpPacketCommit.h
13
include/libzrtpcpp/ZrtpPacketGoClear.h
14
include/libzrtpcpp/ZrtpStates.h
15
include/libzrtpcpp/ZrtpCallback.h
2
include/libzrtpcpp/ZrtpCallback.h
16
include/libzrtpcpp/ZrtpPacketConf2Ack.h
17
include/libzrtpcpp/zrtpPacket.h
18
include/libzrtpcpp/ZrtpTextData.h
19
include/libzrtpcpp/ZRtp.h
20
include/libzrtpcpp/ZrtpPacketConfirm.h
21
include/libzrtpcpp/ZrtpQueue.h
3
include/libzrtpcpp/ZrtpQueue.h
22
include/libzrtpcpp/ZrtpPacketHelloAck.h
23
include/libzrtpcpp/ZrtpUserCallback.h
4
include/libzrtpcpp/ZrtpUserCallback.h
24
include/libzrtpcpp/TimeoutProvider.h
5
include/libzrtpcpp/TimeoutProvider.h
25
include/libzrtpcpp/zrtpccrtp.h
6
include/libzrtpcpp/zrtpccrtp.h

Return to bug 129482