diff options
author | lioux <lioux@FreeBSD.org> | 2010-07-13 18:17:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-07-13 18:17:40 +0800 |
commit | 9f35b3fce1dff8cddfd5dcb3acd0ca024420c12c (patch) | |
tree | 0bc2015b66425578126b57c9cc91f9ddec1678d1 /net-p2p/i2p | |
parent | 08e826049950c3cf03074063e3db2ea40a63bc8d (diff) | |
download | freebsd-ports-gnome-9f35b3fce1dff8cddfd5dcb3acd0ca024420c12c.tar.gz freebsd-ports-gnome-9f35b3fce1dff8cddfd5dcb3acd0ca024420c12c.tar.zst freebsd-ports-gnome-9f35b3fce1dff8cddfd5dcb3acd0ca024420c12c.zip |
o Update to 0.8
o Remove JAVA_OS since it works with either version
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/i2p/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/i2p/files/patch-installer__resources__clients.config | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index bec8815cec0c..3403e778973d 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -6,7 +6,7 @@ # PORTNAME= i2p -PORTVERSION= 0.7.14 +PORTVERSION= 0.8 CATEGORIES= net-p2p java security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:i2p \ http://mirror.i2p2.de/:i2p \ @@ -36,7 +36,6 @@ USE_RC_SUBR= i2p.sh JAVA_BUILD= jdk USE_JAVA= yes JAVA_VERSION= 1.5+ -JAVA_OS= native USE_ANT= yes ALL_TARGET= \ diff --git a/net-p2p/i2p/distinfo b/net-p2p/i2p/distinfo index c23cffd41733..d12799cbeb6d 100644 --- a/net-p2p/i2p/distinfo +++ b/net-p2p/i2p/distinfo @@ -1,6 +1,6 @@ -MD5 (i2psource_0.7.14.tar.bz2) = e7526d252da1ff1c3195eddff82cf2f7 -SHA256 (i2psource_0.7.14.tar.bz2) = d9ffc95fc8be8ea10b9b5e313ca5d7be2b39404ccef93f9cd8362e9f7fe4fe3d -SIZE (i2psource_0.7.14.tar.bz2) = 13614260 +MD5 (i2psource_0.8.tar.bz2) = d170c731b62b4b3f173137956f8fd7b8 +SHA256 (i2psource_0.8.tar.bz2) = a179fc478279383af3420c84699a014a40f9cb0da87ab2a2d2b890639345b999 +SIZE (i2psource_0.8.tar.bz2) = 13700308 MD5 (jetty-5.1.15.tgz) = e9e656f5c9fdfc2790b47be3b907f88f SHA256 (jetty-5.1.15.tgz) = c866bfe7715941e343e66bd5d6696a743b9c0811ef9763848eb673070f4a53d6 SIZE (jetty-5.1.15.tgz) = 11063548 diff --git a/net-p2p/i2p/files/patch-installer__resources__clients.config b/net-p2p/i2p/files/patch-installer__resources__clients.config index d9ba8292ed08..26634dfa81ce 100644 --- a/net-p2p/i2p/files/patch-installer__resources__clients.config +++ b/net-p2p/i2p/files/patch-installer__resources__clients.config @@ -1,9 +1,9 @@ --- ./installer/resources/clients.config.orig 2009-05-31 20:15:45.000000000 -0300 +++ ./installer/resources/clients.config 2009-05-31 20:16:20.000000000 -0300 -@@ -29,7 +29,7 @@ - clientApp.4.name=Browser launch at startup +@@ -36,7 +36,7 @@ + clientApp.4.name=Open Router Console in web browser at startup clientApp.4.args=http://127.0.0.1:7657/index.jsp - clientApp.4.delay=15 + clientApp.4.delay=3 -clientApp.4.startOnLoad=true +clientApp.4.startOnLoad=false |