Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2019 11:13:06 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507867 - in head/devel/fossil: . files
Message-ID:  <201908021113.x72BD6ah082517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Fri Aug  2 11:13:05 2019
New Revision: 507867
URL: https://svnweb.freebsd.org/changeset/ports/507867

Log:
  devel/fossil: enable logging to syslog, bump PORTREVISION
  
  PR:		239126 (based on)
  Submitted by:	Tara <tara@anne.cat>

Modified:
  head/devel/fossil/Makefile
  head/devel/fossil/files/fossil.in

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Fri Aug  2 10:43:36 2019	(r507866)
+++ head/devel/fossil/Makefile	Fri Aug  2 11:13:05 2019	(r507867)
@@ -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/

Modified: head/devel/fossil/files/fossil.in
==============================================================================
--- head/devel/fossil/files/fossil.in	Fri Aug  2 10:43:36 2019	(r507866)
+++ head/devel/fossil/files/fossil.in	Fri Aug  2 11:13:05 2019	(r507867)
@@ -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()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908021113.x72BD6ah082517>