svn commit: r333746 - in head/databases/p5-Bucardo: . files

Mathieu Arnold mat at FreeBSD.org
Thu Nov 14 10:33:14 UTC 2013


Author: mat
Date: Thu Nov 14 10:33:13 2013
New Revision: 333746
URL: http://svnweb.freebsd.org/changeset/ports/333746

Log:
  Set default bucardo_ctl_enable
  
  PR:		183613
  Submitted by:	olgeni

Added:
  head/databases/p5-Bucardo/files/
  head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc   (contents, props changed)
Modified:
  head/databases/p5-Bucardo/Makefile

Modified: head/databases/p5-Bucardo/Makefile
==============================================================================
--- head/databases/p5-Bucardo/Makefile	Thu Nov 14 09:54:07 2013	(r333745)
+++ head/databases/p5-Bucardo/Makefile	Thu Nov 14 10:33:13 2013	(r333746)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Bucardo
 PORTVERSION=	4.5.0
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://bucardo.org/downloads/ ${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	mat/

Added: head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc	Thu Nov 14 10:33:13 2013	(r333746)
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- scripts/bucardo_ctl.rc.orig
++++ scripts/bucardo_ctl.rc
+@@ -15,6 +15,7 @@
+ command="/usr/local/bin/${name}"
+
+ load_rc_config $name
++bucardo_ctl_enable=${bucardo_ctl_enable:-"NO"}
+ bucardo_ctl_flags=${bucardo_ctl_flags:-"--dbuser bucardo --dbname bucardo"}
+
+ rc_usage="start|stop|reload|restart|status|kick [sync_name]"


More information about the svn-ports-all mailing list