aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/freenet
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-10 11:05:04 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-10 11:05:04 +0000
commit37f541660f461d5a3eac27bdfaf8e0e15756f82c (patch)
tree1935a0b73d034ac3cbe92c0ec7f0fded3141e683 /net-p2p/freenet
parent817f917859270f40890d3968b996f38e6e3ec9a6 (diff)
downloadports-37f541660f461d5a3eac27bdfaf8e0e15756f82c.tar.gz
ports-37f541660f461d5a3eac27bdfaf8e0e15756f82c.zip
o rc.subr(8) startup scripts should "REQUIRE: LOGIN" instead of
NETWORKING since they rely on su(1) to user accounts other than root o Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=144792
Diffstat (limited to 'net-p2p/freenet')
-rw-r--r--net-p2p/freenet/Makefile2
-rw-r--r--net-p2p/freenet/files/freenet.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile
index 4c548f8579b9..a3101c965013 100644
--- a/net-p2p/freenet/Makefile
+++ b/net-p2p/freenet/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freenet
PORTVERSION= 0.5.2.1.5105
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net java security
MASTER_SITES= http://freenetproject.org/snapshots/ \
http://fgudin.nerim.net/files/
diff --git a/net-p2p/freenet/files/freenet.sh b/net-p2p/freenet/files/freenet.sh
index 50c1e47294be..4d4b75251a6a 100644
--- a/net-p2p/freenet/files/freenet.sh
+++ b/net-p2p/freenet/files/freenet.sh
@@ -5,7 +5,7 @@
# Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org>
# PROVIDE: freenet
-# REQUIRE: NETWORKING
+# REQUIRE: LOGIN
# KEYWORD: FreeBSD shutdown
#