o Update to 0.5.0.1

o Improve startup message in wrapper script
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-03-04 02:47:29 +00:00
parent eb498fc3fc
commit 47d5add7a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130310
6 changed files with 10 additions and 8 deletions

View file

@ -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/

View file

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

View file

@ -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}

View file

@ -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/

View file

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

View file

@ -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}