Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 02:42:16 GMT
From:      Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138159: [PATCH] sysutils/rsyslog mark as deprecated
Message-ID:  <200908250242.n7P2gGI6099246@www.freebsd.org>
Resent-Message-ID: <200908250250.n7P2o2bw006803@freefall.freebsd.org>

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

>Number:         138159
>Category:       ports
>Synopsis:       [PATCH] sysutils/rsyslog mark as 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:   Tue Aug 25 02:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD bsd7.casa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Rsyslog v3 and v4 are both in stable releases; v5 is already in devel stage. They all have better support for FreeBSD.

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

The attached diff updates sysutils/rsyslog to version 2.0.7; Mark as deprecated: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead; And set Expiration date


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../rsyslog.orig/Makefile ./Makefile
--- ../rsyslog.orig/Makefile	2009-08-24 22:41:20.000000000 -0300
+++ ./Makefile	2009-08-24 23:28:46.000000000 -0300
@@ -6,12 +6,14 @@
 #
 
 PORTNAME=	rsyslog
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.7
 CATEGORIES=	sysutils
-MASTER_SITES=	CENKES http://download.rsyslog.com/rsyslog/
+MASTER_SITES=	http://download.rsyslog.com/rsyslog/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=	Enhanced syslog daemon
+DEPRECATED=	Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
+EXPIRATION_DATE=	2009-10-24
 
 LIB_DEPENDS=	logging.0:${PORTSDIR}/devel/liblogging
 .ifndef PKGNAMESUFFIX
@@ -22,7 +24,7 @@
 .endif
 
 NO_LATEST_LINK=	yes
-CONFLICTS=	rsyslog-3.[0-9]*
+CONFLICTS=	rsyslog-[3-4].[0-9]*
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
diff -ruN ../rsyslog.orig/distinfo ./distinfo
--- ../rsyslog.orig/distinfo	2009-08-24 22:41:20.000000000 -0300
+++ ./distinfo	2009-08-24 22:45:04.000000000 -0300
@@ -1,3 +1,3 @@
-MD5 (rsyslog-2.0.5.tar.gz) = 6ad34f309a730c7bc9dfdb8380d82431
-SHA256 (rsyslog-2.0.5.tar.gz) = 4cc23ff7ab80171774f5844bc26b4a89048a817b7bc65a39ffa90d52829ff94c
-SIZE (rsyslog-2.0.5.tar.gz) = 695751
+MD5 (rsyslog-2.0.7.tar.gz) = 795d89f90a5364c0e528f725f10c732b
+SHA256 (rsyslog-2.0.7.tar.gz) = f17a8c889bee9d2f5bcdcd9b3be98e7065d90f8f209550fb59f383873a1737e0
+SIZE (rsyslog-2.0.7.tar.gz) = 707904
diff -ruN ../rsyslog.orig/pkg-descr ./pkg-descr
--- ../rsyslog.orig/pkg-descr	2009-08-24 22:41:20.000000000 -0300
+++ ./pkg-descr	2009-08-24 22:59:56.000000000 -0300
@@ -6,4 +6,7 @@
 protected syslog relay chains while at the same time being very easy to
 setup for the novice user.
 
+Rsyslog v2 is deprecated and is no longer supported. It operates with some
+limitations under FreeBSD. Consider using Rsyslog v3 or v4.
+
 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?200908250242.n7P2gGI6099246>