Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 19:28:53 GMT
From:      Cristiano Rolim Pereira <cristianorolim@outlook.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174642: [patch] sysutils/rsyslog5: Mark DEPRECATED
Message-ID:  <201212221928.qBMJSrIe027815@red.freebsd.org>
Resent-Message-ID: <201212221930.qBMJU09N045313@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174642
>Category:       ports
>Synopsis:       [patch] sysutils/rsyslog5: Mark DEPRECATED
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 19:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        9.1-RELEASE
>Organization:
>Environment:
>Description:
Rsyslog v6 and v7 are both in stable releases;

>From the Rsyslog web site:
(Rsyslog) v0 to v6 are deprecated and no longer supported.

The attached diff marks sysutils/rsyslog5 as DEPRECATED: Use sysutils/rsyslog6; And set Expiration date
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../rsyslog5.orig/Makefile ./Makefile
--- ../rsyslog5.orig/Makefile	2012-12-22 17:09:26.000000000 -0200
+++ ./Makefile	2012-12-22 17:17:00.000000000 -0200
@@ -16,6 +16,9 @@
 MAINTAINER=	brd@FreeBSD.org
 COMMENT?=	Syslogd supporting SQL, TCP and TLS
 
+DEPRECATED=	Use sysutils/rsyslog6
+EXPIRATION_DATE=2013-02-28
+
 .ifdef MNAME
 RUN_DEPENDS=	rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog5
 PLIST=		${.CURDIR}/pkg-plist
diff -ruN ../rsyslog5.orig/pkg-descr ./pkg-descr
--- ../rsyslog5.orig/pkg-descr	2012-12-22 17:09:26.000000000 -0200
+++ ./pkg-descr	2012-12-22 17:21:27.000000000 -0200
@@ -16,4 +16,7 @@
 
 Tracking v5-stable
 
+Rsyslog v5 is deprecated and is no longer supported. Consider using
+Rsyslog v6.
+
 WWW: http://www.rsyslog.com/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212221928.qBMJSrIe027815>