From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 21:20:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A7EDB66 for ; Thu, 22 May 2014 21:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 645902C9F for ; Thu, 22 May 2014 21:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MLK2xQ067596 for ; Thu, 22 May 2014 21:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4MLK2Xx067595; Thu, 22 May 2014 21:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 22 May 2014 21:20:02 GMT Resent-Message-Id: <201405222120.s4MLK2Xx067595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94EAA9DF for ; Thu, 22 May 2014 21:11:53 +0000 (UTC) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 52E932C47 for ; Thu, 22 May 2014 21:11:52 +0000 (UTC) Received: by olgeni.olgeni.com (Postfix, from userid 58) id 02E7717449C; Thu, 22 May 2014 23:11:51 +0200 (CEST) Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2]) by olgeni.olgeni.com (Postfix) with ESMTP id 9E83E174487 for ; Thu, 22 May 2014 23:11:47 +0200 (CEST) Received: from olgeni.olgeni (localhost [127.0.0.1]) by olgeni.olgeni (8.14.8/8.14.8) with ESMTP id s4MLBlYI069875 for ; Thu, 22 May 2014 23:11:47 +0200 (CEST) (envelope-from olgeni@olgeni.olgeni) Received: (from olgeni@localhost) by olgeni.olgeni (8.14.8/8.14.8/Submit) id s4MLBl7N069874; Thu, 22 May 2014 23:11:47 +0200 (CEST) (envelope-from olgeni) Message-Id: <201405222111.s4MLBl7N069874@olgeni.olgeni> Date: Thu, 22 May 2014 23:11:47 +0200 (CEST) From: Jimmy Olgeni Reply-To: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/190124: misc. fixes for databases/p5-Bucardo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 21:20:02 -0000 >Number: 190124 >Category: ports >Synopsis: misc. fixes for databases/p5-Bucardo >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 22 21:20:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 10.0-STABLE amd64 >Organization: >Environment: >Description: The databases/p5-Bucardo port needs a few minor fixes: - Set license to BSD2CLAUSE. - Set rcvar to bucardo_ctl_enable; do not call set_rcvar. - Add missing items to pkg-plist. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 354599) +++ Makefile (working copy) @@ -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 @@ MAINTAINER= mat@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 \ Index: files/patch-scripts_bucardo__ctl.rc =================================================================== --- files/patch-scripts_bucardo__ctl.rc (revision 354599) +++ files/patch-scripts_bucardo__ctl.rc (working copy) @@ -3,11 +3,16 @@ --- 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]" Index: pkg-plist =================================================================== --- pkg-plist (revision 354599) +++ pkg-plist (working copy) @@ -2,6 +2,8 @@ etc/rc.d/bucardo %%PERL5_MAN3%%/Bucardo.3.gz %%SITE_PERL%%/Bucardo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bucardo/.packlist man/man1/bucardo_ctl.1.gz share/bucardo/bucardo.schema +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bucardo @dirrm share/bucardo >Release-Note: >Audit-Trail: >Unformatted: