Index: head/security/i2pd/Makefile =================================================================== --- head/security/i2pd/Makefile (revision 504081) +++ head/security/i2pd/Makefile (revision 504082) @@ -1,58 +1,58 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.25.0 +PORTVERSION= 2.26.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 USE_GITHUB= yes GH_ACCOUNT= PurpleI2P USES= cmake:insource compiler:c++11-lib ssl CMAKE_ARGS= -DWITH_GUI=OFF CMAKE_SOURCE_PATH= ${WRKSRC}/build USE_RC_SUBR= ${PORTNAME} PORTDOCS= * USERS= _i2pd GROUPS= _i2pd PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" SUB_FILES= i2pd.newsyslog.conf OPTIONS_DEFINE= AESNI AVX UPNP DOCS HARDENING AESNI_DESC= Use AES-NI instructions set AESNI_CMAKE_BOOL= WITH_AESNI AVX_DESC= Use AVX instructions AVX_CMAKE_BOOL= WITH_AVX UPNP_DESC= Include support for UPnP client UPNP_CMAKE_BOOL= WITH_UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc HARDENING_CMAKE_BOOL= WITH_HARDENING HARDENING_DESC= Use hardening compiler flags do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf @${MKDIR} ${STAGEDIR}/var/run/i2pd @${MKDIR} ${STAGEDIR}/var/log/i2pd @${MKDIR} ${STAGEDIR}/var/db/i2pd do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/security/i2pd/distinfo =================================================================== --- head/security/i2pd/distinfo (revision 504081) +++ head/security/i2pd/distinfo (revision 504082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559570036 -SHA256 (PurpleI2P-i2pd-2.25.0_GH0.tar.gz) = 80486b51abbf082ca427c95a298f037a28504eb3c6c788a700273de34ae1bd6b -SIZE (PurpleI2P-i2pd-2.25.0_GH0.tar.gz) = 1068786 +TIMESTAMP = 1560183475 +SHA256 (PurpleI2P-i2pd-2.26.0_GH0.tar.gz) = 2ae18978c8796bb6b45bc8cfe4e1f25377e0cfc9fcf9f46054b09dc3384eef63 +SIZE (PurpleI2P-i2pd-2.26.0_GH0.tar.gz) = 1073024 Index: head/security/i2pd/files/patch-libi2pd__client_BOB.cpp =================================================================== --- head/security/i2pd/files/patch-libi2pd__client_BOB.cpp (nonexistent) +++ head/security/i2pd/files/patch-libi2pd__client_BOB.cpp (revision 504082) @@ -0,0 +1,11 @@ +--- libi2pd_client/BOB.cpp.orig 2019-06-07 14:25:55 UTC ++++ libi2pd_client/BOB.cpp +@@ -4,6 +4,8 @@ + #include "util.h" + #include "BOB.h" + ++#undef isset // Prevent clash with isset macro from param.h ++ + namespace i2p + { + namespace client Property changes on: head/security/i2pd/files/patch-libi2pd__client_BOB.cpp ___________________________________________________________________ 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