Bug 171540 - [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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 14:00 UTC by Dan Langille
Modified: 2012-09-13 10:00 UTC (History)
1 user (show)

See Also:


Attachments
bacula-patch (2.00 KB, text/plain)
2012-09-11 14:00 UTC, Dan Langille
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille 2012-09-11 14:00:10 UTC
	
This upgrades both sysutils/bacula-server and sysutils/bacula-docs

Fix: NOTE: When upgrading, if both bacula-server and bacula-client are installed,
you must pkg_delete bacula-server and bacula-fd before upgrading.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-09-13 09:40:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-13 09:52:33 UTC
Author: rm
Date: Thu Sep 13 08:52:21 2012
New Revision: 304186
URL: http://svn.freebsd.org/changeset/ports/304186

Log:
  - update sysutils/bacula-server and sysutils/bacula-client to 5.2.11
  - add UPDATING entry with update instructions
  
  PR:		171540
  Submitted by:	Dan Langille <dan at langille dot org> (maintainer)

Modified:
  head/UPDATING
  head/sysutils/bacula-docs/Makefile
  head/sysutils/bacula-docs/distinfo
  head/sysutils/bacula-server/Makefile
  head/sysutils/bacula-server/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Sep 13 08:45:23 2012	(r304185)
+++ head/UPDATING	Thu Sep 13 08:52:21 2012	(r304186)
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20120913:
+  AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client
+  AUTHOR: rm@FreeBSD.org
+
+  If you have both sysutils/bacula-server and sysutils/bacula-client
+  installed, you need to pkg_delete sysutils/bacula-server and
+  sysutils/bacula-fd prior to this update.
+
 20120910:
   AFFECTS: users of www/libxul
   AUTHOR: gecko@FreeBSD.org

Modified: head/sysutils/bacula-docs/Makefile
==============================================================================
--- head/sysutils/bacula-docs/Makefile	Thu Sep 13 08:45:23 2012	(r304185)
+++ head/sysutils/bacula-docs/Makefile	Thu Sep 13 08:52:21 2012	(r304186)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bacula
-PORTVERSION=	5.2.10
+PORTVERSION=	5.2.11
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	-docs

Modified: head/sysutils/bacula-docs/distinfo
==============================================================================
--- head/sysutils/bacula-docs/distinfo	Thu Sep 13 08:45:23 2012	(r304185)
+++ head/sysutils/bacula-docs/distinfo	Thu Sep 13 08:52:21 2012	(r304186)
@@ -1,4 +1,4 @@
-SHA256 (bacula-docs-5.2.10.tar.bz2) = aa5314c7892ff9c65a1e5d2ee26beb0ad6ccfa49d0276450d3737fab1423cd63
-SIZE (bacula-docs-5.2.10.tar.bz2) = 41952293
-SHA256 (bacula-5.2.10.tar.gz) = 51f311e6c51d6c9575ca458cd63198c6984eeaaff4ce6f334ff82bc999b8b360
-SIZE (bacula-5.2.10.tar.gz) = 4110586
+SHA256 (bacula-docs-5.2.11.tar.bz2) = a9f4ace10e7239f89513a35cc3ebbbd132b1b79a3d5d0ca911a2248094dd2043
+SIZE (bacula-docs-5.2.11.tar.bz2) = 41969345
+SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001
+SIZE (bacula-5.2.11.tar.gz) = 4147470

Modified: head/sysutils/bacula-server/Makefile
==============================================================================
--- head/sysutils/bacula-server/Makefile	Thu Sep 13 08:45:23 2012	(r304185)
+++ head/sysutils/bacula-server/Makefile	Thu Sep 13 08:52:21 2012	(r304186)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bacula
-DISTVERSION=	5.2.10
+DISTVERSION=	5.2.11
 CATEGORIES?=	sysutils
 MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
 

Modified: head/sysutils/bacula-server/distinfo
==============================================================================
--- head/sysutils/bacula-server/distinfo	Thu Sep 13 08:45:23 2012	(r304185)
+++ head/sysutils/bacula-server/distinfo	Thu Sep 13 08:52:21 2012	(r304186)
@@ -1,2 +1,2 @@
-SHA256 (bacula-5.2.10.tar.gz) = 51f311e6c51d6c9575ca458cd63198c6984eeaaff4ce6f334ff82bc999b8b360
-SIZE (bacula-5.2.10.tar.gz) = 4110586
+SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001
+SIZE (bacula-5.2.11.tar.gz) = 4147470
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-09-13 09:52:36 UTC
State Changed
From-To: open->closed

Committed, thank you!