mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.4.0
PR: 129482 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com>
This commit is contained in:
parent
aba2ae3642
commit
4f95f5a22f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224170
5 changed files with 17 additions and 36 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libzrtpcpp
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR=ccrtp
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=ccrtp
|
|||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= ZRTP extension for GNU ccRTP
|
||||
|
||||
LIB_DEPENDS= ccrtp1-1.6.0:${PORTSDIR}/devel/ccrtp
|
||||
LIB_DEPENDS= ccrtp1-1.6.1:${PORTSDIR}/devel/ccrtp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libzrtpcpp-1.0.0.tar.gz) = ddc7d87fd539bab20114619f00c9f350
|
||||
SHA256 (libzrtpcpp-1.0.0.tar.gz) = 7a2f0ebd615621659d2dc3938581ae83aab00dad06488bb2597f4446341e0cb7
|
||||
SIZE (libzrtpcpp-1.0.0.tar.gz) = 405532
|
||||
MD5 (libzrtpcpp-1.4.0.tar.gz) = 690d9bd0051c8c4325575a760bc3a3fe
|
||||
SHA256 (libzrtpcpp-1.4.0.tar.gz) = 452c18035407ce6ed12fe538614e3876f43a1cbe03cba7eb995de9dad2a5e7d9
|
||||
SIZE (libzrtpcpp-1.4.0.tar.gz) = 447814
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- Makefile.in Wed Oct 4 22:52:54 2006
|
||||
+++ Makefile.in Wed Oct 4 22:54:10 2006
|
||||
@@ -219,7 +219,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = src
|
||||
EXTRA_DIST = README AUTHORS COPYING *.pc* *.spec* autoconf/* reconfig
|
||||
--- Makefile.in 2008-12-10 14:22:50.000000000 -0500
|
||||
+++ Makefile.in 2008-12-10 14:24:40.000000000 -0500
|
||||
@@ -240,7 +240,7 @@
|
||||
libzrtpcpp.pc.in libzrtpcpp.spec.in autogen.sh autoconf/*
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(libdir)data/pkgconfig
|
||||
pkgconfig_DATA = libzrtpcpp.pc
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- src/libzrtpcpp/ZrtpPacketBase.h Fri Oct 6 13:49:31 2006
|
||||
+++ src/libzrtpcpp/ZrtpPacketBase.h Fri Oct 6 13:49:55 2006
|
||||
@@ -27,6 +27,7 @@
|
||||
--- src/libzrtpcpp/ZrtpPacketBase.h 2008-12-10 14:30:18.000000000 -0500
|
||||
+++ src/libzrtpcpp/ZrtpPacketBase.h 2008-12-10 14:30:38.000000000 -0500
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
|
|
|
@ -1,28 +1,9 @@
|
|||
include/libzrtpcpp/Base32.h
|
||||
include/libzrtpcpp/ZrtpCrc32.h
|
||||
include/libzrtpcpp/ZrtpPacketBase.h
|
||||
include/libzrtpcpp/ZrtpPacketDHPart.h
|
||||
include/libzrtpcpp/ZrtpPacketErrorAck.h
|
||||
include/libzrtpcpp/ZrtpPacketHello.h
|
||||
include/libzrtpcpp/ZIDFile.h
|
||||
include/libzrtpcpp/ZrtpPacketClearAck.h
|
||||
include/libzrtpcpp/ZrtpPacketError.h
|
||||
include/libzrtpcpp/ZrtpStateClass.h
|
||||
include/libzrtpcpp/ZIDRecord.h
|
||||
include/libzrtpcpp/ZrtpPacketCommit.h
|
||||
include/libzrtpcpp/ZrtpPacketGoClear.h
|
||||
include/libzrtpcpp/ZrtpStates.h
|
||||
include/libzrtpcpp/ZrtpCodes.h
|
||||
include/libzrtpcpp/ZrtpCallback.h
|
||||
include/libzrtpcpp/ZrtpPacketConf2Ack.h
|
||||
include/libzrtpcpp/zrtpPacket.h
|
||||
include/libzrtpcpp/ZrtpTextData.h
|
||||
include/libzrtpcpp/ZRtp.h
|
||||
include/libzrtpcpp/ZrtpPacketConfirm.h
|
||||
include/libzrtpcpp/ZrtpQueue.h
|
||||
include/libzrtpcpp/ZrtpPacketHelloAck.h
|
||||
include/libzrtpcpp/ZrtpUserCallback.h
|
||||
include/libzrtpcpp/TimeoutProvider.h
|
||||
include/libzrtpcpp/zrtpccrtp.h
|
||||
include/libzrtpcpp/TimeoutProvider.h
|
||||
lib/libzrtpcpp.so.0
|
||||
lib/libzrtpcpp.so
|
||||
lib/libzrtpcpp.la
|
||||
|
|
Loading…
Add table
Reference in a new issue