1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

devel/fossil: enable logging to syslog, bump PORTREVISION

PR:		239126 (based on)
Submitted by:	Tara <tara@anne.cat>
This commit is contained in:
Pietro Cerutti 2019-08-02 11:13:05 +00:00
parent f6fce1e902
commit c336c9c2a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507867
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= fossil
PORTVERSION= 2.9
DISTVERSIONPREFIX= src-
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= devel www
MASTER_SITES= http://fossil-scm.org/index.html/uv/

View File

@ -62,7 +62,7 @@ esac
[ -n "${fossil_notfound}" ] && fossil_args="${fossil_args} --notfound \"${fossil_notfound}\""
[ -n "${fossil_repolist}" ] && fossil_args="${fossil_args} --repolist"
command_args="-f -p ${pidfile} ${procname} server -P ${fossil_port} ${fossil_args} ${fossil_directory}"
command_args="-S -T ${name} -p ${pidfile} ${procname} server -P ${fossil_port} ${fossil_args} ${fossil_directory}"
fossil_precmd()
{