summaryrefslogtreecommitdiff
path: root/net-p2p/freenet/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-02-28 04:29:18 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-02-28 04:29:18 +0000
commitf79d0ba32b283a7476d2d2b731159e573d50ec59 (patch)
treed8d728a69d90c0abc99cc6175c45d69a036643d3 /net-p2p/freenet/Makefile
parentUpdate to 3.7.1 (diff)
o Update to Freenet Stable build 5072 released 20040228 snapshot
o This new build incorporates the new "rate limiting" load balancing mechanism discussed here. Rate limiting has proven surprisingly effective in the unstable branch, typically keeping a node's load within a few percentage points of where it is supposed to be. This is in stark contrast to previous load balancing attempts where load was continuously so high as to render Freenet nodes almost completely useless.
Notes
Notes: svn path=/head/; revision=102340
Diffstat (limited to 'net-p2p/freenet/Makefile')
-rw-r--r--net-p2p/freenet/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile
index 8e85b6c1276b..7f62b57fff5e 100644
--- a/net-p2p/freenet/Makefile
+++ b/net-p2p/freenet/Makefile
@@ -6,10 +6,13 @@
#
PORTNAME= freenet
-PORTVERSION= 0.5.2.1
+PORTVERSION= 0.5.2.1.5072
CATEGORIES= net java security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+#MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://freenetproject.org/snapshots/
+DISTNAME= ${PORTNAME}-20040228
+EXTRACT_SUFX= .tgz
MAINTAINER= lioux@FreeBSD.org
COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech