svn commit: r507867 - in head/devel/fossil: . files

Pietro Cerutti gahr at FreeBSD.org
Fri Aug 2 11:13:06 UTC 2019


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 at 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()
 {


More information about the svn-ports-all mailing list