diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-12 23:36:52 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-12 23:36:52 +0800 |
commit | a465e49b1596ef9cf1896515953f6d20868e8c24 (patch) | |
tree | d83b01dca3974547be6800ebded5c5cc7bffef11 /sysutils | |
parent | 448a043799f4609341ede49dc4d73af458602343 (diff) | |
download | freebsd-ports-gnome-a465e49b1596ef9cf1896515953f6d20868e8c24.tar.gz freebsd-ports-gnome-a465e49b1596ef9cf1896515953f6d20868e8c24.tar.zst freebsd-ports-gnome-a465e49b1596ef9cf1896515953f6d20868e8c24.zip |
- primarily a bug fix release
- The bconsole "reload" command should now work properly
- untested fix to eliminate the scheduling problems during daylight savings
time change
- manual released under the GNU Free Documentation License (FDL)
- Fixed a race condition on dual processor machines
PR: ports/98855
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 12 | ||||
-rw-r--r-- | sysutils/bacula-server/pkg-plist | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 9fc0a6a3d5e1..2041fe15b023 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 1.38.9 +DISTVERSION= 1.38.10 #PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -348,7 +348,7 @@ post-install: .endif @${ECHO_MSG} "*********************************************************************" -.if !defined(WITH_CLIENT_ONLY) +.if defined(WITH_DOCS) ${CAT} ${PKGMESSAGE} .endif diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index eacadbf383de..db114bc92102 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,6 +1,6 @@ -MD5 (bacula-1.38.9.tar.gz) = 9378c7d9996d8e9d3506adb2570a33ac -SHA256 (bacula-1.38.9.tar.gz) = b8f4c3df6b030712c7a9ffd04af0b948021dd6399420c18d918088e4f7105a77 -SIZE (bacula-1.38.9.tar.gz) = 2063063 -MD5 (bacula-docs-1.38.9.tar.gz) = f56a5dae13f99557486be70c44cc1aae -SHA256 (bacula-docs-1.38.9.tar.gz) = 71c8a2950a55fd2a952e5d2f3b4777d0b7d29652dfdbd7a27e6c73034a22e32a -SIZE (bacula-docs-1.38.9.tar.gz) = 22727098 +MD5 (bacula-1.38.10.tar.gz) = ccd678ee701cf12166f97637b9067dd8 +SHA256 (bacula-1.38.10.tar.gz) = 969cf6b553b3084144eda224139715014dfce15620becee2c166a23ef9a60e56 +SIZE (bacula-1.38.10.tar.gz) = 2071534 +MD5 (bacula-docs-1.38.10.tar.gz) = 833ae51c041f6ac8d94c35491b635c53 +SHA256 (bacula-docs-1.38.10.tar.gz) = 752af3a1be1db6e1e6d223a8672d89e9870f837bde686797648bce137ed8ca2b +SIZE (bacula-docs-1.38.10.tar.gz) = 23723682 diff --git a/sysutils/bacula-server/pkg-plist b/sysutils/bacula-server/pkg-plist index c9976b2c0a7e..9f07f77ff5c6 100644 --- a/sysutils/bacula-server/pkg-plist +++ b/sysutils/bacula-server/pkg-plist @@ -5,10 +5,10 @@ sbin/bacula-sd sbin/bcopy sbin/bextract sbin/bls +sbin/bregex sbin/bscan sbin/btape sbin/bwild -sbin/bregex %%WXCONS%%sbin/wx-console %%GNOMECONS%%sbin/gnome-console sbin/dbcheck |