View | Details | Raw Unified | Return to bug 164061
Collapse All | Expand All

(-)./bacula-server/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	bacula
8
PORTNAME=	bacula
9
DISTVERSION=	5.2.2
9
DISTVERSION=	5.2.3
10
CATEGORIES?=	sysutils
10
CATEGORIES?=	sysutils
11
MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
11
MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
12
12
(-)./bacula-server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bacula-5.2.2.tar.gz) = d80f3532bd9c353dae00532b52efa60a01e8dce7ff045a717a7b42d820ca0959
1
SHA256 (bacula-5.2.3.tar.gz) = 6224f7139ceafa26f104f0140fdddac981c41c9940ae2a779e64bb4ae1ae492d
2
SIZE (bacula-5.2.2.tar.gz) = 4011125
2
SIZE (bacula-5.2.3.tar.gz) = 4011303
(-)./bacula-server/files/patch-manpages__Makefile.in (-18 lines)
Lines 1-18 Link Here
1
--- ./manpages/Makefile.in.orig	2011-11-26 18:08:12.000000000 +0400
2
+++ ./manpages/Makefile.in	2011-12-03 13:08:11.000000000 +0400
3
@@ -31,9 +31,12 @@
4
 
5
 install: install-manpages
6
 	if [ x@COMPRESS_MANPAGES@ = "xyes" ]; then \
7
-	 for I in $(DESTDIR)/$(mandir)/man8/* $(DESTDIR)/$(mandir)/man1/*; do \
8
-	  gzip -f $$I; \
9
-	 done; \
10
+	    for I in ${MAN8}; do \
11
+		gzip -f $(DESTDIR)/$(mandir)/man8/$$I; \
12
+	    done; \
13
+	    for I in ${MAN1}; do \
14
+		gzip -f $(DESTDIR)/$(mandir)/man1/$$I; \
15
+	    done; \
16
 	fi
17
 
18
 uninstall:
(-)./bacula-server/pkg-plist (-1 lines)
Lines 19-25 Link Here
19
lib/libbacsql.la
19
lib/libbacsql.la
20
lib/libbacsql.so
20
lib/libbacsql.so
21
lib/libbacsql.so.%%MAJOR%%
21
lib/libbacsql.so.%%MAJOR%%
22
lib/bpipe-fd.so
23
sbin/bacula
22
sbin/bacula
24
sbin/bacula-dir
23
sbin/bacula-dir
25
sbin/bacula-sd
24
sbin/bacula-sd
(-)./bacula-server/pkg-plist.client (-1 lines)
Lines 12-18 Link Here
12
%%NOSF%%lib/libbacpy.so.%%MAJOR%%
12
%%NOSF%%lib/libbacpy.so.%%MAJOR%%
13
%%NOSF%%lib/bpipe-fd.so
13
%%NOSF%%lib/bpipe-fd.so
14
%%SFDAEMON%%sbin/static-bacula-fd
14
%%SFDAEMON%%sbin/static-bacula-fd
15
sbin/bacula-fd
16
sbin/bconsole
15
sbin/bconsole
17
%%WXCONS%%sbin/bwx-console
16
%%WXCONS%%sbin/bwx-console
18
@unexec /usr/bin/killall badula-fd > /dev/null 2>&1 || true
17
@unexec /usr/bin/killall badula-fd > /dev/null 2>&1 || true

Return to bug 164061