svn commit: r496120 - head/security/i2pd

Jan Beich jbeich at FreeBSD.org
Mon Mar 18 04:32:15 UTC 2019


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 at 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


More information about the svn-ports-all mailing list