From owner-svn-ports-head@freebsd.org Thu Nov 8 19:16:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1641B1101E9F; Thu, 8 Nov 2018 19:16:28 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96C028E05F; Thu, 8 Nov 2018 19:16:27 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 779B6D49; Thu, 8 Nov 2018 19:16:27 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA8JGRA4007584; Thu, 8 Nov 2018 19:16:27 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA8JGQs8007577; Thu, 8 Nov 2018 19:16:26 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201811081916.wA8JGQs8007577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 8 Nov 2018 19:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484470 - in head: net-mgmt/nagios-check_bacula sysutils/bacula-bat sysutils/bacula-client sysutils/bacula-client-static sysutils/bacula-docs sysutils/bacula-server X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head: net-mgmt/nagios-check_bacula sysutils/bacula-bat sysutils/bacula-client sysutils/bacula-client-static sysutils/bacula-docs sysutils/bacula-server X-SVN-Commit-Revision: 484470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 96C028E05F X-Spamd-Result: default: False [-106.86 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.75)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.91), asn: 11403(-3.82), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2018 19:16:28 -0000 Author: dvl Date: Thu Nov 8 19:16:26 2018 New Revision: 484470 URL: https://svnweb.freebsd.org/changeset/ports/484470 Log: Deprecate all Bacula 7.x ports, the last update was in 2017 Expiration date is 2019-03-01 Please migrate to Bacula 9.x Modified: head/net-mgmt/nagios-check_bacula/Makefile head/sysutils/bacula-bat/Makefile head/sysutils/bacula-client-static/Makefile head/sysutils/bacula-client/Makefile head/sysutils/bacula-docs/Makefile head/sysutils/bacula-server/Makefile Modified: head/net-mgmt/nagios-check_bacula/Makefile ============================================================================== --- head/net-mgmt/nagios-check_bacula/Makefile Thu Nov 8 18:58:29 2018 (r484469) +++ head/net-mgmt/nagios-check_bacula/Makefile Thu Nov 8 19:16:26 2018 (r484470) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= bacula -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt PKGNAMEPREFIX= nagios-check_ 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 Modified: head/sysutils/bacula-bat/Makefile ============================================================================== --- head/sysutils/bacula-bat/Makefile Thu Nov 8 18:58:29 2018 (r484469) +++ head/sysutils/bacula-bat/Makefile Thu Nov 8 19:16:26 2018 (r484470) @@ -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 Modified: head/sysutils/bacula-client-static/Makefile ============================================================================== --- head/sysutils/bacula-client-static/Makefile Thu Nov 8 18:58:29 2018 (r484469) +++ head/sysutils/bacula-client-static/Makefile Thu Nov 8 19:16:26 2018 (r484470) @@ -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 Modified: head/sysutils/bacula-client/Makefile ============================================================================== --- head/sysutils/bacula-client/Makefile Thu Nov 8 18:58:29 2018 (r484469) +++ head/sysutils/bacula-client/Makefile Thu Nov 8 19:16:26 2018 (r484470) @@ -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 Modified: head/sysutils/bacula-docs/Makefile ============================================================================== --- head/sysutils/bacula-docs/Makefile Thu Nov 8 18:58:29 2018 (r484469) +++ head/sysutils/bacula-docs/Makefile Thu Nov 8 19:16:26 2018 (r484470) @@ -3,11 +3,15 @@ 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 Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Thu Nov 8 18:58:29 2018 (r484469) +++ head/sysutils/bacula-server/Makefile Thu Nov 8 19:16:26 2018 (r484470) @@ -3,7 +3,7 @@ PORTNAME= bacula PORTVERSION= 7.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # @@ -11,6 +11,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