Index: head/net-im/tox/Makefile =================================================================== --- head/net-im/tox/Makefile (revision 457425) +++ head/net-im/tox/Makefile (revision 457426) @@ -1,64 +1,63 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.1.8 -PORTREVISION= 3 +PORTVERSION= 0.1.11 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org COMMENT= ProjectTox-Core library, a decentralized and secure messenger LICENSE= GPLv3 BUILD_DEPENDS= checkmk:devel/check LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libsndfile.so:audio/libsndfile \ libsodium.so:security/libsodium \ libopencv_core.so:graphics/opencv-core \ libopus.so:audio/opus \ libconfig.so:devel/libconfig TEST_DEPENDS= ${LOCALBASE}/lib/libmsgpackc.so:devel/msgpack \ ${LOCALBASE}/lib/libportaudio.so:audio/portaudio USE_GITHUB= yes GH_ACCOUNT= TokTok GH_PROJECT= c-toxcore USES= cmake compiler:c11 libtool pathfix pkgconfig USE_LDCONFIG= yes PLIST_SUB= VER=${PORTVERSION:C/0.//}.0 SO=1 OPTIONS_DEFINE= DAEMON OPTIONS_SUB= yes DAEMON_DESC= Bootstrap daemon DAEMON_CMAKE_ON= -DBOOTSTRAP_DAEMON=on DAEMON_LIB_DEPENDS= libconfig.so:devel/libconfig TEST_TARGET= test .include .if ${PORT_OPTIONS:MDAEMON} USERS= toxdht USE_RC_SUBR= tox-bootstrapd SUB_LIST= TOXDHT=${USERS} PLIST_SUB+= TOXDHT=${USERS} KEYS_DIR= /var/lib/tox-bootstrapd PID_DIR= /var/run/tox-bootstrapd PKGMESSAGE= ${PKGDIR}/pkg-message.daemon .endif post-install: .if ${PORT_OPTIONS:MDAEMON} ${INSTALL_PROGRAM} ${WRKSRC}/tox-bootstrapd ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/other/bootstrap_daemon/tox-bootstrapd.conf \ ${STAGEDIR}${PREFIX}/etc/tox-bootstrapd.conf.sample ${MKDIR} ${STAGEDIR}${KEYS_DIR} ${MKDIR} ${STAGEDIR}${PID_DIR} .endif .include Index: head/net-im/tox/distinfo =================================================================== --- head/net-im/tox/distinfo (revision 457425) +++ head/net-im/tox/distinfo (revision 457426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493418049 -SHA256 (TokTok-c-toxcore-v0.1.8_GH0.tar.gz) = f8b44a54b775a4cb3b6f5efb37d5954bdc6f142c982169f1fad3300c6bf25639 -SIZE (TokTok-c-toxcore-v0.1.8_GH0.tar.gz) = 445922 +TIMESTAMP = 1514391164 +SHA256 (TokTok-c-toxcore-v0.1.11_GH0.tar.gz) = 85b6184a160c343616e3253a0bf728cfe1588e73b6d6f8772aa1e44061e41b10 +SIZE (TokTok-c-toxcore-v0.1.11_GH0.tar.gz) = 458597 Index: head/net-im/tox/files/patch-CMakeLists.txt =================================================================== --- head/net-im/tox/files/patch-CMakeLists.txt (nonexistent) +++ head/net-im/tox/files/patch-CMakeLists.txt (revision 457426) @@ -0,0 +1,26 @@ +--- CMakeLists.txt.orig 2017-12-27 18:43:18 UTC ++++ CMakeLists.txt +@@ -349,23 +349,6 @@ if(NOT SPECTEST) + endif() + endif() + +-if(MSGPACK_FOUND) +- add_c_executable(toxcore-sut +- testing/hstox/binary_decode.c +- testing/hstox/binary_encode.c +- testing/hstox/driver.c +- testing/hstox/methods.c +- testing/hstox/packet_kinds.c +- testing/hstox/test_main.c +- testing/hstox/util.c) +- target_link_modules(toxcore-sut +- toxcore +- ${MSGPACK_LIBRARIES}) +- if(SPECTEST) +- add_test(NAME spectest COMMAND ${SPECTEST} $) +- endif() +-endif() +- + ################################################################################ + # + # :: Automated regression tests Property changes on: head/net-im/tox/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property