aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2018-11-08 19:16:26 +0000
committerDan Langille <dvl@FreeBSD.org>2018-11-08 19:16:26 +0000
commitde609e02178bc5dedd155ec1c6d96394b5109a0c (patch)
treebe88f15c1e36f7abc33d031e7fe38a01fb5f7d36
parent4d95babc7942bcdbc0ee980a38fc6606b4158746 (diff)
downloadports-de609e02178bc5dedd155ec1c6d96394b5109a0c.tar.gz
ports-de609e02178bc5dedd155ec1c6d96394b5109a0c.zip
Deprecate all Bacula 7.x ports, the last update was in 2017
Expiration date is 2019-03-01 Please migrate to Bacula 9.x
Notes
Notes: svn path=/head/; revision=484470
-rw-r--r--net-mgmt/nagios-check_bacula/Makefile5
-rw-r--r--sysutils/bacula-bat/Makefile3
-rw-r--r--sysutils/bacula-client-static/Makefile3
-rw-r--r--sysutils/bacula-client/Makefile3
-rw-r--r--sysutils/bacula-docs/Makefile4
-rw-r--r--sysutils/bacula-server/Makefile5
6 files changed, 21 insertions, 2 deletions
diff --git a/net-mgmt/nagios-check_bacula/Makefile b/net-mgmt/nagios-check_bacula/Makefile
index 072a8d97b491..74a313bf0ad5 100644
--- a/net-mgmt/nagios-check_bacula/Makefile
+++ b/net-mgmt/nagios-check_bacula/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bacula
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
PKGNAMEPREFIX= nagios-check_
PKGNAMESUFFIX= #
@@ -10,6 +10,9 @@ PKGNAMESUFFIX= #
MAINTAINER= freebsd@troback.com
COMMENT= Nagios plugin for Bacula
+DEPRECATED= Unsupported. Please migrate to nagios-check_bacula9
+EXPIRATION_DATE= 2019-03-01
+
LIB_DEPENDS+= libbac.so:sysutils/bacula-client
PLIST= ${.CURDIR}/pkg-plist
diff --git a/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile
index 493f92bc2595..f96a8ab20d67 100644
--- a/sysutils/bacula-bat/Makefile
+++ b/sysutils/bacula-bat/Makefile
@@ -6,6 +6,9 @@ PKGNAMESUFFIX= -bat
COMMENT= Network backup solution (GUI)
+DEPRECATED= Unsupported. Please migrate to bacula9-bat
+EXPIRATION_DATE= 2019-03-01
+
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
libbac.so:sysutils/bacula-client
diff --git a/sysutils/bacula-client-static/Makefile b/sysutils/bacula-client-static/Makefile
index 485254224175..5f4f069225df 100644
--- a/sysutils/bacula-client-static/Makefile
+++ b/sysutils/bacula-client-static/Makefile
@@ -5,6 +5,9 @@ PKGNAMESUFFIX= -client-static
COMMENT= Network backup solution (static client)
+DEPRECATED= Unsupported. Please migrate to bacula9-client-static
+EXPIRATION_DATE= 2019-03-01
+
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile
index 3278f45596fd..fc2f8b475d59 100644
--- a/sysutils/bacula-client/Makefile
+++ b/sysutils/bacula-client/Makefile
@@ -5,6 +5,9 @@ PKGNAMESUFFIX= -client
COMMENT= Network backup solution (client)
+DEPRECATED= Unsupported. Please migrate to bacula9-client
+EXPIRATION_DATE= 2019-03-01
+
WITH_CLIENT_ONLY=yes
USE_RC_SUBR= bacula-fd
diff --git a/sysutils/bacula-docs/Makefile b/sysutils/bacula-docs/Makefile
index 92c1e36c9831..baf5bbe06568 100644
--- a/sysutils/bacula-docs/Makefile
+++ b/sysutils/bacula-docs/Makefile
@@ -3,12 +3,16 @@
PORTNAME= bacula-docs
PORTVERSION= 7.4.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= dvl@FreeBSD.org
COMMENT= Bacula document set
+DEPRECATED= Unsupported. Please migrate to bacula9-docs
+EXPIRATION_DATE= 2019-03-01
+
USES= tar:bz2
NO_BUILD= yes
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 5cda7eb8d7f0..3baf5780b796 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bacula
PORTVERSION= 7.4.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= sysutils
MASTER_SITES= SF/bacula/bacula/${PORTVERSION}
PKGNAMEPREFIX?= #
@@ -12,6 +12,9 @@ PKGNAMESUFFIX?= -server
MAINTAINER= dvl@FreeBSD.org
COMMENT?= Network backup solution (server)
+DEPRECATED= Unsupported. Please migrate to bacula9-server
+EXPIRATION_DATE= 2019-03-01
+
USES+= libtool readline shebangfix ssl
SHEBANG_FILES= scripts/dvd-handler.in src/cats/make_catalog_backup.pl.in
python_OLD_CMD= @PYTHON@