View | Details | Raw Unified | Return to bug 140354
Collapse All | Expand All

(-)./Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	rsyslog
8
PORTNAME=	rsyslog
9
PORTVERSION=	4.4.1
9
PORTVERSION=	4.4.2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://download.rsyslog.com/rsyslog/
11
MASTER_SITES=	http://download.rsyslog.com/rsyslog/
12
.ifdef MNAME
12
.ifdef MNAME
Lines 17-28 Link Here
17
COMMENT=	Syslogd supporting SQL, TCP and TLS
17
COMMENT=	Syslogd supporting SQL, TCP and TLS
18
18
19
.ifdef MNAME
19
.ifdef MNAME
20
RUN_DEPENDS=	rsyslog>=4:${PORTSDIR}/sysutils/rsyslog4
20
RUN_DEPENDS=	rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog4
21
21
22
PLIST=		${.CURDIR}/pkg-plist
22
PLIST=		${.CURDIR}/pkg-plist
23
.endif
23
.endif
24
24
25
CONFLICTS=	rsyslog-[2-3].[0-9]*
25
CONFLICTS=	rsyslog-[!4].[0-9]*
26
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rsyslog-4.4.1.tar.gz) = 2f298222850a098834bbf8c651a9963c
1
MD5 (rsyslog-4.4.2.tar.gz) = a8ada67b6cd5c00fbeb3a4b687b17359
2
SHA256 (rsyslog-4.4.1.tar.gz) = ff96a672b6759ecd77f6ce4f6f2c977f7d23e2d6f8e7f39564136d8b09ffc771
2
SHA256 (rsyslog-4.4.2.tar.gz) = 726b0894f29081c9ea9f2c0c9d86e77a8128b203b4d356c87180fa45a2d28942
3
SIZE (rsyslog-4.4.1.tar.gz) = 1997920
3
SIZE (rsyslog-4.4.2.tar.gz) = 1999058
(-)./files/pkg-message.in (-1 / +1 lines)
Lines 5-11 Link Here
5
 rsyslogd_enable="YES"
5
 rsyslogd_enable="YES"
6
To avoid warnings about rsyslogd running in compatibility mode, add
6
To avoid warnings about rsyslogd running in compatibility mode, add
7
this:
7
this:
8
 rsyslogd_flags="-c3"
8
 rsyslogd_flags="-c4"
9
It's recommended to copy syslog.conf(5) to
9
It's recommended to copy syslog.conf(5) to
10
%%PREFIX%%/etc/rsyslog.conf and edit it there. Otherwise add
10
%%PREFIX%%/etc/rsyslog.conf and edit it there. Otherwise add
11
this:
11
this:

Return to bug 140354