Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2009 12:02:30 GMT
From:      Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140354: [maintainer-update] - update sysutils/rsyslog4 to version 4.4.2
Message-ID:  <200911071202.nA7C2UQN024910@www.freebsd.org>
Resent-Message-ID: <200911071210.nA7CA10H071048@freefall.freebsd.org>

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

>Number:         140354
>Category:       ports
>Synopsis:       [maintainer-update] - update sysutils/rsyslog4 to version 4.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 07 12:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        7.2-RELEASE-p4
>Organization:
>Environment:
FreeBSD bsd7.casa 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct  2 08:22:32 UTC 2009     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The attached diff updates sysutils/rsyslog4 to version 4.4.2.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../rsyslog4.orig/Makefile ./Makefile
--- ../rsyslog4.orig/Makefile	2009-11-07 01:38:10.000000000 -0200
+++ ./Makefile	2009-11-07 09:47:49.000000000 -0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rsyslog
-PORTVERSION=	4.4.1
+PORTVERSION=	4.4.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.rsyslog.com/rsyslog/
 .ifdef MNAME
@@ -17,12 +17,12 @@
 COMMENT=	Syslogd supporting SQL, TCP and TLS
 
 .ifdef MNAME
-RUN_DEPENDS=	rsyslog>=4:${PORTSDIR}/sysutils/rsyslog4
+RUN_DEPENDS=	rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog4
 
 PLIST=		${.CURDIR}/pkg-plist
 .endif
 
-CONFLICTS=	rsyslog-[2-3].[0-9]*
+CONFLICTS=	rsyslog-[!4].[0-9]*
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
diff -ruN ../rsyslog4.orig/distinfo ./distinfo
--- ../rsyslog4.orig/distinfo	2009-11-07 01:38:10.000000000 -0200
+++ ./distinfo	2009-11-07 01:49:46.000000000 -0200
@@ -1,3 +1,3 @@
-MD5 (rsyslog-4.4.1.tar.gz) = 2f298222850a098834bbf8c651a9963c
-SHA256 (rsyslog-4.4.1.tar.gz) = ff96a672b6759ecd77f6ce4f6f2c977f7d23e2d6f8e7f39564136d8b09ffc771
-SIZE (rsyslog-4.4.1.tar.gz) = 1997920
+MD5 (rsyslog-4.4.2.tar.gz) = a8ada67b6cd5c00fbeb3a4b687b17359
+SHA256 (rsyslog-4.4.2.tar.gz) = 726b0894f29081c9ea9f2c0c9d86e77a8128b203b4d356c87180fa45a2d28942
+SIZE (rsyslog-4.4.2.tar.gz) = 1999058
diff -ruN ../rsyslog4.orig/files/pkg-message.in ./files/pkg-message.in
--- ../rsyslog4.orig/files/pkg-message.in	2009-11-07 01:38:10.000000000 -0200
+++ ./files/pkg-message.in	2009-11-07 01:39:07.000000000 -0200
@@ -5,7 +5,7 @@
  rsyslogd_enable="YES"
 To avoid warnings about rsyslogd running in compatibility mode, add
 this:
- rsyslogd_flags="-c3"
+ rsyslogd_flags="-c4"
 It's recommended to copy syslog.conf(5) to
 %%PREFIX%%/etc/rsyslog.conf and edit it there. Otherwise add
 this:


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



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