diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-06-27 17:48:50 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-06-27 17:48:50 +0000 |
commit | 2b6a615291ff511590f3c7265a793f97e969d5e7 (patch) | |
tree | 524dba0c69128458316a5c210dd94c7f98856ddf /sysutils/bacula-server | |
parent | 33959b7b0ffd0502d2b9671c190b11df1a67f741 (diff) |
Notes
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 4 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-autoconf-Make.common.in | 12 |
4 files changed, 9 insertions, 29 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index c99674af989c..12d91dc2c39d 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -PORTVERSION= 1.34.4 +PORTVERSION= 1.34.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 676c24cf1976..533d40223108 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,2 +1,2 @@ -MD5 (bacula-1.34.4.tar.gz) = 8c03b37e0b2d5da893fca068b8971521 -SIZE (bacula-1.34.4.tar.gz) = 4584570 +MD5 (bacula-1.34.5.tar.gz) = 3bdccf8c9ee7e794c0035afbc529a33a +SIZE (bacula-1.34.5.tar.gz) = 4628068 diff --git a/sysutils/bacula-server/files/patch-Makefile.in b/sysutils/bacula-server/files/patch-Makefile.in deleted file mode 100644 index 63cad525d426..000000000000 --- a/sysutils/bacula-server/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ -*** Makefile.in.orig Thu Apr 29 13:36:45 2004 ---- Makefile.in Thu Apr 29 13:37:22 2004 -*************** -*** 16,22 **** - dummy: - - fd_subdirs = src scripts doc src/lib src/findlib src/filed \ -! @READLINE_SRC@ src/console rescue rescue/linux - - - subdirs = src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools ---- 16,23 ---- - dummy: - - fd_subdirs = src scripts doc src/lib src/findlib src/filed \ -! @READLINE_SRC@ src/console @GNOME_DIR@ @WX_DIR@ \ -! rescue rescue/linux - - - subdirs = src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools diff --git a/sysutils/bacula-server/files/patch-autoconf-Make.common.in b/sysutils/bacula-server/files/patch-autoconf-Make.common.in index 110aaa06d79c..b5e564ade083 100644 --- a/sysutils/bacula-server/files/patch-autoconf-Make.common.in +++ b/sysutils/bacula-server/files/patch-autoconf-Make.common.in @@ -1,5 +1,5 @@ -*** autoconf/Make.common.in.orig Thu May 8 14:40:44 2003 ---- autoconf/Make.common.in Sat Oct 11 10:50:22 2003 +*** autoconf/Make.common.in.orig Sat Jun 19 23:16:06 2004 +--- autoconf/Make.common.in Sun Jun 27 18:38:11 2004 *************** *** 24,29 **** --- 24,30 ---- @@ -15,15 +15,15 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode -! INSTALL_PROGRAM = @INSTALL@ -m 754 +! INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@ INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_SCRIPT = @INSTALL@ -m 754 + INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@ INSTALL_CONFIG = @INSTALL@ -m 640 --- 44,50 ---- RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode -! INSTALL_PROGRAM = @INSTALL@ -s -m 754 +! INSTALL_PROGRAM = @INSTALL@ -s -m @SBINPERM@ INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_SCRIPT = @INSTALL@ -m 754 + INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@ INSTALL_CONFIG = @INSTALL@ -m 640 |