diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-31 15:55:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-31 15:55:33 +0800 |
commit | da6980034f69900af619c5984d5e5b297bf68c1b (patch) | |
tree | 07b1a65d05a4ec24ebeb77c07b119578a1ae343d /sysutils/bacula-server | |
parent | 5fbafc0b28a66e24567fa40f6d10232253c2fa62 (diff) | |
download | freebsd-ports-gnome-da6980034f69900af619c5984d5e5b297bf68c1b.tar.gz freebsd-ports-gnome-da6980034f69900af619c5984d5e5b297bf68c1b.tar.zst freebsd-ports-gnome-da6980034f69900af619c5984d5e5b297bf68c1b.zip |
- Update to 2.2.7
PR: 119178
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-configure | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 54763d2a2028..256a7f1781e3 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 2.2.6 +DISTVERSION= 2.2.7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index ea6af713061b..f0c6e8b480d3 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,3 +1,3 @@ -MD5 (bacula-2.2.6.tar.gz) = fe964931ab3fc538a8884204d23e8a5a -SHA256 (bacula-2.2.6.tar.gz) = 495c435a4e39f787b92fa6a49854aec4335a0015f26cec0c203fa789af03389a -SIZE (bacula-2.2.6.tar.gz) = 3022520 +MD5 (bacula-2.2.7.tar.gz) = 0ba0f4f32ec87fc40b6fe437cebbff76 +SHA256 (bacula-2.2.7.tar.gz) = 6e3fa30e4d49959d7a21ea283c8e922eab81f4f183e539f90756b6ca8d482b57 +SIZE (bacula-2.2.7.tar.gz) = 3055837 diff --git a/sysutils/bacula-server/files/patch-configure b/sysutils/bacula-server/files/patch-configure deleted file mode 100644 index 00235be17914..000000000000 --- a/sysutils/bacula-server/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Sep 15 12:11:56 2007 -+++ configure Sat Sep 15 12:11:56 2007 -@@ -32106,7 +32106,7 @@ - cd src/qt-console - chmod 755 install_conf_file build-depkgs-qt-console - echo "Creating bat Makefile" -- qmake -+ ${QMAKE} - cd ${BUILD_DIR} - fi - |