diff options
author | beech <beech@FreeBSD.org> | 2009-01-03 08:50:16 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-01-03 08:50:16 +0800 |
commit | fa8b26b90ef411ee7d211943ee9356edca84350e (patch) | |
tree | 9ac0345fcfb4aabf8175c5f1d09a040ca08caedd /sysutils | |
parent | 44178515cf57bad63f2bc6fd064c06a082dd0584 (diff) | |
download | freebsd-ports-gnome-fa8b26b90ef411ee7d211943ee9356edca84350e.tar.gz freebsd-ports-gnome-fa8b26b90ef411ee7d211943ee9356edca84350e.tar.zst freebsd-ports-gnome-fa8b26b90ef411ee7d211943ee9356edca84350e.zip |
- Update to 2.4.4-b2
PR: ports/130117
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server-devel/Makefile | 6 | ||||
-rw-r--r-- | sysutils/bacula-server-devel/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile index c04fc725a446..bc1b27733128 100644 --- a/sysutils/bacula-server-devel/Makefile +++ b/sysutils/bacula-server-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 2.4.4-b1 +DISTVERSION= 2.4.4-b2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula @@ -246,7 +246,7 @@ post-install: .if defined(WITH_WXCONSOLE) if [ -f ${PREFIX}/etc/wx-console.conf.new ]; then \ ${ECHO_CMD} "etc/wx-console.conf.new" >> ${TMPPLIST}; \ - elif [ -f ${PREFIX}/etc/wx-console.conf ]; then \ + elif [ -f ${PREFIX}/etc/wx-console.conf ]; then.include <bsd.port.post.mk> \ ${MV} ${PREFIX}/etc/wx-console.conf ${PREFIX}/etc/wx-console.conf.sample; \ ${ECHO_CMD} "etc/wx-console.conf.sample" >> ${TMPPLIST}; \ fi @@ -261,7 +261,7 @@ post-install: .endif # ensure that users in the bacula group can run bconsole - ${CHGRP} bacula ${PREFIX}/sbin/bconsole + ${CHGRP} bacula ${PREFIX}/sbin/bconsole.include <bsd.port.post.mk> .else # Install config files and preserve existing ones ${INSTALL_SCRIPT} ${FILESDIR}/chio-bacula ${PREFIX}/sbin diff --git a/sysutils/bacula-server-devel/distinfo b/sysutils/bacula-server-devel/distinfo index 2db1c2f79b50..79f284d3d430 100644 --- a/sysutils/bacula-server-devel/distinfo +++ b/sysutils/bacula-server-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (bacula-2.4.4-b1.tar.gz) = 1beee6b921d2cb6b445c9650327b19d2 -SHA256 (bacula-2.4.4-b1.tar.gz) = 5e74c8142aa48362dc97c51f1a723ec80bf5af64e0107a5094bc4f8059ef1a4a -SIZE (bacula-2.4.4-b1.tar.gz) = 3142393 +MD5 (bacula-2.4.4-b2.tar.gz) = 4726a2ebb9a0a28696fb822063d5f814 +SHA256 (bacula-2.4.4-b2.tar.gz) = 8857ba355ee1eaef068a84b4e279044f459ff7ef6c52824e1f5b3a32aaba781f +SIZE (bacula-2.4.4-b2.tar.gz) = 3145178 |