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

Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	logrotate
4
PORTNAME=	logrotate
5
PORTVERSION=	3.8.9
5
PORTVERSION=	3.9.2
6
PORTREVISION=	1
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	https://fedorahosted.org/releases/l/o/logrotate/
9
7
10
MAINTAINER=	js@iksz.hu
8
MAINTAINER=	js@iksz.hu
11
COMMENT=	Daemon to rotate, compress, remove, and mail system log files
9
COMMENT=	Daemon to rotate, compress, remove, and mail system log files
Lines 14-23 Link Here
14
12
15
LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
13
LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
16
14
15
USE_GITHUB=	yes
16
17
PATCH_STRIP=		-p1
17
PATCH_STRIP=		-p1
18
USES=		gmake
18
USES=		gmake autoreconf
19
MAKE_ENV=	"BASEDIR=${PREFIX}"
19
GNU_CONFIGURE=	yes
20
CPP=		${CC} -E
20
CONFIGURE_ARGS=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
21
21
22
post-install:
22
post-install:
23
	@${SED} -e 's|__PREFIX__|${PREFIX}|' \
23
	@${SED} -e 's|__PREFIX__|${PREFIX}|' \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (logrotate-3.8.9.tar.gz) = 700ed7ce9072a1cca324779a74797dfaefdae37ac50a817134b947c4ded1dfa7
1
SHA256 (logrotate-logrotate-3.9.2_GH0.tar.gz) = 2de00c65e23fa9d7909cae6594e550b9abe9a7eb1553669ddeaca92d30f97009
2
SIZE (logrotate-3.8.9.tar.gz) = 77408
2
SIZE (logrotate-logrotate-3.9.2_GH0.tar.gz) = 80711

Return to bug 205716