Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2017 13:53:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442774 - head/security/i2pd
Message-ID:  <201706061353.v56DrIgs025912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  6 13:53:18 2017
New Revision: 442774
URL: https://svnweb.freebsd.org/changeset/ports/442774

Log:
  - Update to 2.14.0

Modified:
  head/security/i2pd/Makefile
  head/security/i2pd/distinfo

Modified: head/security/i2pd/Makefile
==============================================================================
--- head/security/i2pd/Makefile	Tue Jun  6 13:51:35 2017	(r442773)
+++ head/security/i2pd/Makefile	Tue Jun  6 13:53:18 2017	(r442774)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	i2pd
-PORTVERSION=	2.13.0
-PORTREVISION=	1
+PORTVERSION=	2.14.0
 CATEGORIES=	security net-p2p
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -32,10 +31,12 @@ 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

Modified: head/security/i2pd/distinfo
==============================================================================
--- head/security/i2pd/distinfo	Tue Jun  6 13:51:35 2017	(r442773)
+++ head/security/i2pd/distinfo	Tue Jun  6 13:53:18 2017	(r442774)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706061353.v56DrIgs025912>