Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 04:32:14 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496120 - head/security/i2pd
Message-ID:  <201903180432.x2I4WEui051080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Mar 18 04:32:13 2019
New Revision: 496120
URL: https://svnweb.freebsd.org/changeset/ports/496120

Log:
  security/i2pd: unbreak with boost 1.70
  
  PR:		236600
  Obtained from:	upstream

Modified:
  head/security/i2pd/Makefile   (contents, props changed)
  head/security/i2pd/distinfo   (contents, props changed)

Modified: head/security/i2pd/Makefile
==============================================================================
--- head/security/i2pd/Makefile	Mon Mar 18 02:28:10 2019	(r496119)
+++ head/security/i2pd/Makefile	Mon Mar 18 04:32:13 2019	(r496120)
@@ -6,6 +6,9 @@ PORTVERSION=	2.23.0
 PORTREVISION=	1
 CATEGORIES=	security net-p2p
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	fc84d6c4b728.patch:-p1
+
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	C++ implementation of I2P client
 

Modified: head/security/i2pd/distinfo
==============================================================================
--- head/security/i2pd/distinfo	Mon Mar 18 02:28:10 2019	(r496119)
+++ head/security/i2pd/distinfo	Mon Mar 18 04:32:13 2019	(r496120)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1548175954
 SHA256 (PurpleI2P-i2pd-2.23.0_GH0.tar.gz) = 19e8573b44b94ce83bd5705569934049cb1dc39db11449abcb9e4b36afe5a279
 SIZE (PurpleI2P-i2pd-2.23.0_GH0.tar.gz) = 1008677
+SHA256 (fc84d6c4b728.patch) = 1a5253c9cfdc4674866454c149d9fb8b4cc121c32fab1d79c44ba09acffea6d3
+SIZE (fc84d6c4b728.patch) = 1239



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