Bug 108580 - [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to latest version
Summary: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to latest version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 22:40 UTC by Dan Langille
Modified: 2007-02-14 20:41 UTC (History)
1 user (show)

See Also:


Attachments
bacula-server.patch (2.89 KB, patch)
2007-01-30 22:40 UTC, Dan Langille
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille 2007-01-30 22:40:12 UTC
	
Upgrade to Bacula 2.0.2
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-30 23:20:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Dan Langille 2007-02-14 00:05:04 UTC
Please add the following patch to the files directory:

--- src/stored/bacula-sd.conf.in.org	Tue Feb 13 18:56:09 2007
+++ src/stored/bacula-sd.conf.in	Tue Feb 13 18:56:16 2007
@@ -152,6 +152,7 @@
  #Device {
  #  Name = "DVD-Writer"
  #  Media Type = DVD
+#  Device Type = DVD
  #  Archive Device = /dev/hdc
  #  LabelMedia = yes;                   # lets Bacula label unlabeled media
  #  Random Access = Yes;
@@ -162,7 +163,9 @@
  #  RequiresMount = yes;
  #  MountPoint = /mnt/cdrom;
  #  MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
+#  MountCommand = "/sbin/mount -t cd9660 -o ro %a %m";     # FreeBSD
  #  UnmountCommand = "/bin/umount %m";
+#  UnmountCommand = "/sbin/umount %m";                     # FreeBSD
  #  SpoolDirectory = /tmp/backup;
  #  WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v"
  #  FreeSpaceCommand = "/etc/bacula/dvd-handler %a free"
Comment 3 Dan Langille 2007-02-14 12:40:49 UTC
I am sorry.  The original patch is wrong.  It appears to be an old patch.. 
Use this one please:


diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile
--- /usr/ports/sysutils/bacula-server/Makefile	Tue Jan 23 05:21:34 2007
+++ bacula-server/Makefile	Tue Jan 30 17:14:19 2007
@@ -6,7 +6,7 @@
  #

  PORTNAME=	bacula
-DISTVERSION=	2.0.1
+DISTVERSION=	2.0.2
  PORTREVISION=	0
  CATEGORIES=	sysutils
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo
--- /usr/ports/sysutils/bacula-server/distinfo	Sun Jan 14 05:24:07 2007
+++ bacula-server/distinfo	Tue Jan 30 17:18:53 2007
@@ -1,3 +1,3 @@
-MD5 (bacula-2.0.1.tar.gz) = a96b09064add09a3361facdf309c8e84
-SHA256 (bacula-2.0.1.tar.gz) = 2a6679cc8deacb2375a0aea19e510d1e9a92368d968e718dca14a57d280828ee
-SIZE (bacula-2.0.1.tar.gz) = 2491786
+MD5 (bacula-2.0.2.tar.gz) = 299883ddd460336cfb613fd6d9bff989
+SHA256 (bacula-2.0.2.tar.gz) = f72a7b0468652db18c6523dad39b798d58452b097be3b4f4cf1269f2deb657e1
+SIZE (bacula-2.0.2.tar.gz) = 2466754
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-14 20:32:09 UTC
miwi        2007-02-14 20:31:15 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-server Makefile distinfo 
  Added files:
    sysutils/bacula-server/files bacula-sd.conf.in 
  Log:
  - Update to 2.0.2
  
  PR:             108580
  Submitted by:   Dan Langille <dan@langille.org> (maintainer)
  
  Revision  Changes    Path
  1.80      +1 -2      ports/sysutils/bacula-server/Makefile
  1.32      +3 -3      ports/sysutils/bacula-server/distinfo
  1.1       +20 -0     ports/sysutils/bacula-server/files/bacula-sd.conf.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2007-02-14 20:32:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!