summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/fossil/Makefile1
-rw-r--r--devel/fossil/files/fossil.in19
2 files changed, 1 insertions, 19 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 11767f6ebbe0..20aeac5517f9 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fossil
PORTVERSION= 1.33
PORTEPOCH= 2
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
DISTVERSIONPREFIX= src-
diff --git a/devel/fossil/files/fossil.in b/devel/fossil/files/fossil.in
index b625ffb8df7b..8615f65ba2f6 100644
--- a/devel/fossil/files/fossil.in
+++ b/devel/fossil/files/fossil.in
@@ -59,27 +59,8 @@ esac
command_args="-f -p ${pidfile} ${procname} server -P ${fossil_port} ${fossil_args} ${fossil_directory}"
-fossil_setfib()
-{
- if command -v check_namevarlist > /dev/null 2>&1; then
- check_namevarlist fib && return 0
- fi
-
- ${SYSCTL} net.fibs >/dev/null 2>&1 || return 0
-
- fossil_fib=${fossil_fib:-"NONE"}
- case "$fossil_fib" in
- [Nn][Oo][Nn][Ee])
- ;;
- *)
- command="setfib -F ${fossil_fib} ${command}"
- ;;
- esac
-}
-
fossil_precmd()
{
- fossil_setfib
install -d -o root -g wheel -m 1777 /var/run/fossil
}