From 47d5add7a77c3fd19e79b13b37f9f7ed8a1427a6 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 4 Mar 2005 02:47:29 +0000 Subject: o Update to 0.5.0.1 o Improve startup message in wrapper script --- net-p2p/i2p/Makefile | 2 +- net-p2p/i2p/distinfo | 4 ++-- net-p2p/i2p/files/wrapper.sh | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'net-p2p/i2p') diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index b9f4e0087732..8b67bf528c86 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/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-p2p/i2p/distinfo b/net-p2p/i2p/distinfo index 3ad863e7cff1..d2664a4e93b7 100644 --- a/net-p2p/i2p/distinfo +++ b/net-p2p/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-p2p/i2p/files/wrapper.sh b/net-p2p/i2p/files/wrapper.sh index a76bf27c93f4..e765ab2c0a56 100644 --- a/net-p2p/i2p/files/wrapper.sh +++ b/net-p2p/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} -- cgit v1.2.3