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

Mathieu Arnold mat at FreeBSD.org
Mon Jun 9 12:31:18 UTC 2014


Author: mat
Date: Mon Jun  9 12:31:17 2014
New Revision: 357143
URL: http://svnweb.freebsd.org/changeset/ports/357143
QAT: https://qat.redports.org/buildarchive/r357143/

Log:
  - Set license to BSD2CLAUSE.
  - Set rcvar to bucardo_ctl_enable; do not call set_rcvar.
  
  PR:		190124
  Submitted by:	olgeni@
  Sponsored by:	Absolight

Modified:
  head/databases/p5-Bucardo/Makefile
  head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc

Modified: head/databases/p5-Bucardo/Makefile
==============================================================================
--- head/databases/p5-Bucardo/Makefile	Mon Jun  9 12:28:33 2014	(r357142)
+++ head/databases/p5-Bucardo/Makefile	Mon Jun  9 12:31:17 2014	(r357143)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Bucardo
 PORTVERSION=	4.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://bucardo.org/downloads/ ${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	mat/
@@ -12,7 +12,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mat at FreeBSD.org
 COMMENT=	Asynchronous PostgreSQL replication system
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-DBI>=1.51:${PORTSDIR}/databases/p5-DBI \

Modified: head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc
==============================================================================
--- head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc	Mon Jun  9 12:28:33 2014	(r357142)
+++ head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc	Mon Jun  9 12:31:17 2014	(r357143)
@@ -3,11 +3,16 @@ $FreeBSD$
 
 --- scripts/bucardo_ctl.rc.orig
 +++ scripts/bucardo_ctl.rc
-@@ -15,6 +15,7 @@
+@@ -11,10 +11,11 @@
+ . /etc/rc.subr
+ 
+ name="bucardo_ctl"
+-rcvar=`set_rcvar`
++rcvar="bucardo_ctl_enable"
  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-head mailing list