diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-04-15 13:48:29 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-04-15 13:48:29 +0000 |
commit | d1e8b89492da7b2d6a4ffddc1c10c15ded8e5341 (patch) | |
tree | 79beb5503cb72bb91c78ad46e2ca9e7d10e49846 /sysutils | |
parent | 15d358b77127095a397105f965e3315c3ae44ce8 (diff) | |
download | FreeBSD-ports-d1e8b89492da7b2d6a4ffddc1c10c15ded8e5341.zip FreeBSD-ports-d1e8b89492da7b2d6a4ffddc1c10c15ded8e5341.tar.gz |
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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 12 | ||||
-rw-r--r-- | sysutils/bacula-server/pkg-message | 7 | ||||
-rw-r--r-- | sysutils/bacula-server/pkg-plist | 2 |
4 files changed, 14 insertions, 9 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 1b75f3f..e2b86e5 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 1.38.7 +DISTVERSION= 1.38.8 #PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 67286b8..bd0359a 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -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 diff --git a/sysutils/bacula-server/pkg-message b/sysutils/bacula-server/pkg-message index 6d1974d..939d698 100644 --- a/sysutils/bacula-server/pkg-message +++ b/sysutils/bacula-server/pkg-message @@ -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. ################################################################################ diff --git a/sysutils/bacula-server/pkg-plist b/sysutils/bacula-server/pkg-plist index 79fbcd5..c9976b2 100644 --- a/sysutils/bacula-server/pkg-plist +++ b/sysutils/bacula-server/pkg-plist @@ -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 |