View | Details | Raw Unified | Return to bug 277322 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/cronolog-devel/Makefile (-10 / +9 lines)
Lines 1-6 Link Here
1
PORTNAME=	cronolog
1
PORTNAME=	cronolog
2
PORTVERSION=	1.7.1
2
PORTVERSION=	1.7.1
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cronolog-devel/
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cronolog-devel/
6
PKGNAMESUFFIX=	-devel
6
PKGNAMESUFFIX=	-devel
Lines 14-31 LICENSE= APACHE10 Link Here
14
14
15
USES=		shebangfix tar:xz
15
USES=		shebangfix tar:xz
16
16
17
SHEBANG_FILES=	src/cronosplit
17
SHEBANG_FILES=		src/cronosplit
18
18
GNU_CONFIGURE=		yes
19
PLIST_FILES=	sbin/cronolog \
19
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
20
		sbin/cronosplit \
21
		man/man1/cronolog.1m.gz \
22
		man/man1/cronosplit.1m.gz
23
20
24
CONFLICTS=	cronolog
21
CONFLICTS=	cronolog
25
22
26
WRKSRC=		${WRKDIR}/cronolog-${PORTVERSION}
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
27
INFO=		cronolog
24
INFO=		cronolog
28
25
PLIST_FILES=	sbin/cronolog \
29
GNU_CONFIGURE=	yes
26
		sbin/cronosplit \
27
		share/man/man1/cronolog.1m.gz \
28
		share/man/man1/cronosplit.1m.gz
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)b/sysutils/cronolog-devel/files/patch-src__cronolog.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ./src/cronolog.c.orig	2010-12-02 13:41:57.000000000 -0800
1
--- ./src/cronolog.c.orig	2024-03-02 14:23:13 UTC
2
+++ ./src/cronolog.c	2010-12-02 13:42:30.000000000 -0800
2
+++ ./src/cronolog.c
3
@@ -84,8 +84,8 @@
3
@@ -84,8 +84,8 @@
4
 
4
 
5
 #ifndef _WIN32
5
 #ifndef _WIN32
(-)b/sysutils/cronolog-devel/pkg-descr (-1 / +1 lines)
Lines 1-6 Link Here
1
"cronolog" is a simple program that reads log messages from its input
1
"cronolog" is a simple program that reads log messages from its input
2
and writes them to a set of output files, the names of which are
2
and writes them to a set of output files, the names of which are
3
constructed using template and the current date and time.
3
constructed using a template and the current date and time.
4
4
5
"cronolog" is intended to be used in conjunction with a Web server, such
5
"cronolog" is intended to be used in conjunction with a Web server, such
6
as Apache to split the access log into daily or monthly logs. E.g.:
6
as Apache to split the access log into daily or monthly logs. E.g.:

Return to bug 277322