Bug 174642 - [patch] sysutils/rsyslog5: Mark DEPRECATED
Summary: [patch] sysutils/rsyslog5: Mark DEPRECATED
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: Brad Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 19:30 UTC by cristianorolim
Modified: 2013-01-01 04:21 UTC (History)
0 users

See Also:


Attachments
file.diff (760 bytes, patch)
2012-12-22 19:30 UTC, cristianorolim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cristianorolim 2012-12-22 19:30:00 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-22 19:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-01 04:11:58 UTC
Author: brd (doc committer)
Date: Tue Jan  1 04:11:50 2013
New Revision: 309771
URL: http://svnweb.freebsd.org/changeset/ports/309771

Log:
  - Mark rsyslog5 as depreciated
  
  PR:		174642
  Submitted by:	Cristiano Rolim Pereira <cristianorolim at outlook.com>

Modified:
  head/sysutils/rsyslog5/Makefile
  head/sysutils/rsyslog5/pkg-descr

Modified: head/sysutils/rsyslog5/Makefile
==============================================================================
--- head/sysutils/rsyslog5/Makefile	Tue Jan  1 04:04:16 2013	(r309770)
+++ head/sysutils/rsyslog5/Makefile	Tue Jan  1 04:11:50 2013	(r309771)
@@ -16,6 +16,9 @@ PKGNAMESUFFIX?=	-${MNAME}
 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

Modified: head/sysutils/rsyslog5/pkg-descr
==============================================================================
--- head/sysutils/rsyslog5/pkg-descr	Tue Jan  1 04:04:16 2013	(r309770)
+++ head/sysutils/rsyslog5/pkg-descr	Tue Jan  1 04:11:50 2013	(r309771)
@@ -16,4 +16,7 @@ novice user.
 
 Tracking v5-stable
 
+Rsyslog v5 is deprecated and is no longer supported. Consider using
+Rsyslog v6.
+
 WWW: http://www.rsyslog.com/
_______________________________________________
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 Brad Davis freebsd_committer freebsd_triage 2013-01-01 04:20:42 UTC
State Changed
From-To: open->closed

- Committed, thanks for the patch!