diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2007-09-14 20:16:53 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2007-09-14 20:16:53 +0000 |
commit | ec7ebc2f99e8b8acfcec3087a0f26ba08d789092 (patch) | |
tree | 9ac7b87ae363f036829d0255de49779dd5c7f054 | |
parent | Remove USE_XPM as it brings in USE_XLIB via bsd.port.mk. The xpm library (diff) |
Upgrade to 2.2.4
- minor bug fix update
- Full details at http://marc.info/?l=bacula-announce&m=118979703801277&w=2
- If you are running PostgreSQL, please don't forget to update the
client libraries and ensure that they are the multi-thread version
so you can take advantage of the new speed improvements of the batch
insert feature (significant performance boost).
PR: ports/116356
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=199499
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 431b05842aaf..85fe8b43b2b3 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 2.2.3 +DISTVERSION= 2.2.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 0f76bba86b11..7bfc9a29bcea 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,3 +1,3 @@ -MD5 (bacula-2.2.3.tar.gz) = 68f540803f80f738c478b3ae19b4c956 -SHA256 (bacula-2.2.3.tar.gz) = 5b652c5dd9ff566f5c465b8c2714e34ee2037448faad5fc781db0996787fa105 -SIZE (bacula-2.2.3.tar.gz) = 3012348 +MD5 (bacula-2.2.4.tar.gz) = 2e3bbac3bf8b6d4c0825997c3009f18f +SHA256 (bacula-2.2.4.tar.gz) = 10589ed1fcba823a02137f0eae841e64763e9b7a599087184c69d173350958b1 +SIZE (bacula-2.2.4.tar.gz) = 3020298 |