mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.38.8.
- Changes to the way Windows FD handles wild-cards - Regex,RegexDir, and RegexFile for Win32 have been implemented but are untested - Backslashes are no longer permitted in File directives - New algorithm for selecting Volumes from the Scratch pool - New virtual disk autochanger - New optional Device resource directive in SD. types: File, DVD, Tape, or FIFO - Faster restore tree building and uses less memory - Changed to how keyword job or jobname is used - Improved job report for Backups - 'update volume' has new features - Jobs can now be enabled/disabled - New program named regex in the tools directory PR: ports/95765 Submitted by: Dan Langille (maintainer)
This commit is contained in:
parent
4d4c708f5e
commit
e8fe320607
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159587
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bacula
|
||||
DISTVERSION= 1.38.7
|
||||
DISTVERSION= 1.38.8
|
||||
#PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (bacula-1.38.7.tar.gz) = 6273f45bfbcddd66e179bc6cb7e28ad1
|
||||
SHA256 (bacula-1.38.7.tar.gz) = 3f64449a863893ae42454acd57c4771af871fab4df8767c13b021d65b538aad3
|
||||
SIZE (bacula-1.38.7.tar.gz) = 1955052
|
||||
MD5 (bacula-docs-1.38.7.tar.gz) = da29daa9027c402f5d6b55a4c7982fdb
|
||||
SHA256 (bacula-docs-1.38.7.tar.gz) = 05a8db623a9950318646ac261715023d7b86d36b416287302e7fe00f8bd479f1
|
||||
SIZE (bacula-docs-1.38.7.tar.gz) = 22701695
|
||||
MD5 (bacula-1.38.8.tar.gz) = a63709456424a6f786ef07df2cc6c085
|
||||
SHA256 (bacula-1.38.8.tar.gz) = 1257fa1dfa85efa48cf43c1a19908b63985b01449f7a690bc419a87605cec7d1
|
||||
SIZE (bacula-1.38.8.tar.gz) = 2058238
|
||||
MD5 (bacula-docs-1.38.8.tar.gz) = e05bfc801b11d22e4e895304d5d1ba7e
|
||||
SHA256 (bacula-docs-1.38.8.tar.gz) = e8dce3cb5675ecbf18ea773d4353dd04c6d06db7eea5370b1d6db6780b041c96
|
||||
SIZE (bacula-docs-1.38.8.tar.gz) = 22703022
|
||||
|
@ -11,7 +11,10 @@
|
||||
to configure/compile a new kernel!
|
||||
|
||||
Please note that bacula-server no longer installs the client
|
||||
and that the documentation could be optional installed with the
|
||||
client port (see port sysutils/bacula-client)!
|
||||
and that the documentation can be optionally installed with the
|
||||
client port (sysutils/bacula-client).
|
||||
|
||||
WARNING: please read ReleaseNotes for important information
|
||||
regarding Windows FD, blackslashes in FileSets, and Scratch Pools.
|
||||
|
||||
################################################################################
|
||||
|
@ -7,6 +7,8 @@ sbin/bextract
|
||||
sbin/bls
|
||||
sbin/bscan
|
||||
sbin/btape
|
||||
sbin/bwild
|
||||
sbin/bregex
|
||||
%%WXCONS%%sbin/wx-console
|
||||
%%GNOMECONS%%sbin/gnome-console
|
||||
sbin/dbcheck
|
||||
|
Loading…
Reference in New Issue
Block a user