mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 5.0.0.
Sponsored by: Absolight
This commit is contained in:
parent
c85a36b065
commit
b2e9495583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359108
7
UPDATING
7
UPDATING
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
15
databases/p5-Bucardo/files/patch-dist__bucardo.rc
Normal file
15
databases/p5-Bucardo/files/patch-dist__bucardo.rc
Normal file
@ -0,0 +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
|
||||
@@ -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]"
|
@ -1,18 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- scripts/bucardo_ctl.rc.orig
|
||||
+++ scripts/bucardo_ctl.rc
|
||||
@@ -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]"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user