Index: head/security/i2pd/Makefile =================================================================== --- head/security/i2pd/Makefile (revision 442773) +++ head/security/i2pd/Makefile (revision 442774) @@ -1,56 +1,57 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.13.0 -PORTREVISION= 1 +PORTVERSION= 2.14.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: error: to_string is not a member of std USE_GITHUB= yes GH_ACCOUNT= PurpleI2P USES= cmake compiler:c++11-lib ssl 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 UPNP DOCS +OPTIONS_DEFINE= AESNI AVX UPNP DOCS 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 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 442773) +++ head/security/i2pd/distinfo (revision 442774) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491649075 -SHA256 (PurpleI2P-i2pd-2.13.0_GH0.tar.gz) = 9fbf9750503dd565ba5b31b16e1de959bda59530f088d40b14618d3ef238b065 -SIZE (PurpleI2P-i2pd-2.13.0_GH0.tar.gz) = 3131893 +TIMESTAMP = 1496650029 +SHA256 (PurpleI2P-i2pd-2.14.0_GH0.tar.gz) = 3cb5751d9584449721e2f3ae878411b652863fa7093994f1d8cce1fd3b40bf71 +SIZE (PurpleI2P-i2pd-2.14.0_GH0.tar.gz) = 1906272