From owner-svn-ports-all@freebsd.org Mon Mar 18 04:32:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAE5A152E93C; Mon, 18 Mar 2019 04:32:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A7ED6F7A5; Mon, 18 Mar 2019 04:32:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 697431C452; Mon, 18 Mar 2019 04:32:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2I4WEZN051082; Mon, 18 Mar 2019 04:32:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2I4WEui051080; Mon, 18 Mar 2019 04:32:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201903180432.x2I4WEui051080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 18 Mar 2019 04:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496120 - head/security/i2pd X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/security/i2pd X-SVN-Commit-Revision: 496120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A7ED6F7A5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 04:32:15 -0000 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