Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 16:28:45 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359108 - in head: . databases/p5-Bucardo databases/p5-Bucardo/files
Message-ID:  <201406241628.s5OGSjMm007013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun 24 16:28:45 2014
New Revision: 359108
URL: http://svnweb.freebsd.org/changeset/ports/359108
QAT: https://qat.redports.org/buildarchive/r359108/

Log:
  Update to 5.0.0.
  
  Sponsored by:	Absolight

Added:
  head/databases/p5-Bucardo/files/patch-dist__bucardo.rc
     - copied, changed from r358910, head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc
Deleted:
  head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc
Modified:
  head/UPDATING
  head/databases/p5-Bucardo/Makefile
  head/databases/p5-Bucardo/distinfo
  head/databases/p5-Bucardo/pkg-plist

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Jun 24 16:25:38 2014	(r359107)
+++ head/UPDATING	Tue Jun 24 16:28:45 2014	(r359108)
@@ -5,6 +5,13 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20140624:
+  AFFECTS: users of databases/p5-Bucardo
+  AUTHOR: mat@FreeBSD.org
+
+  The bucardo_ctl script has been renamed to bucardo, so, to follow the naming,
+  the bucardo_ctl_enable rc variable has been renamed to bucardo_enable.
+
 20140622:
   AFFECTS: users of security/gpgme
   AUTHOR: jhale@FreeBSD.org

Modified: head/databases/p5-Bucardo/Makefile
==============================================================================
--- head/databases/p5-Bucardo/Makefile	Tue Jun 24 16:25:38 2014	(r359107)
+++ head/databases/p5-Bucardo/Makefile	Tue Jun 24 16:28:45 2014	(r359108)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Bucardo
-PORTVERSION=	4.5.0
-PORTREVISION=	2
+PORTVERSION=	5.0.0
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://bucardo.org/downloads/ ${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	mat/
@@ -29,9 +28,11 @@ post-patch:
 	@${REINPLACE_CMD} 's/INSTALL_BASE/DESTDIR/;s/bucardo_ctl.1pm/bucardo_ctl.1/' \
 		${WRKSRC}/Makefile.PL
 	@${REINPLACE_CMD} 's=/usr/local=${PREFIX}=' ${WRKSRC}/Makefile.PL \
-		${WRKSRC}/bucardo_ctl ${WRKSRC}/scripts/bucardo_ctl.rc
+		${WRKSRC}/bucardo ${WRKSRC}/dist/bucardo.rc
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/bucardo_ctl.rc ${STAGEDIR}${PREFIX}/etc/rc.d/bucardo
+	${INSTALL_SCRIPT} ${WRKSRC}/dist/bucardo.rc ${STAGEDIR}${PREFIX}/etc/rc.d/bucardo
+	${RM} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Bucardo/.packlist
+	${RMDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Bucardo
 
 .include <bsd.port.mk>

Modified: head/databases/p5-Bucardo/distinfo
==============================================================================
--- head/databases/p5-Bucardo/distinfo	Tue Jun 24 16:25:38 2014	(r359107)
+++ head/databases/p5-Bucardo/distinfo	Tue Jun 24 16:28:45 2014	(r359108)
@@ -1,2 +1,2 @@
-SHA256 (Bucardo-4.5.0.tar.gz) = 15272b196f3c84c99a4662ca440e8a3b8299b8333e92cb43d1edcb14cac6a091
-SIZE (Bucardo-4.5.0.tar.gz) = 192027
+SHA256 (Bucardo-5.0.0.tar.gz) = 44d43354d0861f90ec8ef930fe083cd17124dffbbff53e125414cdaaafa7a061
+SIZE (Bucardo-5.0.0.tar.gz) = 313904

Copied and modified: head/databases/p5-Bucardo/files/patch-dist__bucardo.rc (from r358910, head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc)
==============================================================================
--- head/databases/p5-Bucardo/files/patch-scripts_bucardo__ctl.rc	Mon Jun 23 09:26:46 2014	(r358910, copy source)
+++ head/databases/p5-Bucardo/files/patch-dist__bucardo.rc	Tue Jun 24 16:28:45 2014	(r359108)
@@ -1,18 +1,15 @@
-
-$FreeBSD$
-
---- scripts/bucardo_ctl.rc.orig
-+++ scripts/bucardo_ctl.rc
+--- ./dist/bucardo.rc.orig	2014-03-16 16:30:40.000000000 +0100
++++ ./dist/bucardo.rc	2014-06-24 17:39:05.000000000 +0200
 @@ -11,10 +11,11 @@
  . /etc/rc.subr
  
- name="bucardo_ctl"
+ name="bucardo"
 -rcvar=`set_rcvar`
-+rcvar="bucardo_ctl_enable"
++rcvar="bucardo_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"}
++bucardo_enable=${bucardo_enable:-"NO"}
+ bucardo_flags=${bucardo_flags:-"--dbuser bucardo --dbname bucardo"}
  
  rc_usage="start|stop|reload|restart|status|kick [sync_name]"

Modified: head/databases/p5-Bucardo/pkg-plist
==============================================================================
--- head/databases/p5-Bucardo/pkg-plist	Tue Jun 24 16:25:38 2014	(r359107)
+++ head/databases/p5-Bucardo/pkg-plist	Tue Jun 24 16:28:45 2014	(r359108)
@@ -1,7 +1,7 @@
-bin/bucardo_ctl
+bin/bucardo
 etc/rc.d/bucardo
 %%PERL5_MAN3%%/Bucardo.3.gz
 %%SITE_PERL%%/Bucardo.pm
-man/man1/bucardo_ctl.1.gz
+man/man1/bucardo.1pm.gz
 share/bucardo/bucardo.schema
 @dirrm share/bucardo



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