Index: head/databases/p5-Bucardo/Makefile =================================================================== --- head/databases/p5-Bucardo/Makefile (revision 406046) +++ head/databases/p5-Bucardo/Makefile (revision 406047) @@ -1,35 +1,35 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= Bucardo -PORTVERSION= 5.3.1 +PORTVERSION= 5.4.1 CATEGORIES= databases perl5 MASTER_SITES= http://bucardo.org/downloads/ LOCAL/mat/${PORTNAME} PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Asynchronous PostgreSQL replication system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DBI>=1.51:${PORTSDIR}/databases/p5-DBI \ p5-DBD-Pg>=2.0:${PORTSDIR}/databases/p5-DBD-Pg \ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \ p5-DBIx-Safe>=1.2.4:${PORTSDIR}/databases/p5-DBIx-Safe RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure post-patch: @${REINPLACE_CMD} 's/INSTALL_BASE/DESTDIR/;s/bucardo.1pm/bucardo.1/' \ ${WRKSRC}/Makefile.PL @${REINPLACE_CMD} 's=/usr/local=${PREFIX}=' ${WRKSRC}/Makefile.PL \ ${WRKSRC}/bucardo ${WRKSRC}/dist/bucardo.rc post-install: ${INSTALL_SCRIPT} ${WRKSRC}/dist/bucardo.rc ${STAGEDIR}${PREFIX}/etc/rc.d/bucardo .include Index: head/databases/p5-Bucardo/distinfo =================================================================== --- head/databases/p5-Bucardo/distinfo (revision 406046) +++ head/databases/p5-Bucardo/distinfo (revision 406047) @@ -1,2 +1,2 @@ -SHA256 (Bucardo-5.3.1.tar.gz) = de8f83305395571cff8c6db8e0016b195424ed75116012528d283dd789c2c132 -SIZE (Bucardo-5.3.1.tar.gz) = 321942 +SHA256 (Bucardo-5.4.1.tar.gz) = 0f080d75a7dca98c12f4d01463ba01e461c7c25c8daa383aca94202efd5d13dd +SIZE (Bucardo-5.4.1.tar.gz) = 327848 Index: head/databases/p5-Bucardo/files/patch-Makefile.PL =================================================================== --- head/databases/p5-Bucardo/files/patch-Makefile.PL (revision 406046) +++ head/databases/p5-Bucardo/files/patch-Makefile.PL (nonexistent) @@ -1,10 +0,0 @@ ---- Makefile.PL.orig 2015-04-20 12:59:25 UTC -+++ Makefile.PL -@@ -83,6 +83,6 @@ sub install { - } - - $string = "\n$vars\n$string"; -- $string =~ s{(\t\$\(INST_BIN\) \$\((DESTINSTALL.*?)BIN.+)}{$1\n\t\t\$(INST_SHARE) \$($2SHARE) \\}g; -+ $string =~ s{(\t"?\$\(INST_BIN\)"? "?\$\((DESTINSTALL.*?)BIN.+)"?}{$1\n\t\t\$(INST_SHARE) \$($2SHARE) \\}g; - return $string; - } Property changes on: head/databases/p5-Bucardo/files/patch-Makefile.PL ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/p5-Bucardo/files/patch-dist__bucardo.rc =================================================================== --- head/databases/p5-Bucardo/files/patch-dist__bucardo.rc (revision 406046) +++ head/databases/p5-Bucardo/files/patch-dist__bucardo.rc (revision 406047) @@ -1,15 +1,15 @@ ---- ./dist/bucardo.rc.orig 2014-03-16 16:30:40.000000000 +0100 -+++ ./dist/bucardo.rc 2014-06-24 17:39:05.000000000 +0200 +--- dist/bucardo.rc.orig 2014-11-07 17:55:46 UTC ++++ dist/bucardo.rc @@ -11,10 +11,11 @@ . /etc/rc.subr name="bucardo" -rcvar=`set_rcvar` +rcvar="bucardo_enable" command="/usr/local/bin/${name}" load_rc_config $name +bucardo_enable=${bucardo_enable:-"NO"} bucardo_flags=${bucardo_flags:-"--dbuser bucardo --dbname bucardo"} rc_usage="start|stop|reload|restart|status|kick [sync_name]"