Bug 150263 - [patch] port sysutils/bacula-server update to 5.0.3
Summary: [patch] port sysutils/bacula-server update to 5.0.3
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 01:10 UTC by Olli Hauer
Modified: 2010-09-07 17:38 UTC (History)
1 user (show)

See Also:


Attachments
patch_bacula-server-5.0.3.txt (20.11 KB, text/plain)
2010-09-04 01:10 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2010-09-04 01:10:01 UTC
Update bacula to version 5.0.3
 - bacula-5.0.3 builds per default with openssl, reflect this in OPTIONS
 - make sure port builds with openssl from OS and ports
 - make postgresql the default database
 - replace static entries in pkg-(de)install scripts with PLIST_SUB entries
 - remove unused file bacula-sd.conf.in
 - small fixes to make portlint happy
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 01:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 01:10:15 UTC
Maintainer of sysutils/bacula-server,

Please note that PR ports/150263 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150263

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 01:10:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Dan Langille 2010-09-04 19:52:16 UTC
Approved by maintainer.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-07 17:21:51 UTC
ohauer      2010-09-07 16:21:43 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-server Makefile distinfo pkg-plist 
    sysutils/bacula-server/files patch-src__cats__Makefile.in 
                                 patch-src__dird__Makefile.in 
                                 patch-src__findlib__Makefile.in 
                                 patch-src__lib__Makefile.in 
                                 pkg-deinstall.client.in 
                                 pkg-deinstall.server.in 
                                 pkg-install.client.in 
                                 pkg-install.server.in 
  Removed files:
    sysutils/bacula-server/files bacula-sd.conf.in 
                                 patch-src-lib-crypto.c 
                                 patch-src-lib-tls.c 
  Log:
   - update bacula to version 5.0.3
   - change OPTION for SSL from default "off" to "on"
   - move hard coded UID/GID from (de)install scripts to SUB_LIST
   - change default Database from SQLite to PostgreSQL
   - remove patch files/bacula-sd.conf.in which was never applied
  
   Starting with version 5.0.3 bacula builds per default with
   SSL support.
  
   This update includes fixes for PR 148715 and 148967
  
  PR:             150263
  Submitted by:   ohauer
  Approved by:    Dan Langille (maintainer), glarkin (mentor, implicit)
  
  Revision  Changes    Path
  1.127     +44 -28    ports/sysutils/bacula-server/Makefile
  1.53      +3 -3      ports/sysutils/bacula-server/distinfo
  1.2       +0 -20     ports/sysutils/bacula-server/files/bacula-sd.conf.in (dead)
  1.2       +0 -25     ports/sysutils/bacula-server/files/patch-src-lib-crypto.c (dead)
  1.2       +0 -11     ports/sysutils/bacula-server/files/patch-src-lib-tls.c (dead)
  1.7       +2 -2      ports/sysutils/bacula-server/files/patch-src__cats__Makefile.in
  1.2       +2 -2      ports/sysutils/bacula-server/files/patch-src__dird__Makefile.in
  1.2       +2 -2      ports/sysutils/bacula-server/files/patch-src__findlib__Makefile.in
  1.2       +6 -6      ports/sysutils/bacula-server/files/patch-src__lib__Makefile.in
  1.5       +8 -6      ports/sysutils/bacula-server/files/pkg-deinstall.client.in
  1.4       +8 -6      ports/sysutils/bacula-server/files/pkg-deinstall.server.in
  1.3       +8 -9      ports/sysutils/bacula-server/files/pkg-install.client.in
  1.2       +7 -9      ports/sysutils/bacula-server/files/pkg-install.server.in
  1.26      +1 -0      ports/sysutils/bacula-server/pkg-plist
_______________________________________________
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 6 Olli Hauer freebsd_committer freebsd_triage 2010-09-07 17:37:34 UTC
State Changed
From-To: feedback->closed

comitted, Thanks!