notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: sysutils/bacula-server/pkg-plist.client

Number of commits found: 19

Sunday, 13 Nov 2016
23:09 dvl search for other commits by this committer
install correct query.sql{,.sample}

Bump PORTREVISION

Submitted by: Larry Rosenman
PR:           214489
Original commitRevision:426074 
Sunday, 21 Dec 2014
21:55 dvl search for other commits by this committer
* ETCDIR should be chgrp bacula so the configuration files can be be read by
  scripts.

While here:

* fix creation and deletion of /var/db/bacula to avoid error message
  on pkg delete and on removal of just the bacula-dir port.
* Change MAINTAINER to @FreeBSD.org address

PR:           196017
Submitted by: timp87@gmail.com
Approved by:  mat (mentor)
Original commitRevision:375197 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Saturday, 13 Sep 2014
18:11 dvl search for other commits by this committer
* Upgrade to 7.0.5
* do not remove etc/bacula; let bacula-client do that
* use UID and GID provided by ports/UIDs & ports/GIDs
* minimize use of owner/group

PR:                 193532
Submitted by:       Kevin Thompson
Approved by:	    mat (mentor)
Original commitRevision:368124 
Thursday, 7 Aug 2014
19:24 wg search for other commits by this committer
sysutils/bacula-server: update to 7.0.4

PR:		191311
Submitted by:	maintainer
Original commitRevision:364313 
Friday, 4 Jul 2014
21:31 antoine search for other commits by this committer
- Keep la files, this fixes bacula-server build
- A few fixes (put man pages in the good packages,  do not remove things
done by the client dependency in the server part)
Original commitRevision:360663 
Wednesday, 2 Jul 2014
16:14 bapt search for other commits by this committer
Stage bacula
Fix building bat on 10 and head
Allow packaging as a user
Original commitRevision:360216 
Sunday, 16 Dec 2012
16:32 rm search for other commits by this committer
- clean up bacula-* ports (Makefile and pkg-message files)
- now bacula-docs just installs pdf files
- add bacula-server/Makefile.common with -bat, -client-static and nagios_check-
  stuff (another bacula slave ports can use it too)
- remove pkg-plist from bacula-bat and nagios-check_bacula
- now bacula-server, bacula-bat and nagios-check_bacula depend of bacula-client.
  It avoids some conflicts when we want to install all bacula ports in the same
  system
- remove the OPTION to install static version of bacula-client. Now it is a new
  port
- few other minor changes

while here:
- trim Makefile headers
- remove indefinite articles in COMMENT
- convert to optionsng

PR:		167700
Submitted by:	acm (original patch), Dan Langille <dan@langille.org> (maintainer)
Original commitRevision:309025 
Saturday, 17 Jul 2010
01:00 wxs search for other commits by this committer
Update sysutils/bacula-bat, sysutils/bacula-docs, sysutils/bacula-server,
sysutils/bacula-client and net-mgmt/nagios-check_bacula to 5.0.2.

PR:             ports/146766
Submitted by:   Allan Jude <freebsd.lists@thunderit.com>
Approved by:    Dan Langille <dan@langille.org> (maintainer)
Original commit
Friday, 12 Feb 2010
14:20 miwi search for other commits by this committer
- Update to 5.0.0

PR:             143214
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Original commit
Sunday, 11 Oct 2009
13:36 wxs search for other commits by this committer
- Add an option to build a static fd binary (off by default).

PR:             ports/138478
Submitted by:   Oleg Gawriloff <barzog@telecom.by>
Approved by:    maintainer timeout
Original commit
Wednesday, 15 Apr 2009
13:51 wxs search for other commits by this committer
- Fix plist problems for bacula-client and bacula-client-devel.
- Mark as BROKEN on -CURRENT.

Reviewed by:    Dan Langille <dan@langille.org> (maintainer)
Approved by:    portmgr (pav)
Original commit
Monday, 13 Apr 2009
02:38 wxs search for other commits by this committer
- Update to 3.0.0.

PR:             ports/133631
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Original commit
Wednesday, 15 Aug 2007
09:45 itetcu search for other commits by this committer
pet portlint
Original commit
09:44 itetcu search for other commits by this committer
Upgrade to 2.2.0
This release contains significant speed improvments.

This Director and Storage daemon must be upgraded at the same time,
but they should be compatible with all 2.0.x File daemons, unless you
use some of the new features that affect the FD. In other words, you should
not have to upgrade all your File daemons when you upgrade.

There is no database upgrade needed from version 2.0.x to 2.2.0.

The major new features are:
- Much faster insertion of attributes (somewhere around 10 times),
many thanks to Eric Bollengier and Marc Cousin.
- First release of bat (Bacula Administration Tool). Note to build
bat you must explicitly enable it on the ./configure line, you
must have the Qt4 version 4.2 or later libraries loaded, the qwt
(Qt Graphics) package loaded, and qmake and the other Qt4 tools
must be available. Most of the implementation was done by Dirk Bartley.
- Red/Black restore in memory tree (500 times faster loading).

Full release notes:
http://sourceforge.net/project/shownotes.php?release_id=531447

PR:             ports/115468
Submitted by:   Dan Langille (maintainer)
Original commit
Thursday, 4 Jan 2007
23:22 itetcu search for other commits by this committer
Move bacula-server-devel into bacula-server, now that 2.0.0
has been released.
Split the documentation into a new port, sysutils/bacula-docs.

You must run the database upgrade script after upgrading to Bacula 2.0.0
Many new features here. See http://www.bacula.org/?page=presskits for
an overview, and ReleaseNotes for full details.

PR:             ports/107535
Submitted by:   Dan Langille (maintainer)
Original commit
Friday, 31 Mar 2006
10:12 garga search for other commits by this committer
- Update to 1.38.6
- Use rcNg scripts
- Pass maintainership to submitter

PR:             ports/95073
Submitted by:   Dan Langille <dan@langille.org>
Approved by:    maintainer
Original commit
Sunday, 15 May 2005
14:44 lkoeller search for other commits by this committer
o) Update to 1.36.3
o) Docs are now in separte distfile
o) rename rc.d/bacula.sh into rc.d/z-bacula.sh to avoid
   problems with old style rc environment (postgres or mysql is
   started after bacula).
Original commit
Tuesday, 30 Nov 2004
19:49 lkoeller search for other commits by this committer
o) Commit changes necessary to get a working -server, -client split of the
   port after repro-copy of bacula -> bacula-server.
Original commit

Number of commits found: 19