Index: head/security/i2pd/files/patch-build_CMakeLists.txt =================================================================== --- head/security/i2pd/files/patch-build_CMakeLists.txt (revision 424716) +++ head/security/i2pd/files/patch-build_CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- build/CMakeLists.txt.orig 2016-08-12 15:07:00 UTC -+++ build/CMakeLists.txt -@@ -357,7 +357,7 @@ if (WITH_BINARY) - endif () - - if (WITH_UPNP) -- target_link_libraries("${PROJECT_NAME}" "miniupnpc") -+ target_link_libraries("${PROJECT_NAME}" "${MINIUPNPC_LIBRARY}") - endif () - - # FindBoost pulls pthread for thread which is broken for static linking at least on Ubuntu 15.04 Property changes on: head/security/i2pd/files/patch-build_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/i2pd/files/patch-build_cmake__modules_FindMiniUPnPc.cmake =================================================================== --- head/security/i2pd/files/patch-build_cmake__modules_FindMiniUPnPc.cmake (revision 424716) +++ head/security/i2pd/files/patch-build_cmake__modules_FindMiniUPnPc.cmake (nonexistent) @@ -1,32 +0,0 @@ ---- build/cmake_modules/FindMiniUPnPc.cmake.orig 2016-08-12 15:07:00 UTC -+++ build/cmake_modules/FindMiniUPnPc.cmake -@@ -1,6 +1,6 @@ - # - Find MINIUPNPC - --if(MINIUPNPC_INCLUDE_DIR) -+if(MINIUPNPC_INCLUDE_DIR AND MINIUPNPC_LIBRARY) - set(MINIUPNPC_FOUND TRUE) - - else() -@@ -11,15 +11,18 @@ else() - $ENV{SystemDrive} - ${PROJECT_SOURCE_DIR}/../.. - ) -- -- if(MINIUPNPC_INCLUDE_DIR) -+ -+ find_library(MINIUPNPC_LIBRARY miniupnpc) -+ -+ if(MINIUPNPC_INCLUDE_DIR AND MINIUPNPC_LIBRARY) - set(MINIUPNPC_FOUND TRUE) - message(STATUS "Found MiniUPnP headers: ${MINIUPNPC_INCLUDE_DIR}") -+ message(STATUS "Found MiniUPnP library: ${MINIUPNPC_LIBRARY}") - else() - set(MINIUPNPC_FOUND FALSE) - message(STATUS "MiniUPnP not found.") - endif() - -- mark_as_advanced(MINIUPNPC_INCLUDE_DIR) -+ mark_as_advanced(MINIUPNPC_INCLUDE_DIR MINIUPNPC_LIBRARY) - - endif() Property changes on: head/security/i2pd/files/patch-build_cmake__modules_FindMiniUPnPc.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/i2pd/Makefile =================================================================== --- head/security/i2pd/Makefile (revision 424716) +++ head/security/i2pd/Makefile (revision 424717) @@ -1,46 +1,46 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.9.0 +PORTVERSION= 2.10.0 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ implementation of I2P client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs BROKEN_powerpc64= does not build BROKEN_FreeBSD_9= does not build USE_GITHUB= yes GH_ACCOUNT= PurpleI2P USES= cmake compiler:c++11-lib ssl CMAKE_SOURCE_PATH=${WRKSRC}/build PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= AESNI UPNP DOCS AESNI_DESC= Use AES-NI instructions set AESNI_CMAKE_BOOL= WITH_AESNI UPNP_DESC= Include support for UPnP client UPNP_CMAKE_BOOL= WITH_UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/configuration.md ${STAGEDIR}${DOCSDIR}/ .include Index: head/security/i2pd/distinfo =================================================================== --- head/security/i2pd/distinfo (revision 424716) +++ head/security/i2pd/distinfo (revision 424717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471280887 -SHA256 (PurpleI2P-i2pd-2.9.0_GH0.tar.gz) = 48139f83352f26023b99d7d6ee49e648febd2a8db6beb88c108facaf46a282e2 -SIZE (PurpleI2P-i2pd-2.9.0_GH0.tar.gz) = 2967757 +TIMESTAMP = 1476796329 +SHA256 (PurpleI2P-i2pd-2.10.0_GH0.tar.gz) = 614d746e4d0b13433de56eb0492a6a4aa36a5b43ab88f12429ed5bd20baa78a0 +SIZE (PurpleI2P-i2pd-2.10.0_GH0.tar.gz) = 2985581