diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/i2p/Makefile | 2 | ||||
-rw-r--r-- | net/i2p/distinfo | 4 | ||||
-rw-r--r-- | net/i2p/files/wrapper.sh | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net/i2p/Makefile b/net/i2p/Makefile index b9f4e0087732..8b67bf528c86 100644 --- a/net/i2p/Makefile +++ b/net/i2p/Makefile @@ -6,7 +6,7 @@ # PORTNAME= i2p -PORTVERSION= 0.4.2.6 +PORTVERSION= 0.5.0.1 CATEGORIES= net java security MASTER_SITES= http://dev.i2p.net/i2p/ diff --git a/net/i2p/distinfo b/net/i2p/distinfo index 3ad863e7cff1..d2664a4e93b7 100644 --- a/net/i2p/distinfo +++ b/net/i2p/distinfo @@ -1,2 +1,2 @@ -MD5 (i2p-0.4.2.6.tar.bz2) = c7f203a1c2a47368a21fbdc650dca6b7 -SIZE (i2p-0.4.2.6.tar.bz2) = 4658313 +MD5 (i2p-0.5.0.1.tar.bz2) = 03304cb8c2bfa481bbfdcf308d977dcb +SIZE (i2p-0.5.0.1.tar.bz2) = 4753700 diff --git a/net/i2p/files/wrapper.sh b/net/i2p/files/wrapper.sh index a76bf27c93f4..e765ab2c0a56 100644 --- a/net/i2p/files/wrapper.sh +++ b/net/i2p/files/wrapper.sh @@ -26,7 +26,8 @@ case "$1" in case "$1" in restart|start) echo 'To access i2p:' - echo 'Point your browser at http://localhost:7657/' + echo 'Point your browser at http://localhost:7657/ to access configuration' + echo 'Point your browser proxy at http://localhost:4444/ to access i2p network' ;; esac exec sh "${I2P_HOME}/${I2P_RC_SCRIPT}" ${1} |