svn commit: r420397 - in head/security/i2pd: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 18 10:12:34 UTC 2016


Author: amdmi3
Date: Thu Aug 18 10:12:33 2016
New Revision: 420397
URL: https://svnweb.freebsd.org/changeset/ports/420397

Log:
  - Update to 2.9.0
  - Switch to USES=ssl

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

Modified: head/security/i2pd/Makefile
==============================================================================
--- head/security/i2pd/Makefile	Thu Aug 18 10:08:57 2016	(r420396)
+++ head/security/i2pd/Makefile	Thu Aug 18 10:12:33 2016	(r420397)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	i2pd
-PORTVERSION=	2.7.0
+PORTVERSION=	2.9.0
 CATEGORIES=	security net-p2p
 
 MAINTAINER=	amdmi3 at FreeBSD.org
@@ -13,15 +13,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	does not build
 BROKEN_FreeBSD_9=	does not build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	PurpleI2P
 
-USES=		cmake compiler:c++11-lib
+USES=		cmake compiler:c++11-lib ssl
 CMAKE_SOURCE_PATH=${WRKSRC}/build
-USE_OPENSSL=	yes
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz

Modified: head/security/i2pd/distinfo
==============================================================================
--- head/security/i2pd/distinfo	Thu Aug 18 10:08:57 2016	(r420396)
+++ head/security/i2pd/distinfo	Thu Aug 18 10:12:33 2016	(r420397)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464019672
-SHA256 (PurpleI2P-i2pd-2.7.0_GH0.tar.gz) = e4a3e192e424492962092f65a04fe12cac10f267ba2c99e2e62ca917741fba7e
-SIZE (PurpleI2P-i2pd-2.7.0_GH0.tar.gz) = 410922
+TIMESTAMP = 1471280887
+SHA256 (PurpleI2P-i2pd-2.9.0_GH0.tar.gz) = 48139f83352f26023b99d7d6ee49e648febd2a8db6beb88c108facaf46a282e2
+SIZE (PurpleI2P-i2pd-2.9.0_GH0.tar.gz) = 2967757


More information about the svn-ports-all mailing list