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

Collapse All | Expand All

(-)Makefile (-11 / +7 lines)
Lines 5-11 Link Here
5
PORTVERSION=	1.6.2
5
PORTVERSION=	1.6.2
6
PORTREVISION=	4
6
PORTREVISION=	4
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://cronolog.org/download/
8
MASTER_SITES=	http://fossies.org/linux/www/	\
9
		https://vps.googlecode.com/files/
9
10
10
MAINTAINER=	bdrewery@FreeBSD.org
11
MAINTAINER=	bdrewery@FreeBSD.org
11
COMMENT=	Web log rotation utility that provides datestamp filenames
12
COMMENT=	Web log rotation utility that provides datestamp filenames
Lines 16-22 Link Here
16
17
17
INFO=		cronolog
18
INFO=		cronolog
18
19
20
USES=		shebangfix
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV+=	ac_cv_path_PERL="${perl_CMD}"
20
23
21
OPTIONS_DEFINE=	SETUID_PATCH
24
OPTIONS_DEFINE=	SETUID_PATCH
22
OPTIONS_DEFAULT=	SETUID_PATCH
25
OPTIONS_DEFAULT=	SETUID_PATCH
Lines 28-43 Link Here
28
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
29
32
30
.if ${PORT_OPTIONS:MSETUID_PATCH}
33
.if ${PORT_OPTIONS:MSETUID_PATCH}
31
MASTER_SITES+=	http://cronolog.org/patches/:patches
34
PATCHSITES=	https://raw.githubusercontent.com/kiorky/cryptelium-overlay/cdbbe47/app-admin/cronolog/files/1.6.2-patches/
32
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} cronolog-setugid-patch.txt:patches
35
PATCH_DIST_STRIP=-p1
33
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
36
PATCHFILES+=	cronolog-setugid-patch.txt
34
EXTRA_PATCHES+=	${WRKDIR}/cronolog-setugid-patch.txt
35
USES+=		dos2unix
36
DOS2UNIX_FILES=	../cronolog-setugid-patch.txt
37
38
post-extract:
39
	@${CP} ${DISTDIR}/cronolog-setugid-patch.txt ${WRKDIR}/
40
	@cd ${WRKSRC} && ${TOUCH} aclocal.m4 Makefile.in */Makefile.in
41
.endif
37
.endif
42
38
43
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (cronolog-1.6.2.tar.gz) = 65e91607643e5aa5b336f17636fa474eb6669acc89288e72feb2f54a27edb88e
1
SHA256 (cronolog-1.6.2.tar.gz) = 65e91607643e5aa5b336f17636fa474eb6669acc89288e72feb2f54a27edb88e
2
SIZE (cronolog-1.6.2.tar.gz) = 133591
2
SIZE (cronolog-1.6.2.tar.gz) = 133591
3
SHA256 (cronolog-setugid-patch.txt) = ca0061a34aa1291ac61cac07d7718bc2a09421fb931943fa45f33cf7d5a0759b
3
SHA256 (cronolog-setugid-patch.txt) = 6604b2c4a70a73c64ea6e60c77fe18204a83e3435a5d9bfbd44e437e1df6dce5
4
SIZE (cronolog-setugid-patch.txt) = 13321
4
SIZE (cronolog-setugid-patch.txt) = 12375
(-)pkg-descr (-2 lines)
Lines 20-24 Link Here
20
20
21
	/www/logs/1997/01/01/access.log
21
	/www/logs/1997/01/01/access.log
22
	/www/logs/1997/01/01/errors.log
22
	/www/logs/1997/01/01/errors.log
23
24
WWW: http://cronolog.org/

Return to bug 199851