diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-18 04:32:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-18 04:32:13 +0000 |
commit | ba524dcd260d407fdfbfbc0a3c5364761b13515c (patch) | |
tree | 9cc0b41f0a20cefe17c25d2f1959003ed5d32f1a /security/i2pd/Makefile | |
parent | 97735a908c44d9c969043444082d48768f753532 (diff) | |
download | ports-ba524dcd260d407fdfbfbc0a3c5364761b13515c.tar.gz ports-ba524dcd260d407fdfbfbc0a3c5364761b13515c.zip |
Notes
Diffstat (limited to 'security/i2pd/Makefile')
-rw-r--r-- | security/i2pd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index 141be77e89d2..54f254229ddc 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -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 |