diff options
author | lioux <lioux@FreeBSD.org> | 2005-03-04 10:47:29 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-03-04 10:47:29 +0800 |
commit | 71ba6cbf5f83812cf90a74c11c0530f720291454 (patch) | |
tree | 2f3543bfbb4a8d34436a006d898cf1593cdc41ed /net-p2p/i2p | |
parent | f251e319ed7d323d9e1b28eaf6d8c2b00d2f5a4e (diff) | |
download | freebsd-ports-gnome-71ba6cbf5f83812cf90a74c11c0530f720291454.tar.gz freebsd-ports-gnome-71ba6cbf5f83812cf90a74c11c0530f720291454.tar.zst freebsd-ports-gnome-71ba6cbf5f83812cf90a74c11c0530f720291454.zip |
o Update to 0.5.0.1
o Improve startup message in wrapper script
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/i2p/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/i2p/files/wrapper.sh | 3 |
3 files changed, 5 insertions, 4 deletions
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} |