diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-03 00:50:16 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-03 00:50:16 +0000 |
commit | 33d92ecb7606b288c7c5ffbadbba23144287735e (patch) | |
tree | 8acd9f7d337b7de98a1ffd4cdd5f07edb4140488 | |
parent | 9d9b8308840252847bdde97c734d0550c9c560ad (diff) | |
download | ports-33d92ecb7606b288c7c5ffbadbba23144287735e.tar.gz ports-33d92ecb7606b288c7c5ffbadbba23144287735e.zip |
Notes
-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 |