From owner-svn-ports-all@freebsd.org Sat Jan 30 07:00:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E56A73E5D; Sat, 30 Jan 2016 07:00:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30E831826; Sat, 30 Jan 2016 07:00:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0U70BWa016604; Sat, 30 Jan 2016 07:00:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0U70BI1016602; Sat, 30 Jan 2016 07:00:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601300700.u0U70BI1016602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 30 Jan 2016 07:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407515 - head/sysutils/logrotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 07:00:12 -0000 Author: pi Date: Sat Jan 30 07:00:10 2016 New Revision: 407515 URL: https://svnweb.freebsd.org/changeset/ports/407515 Log: sysutils/logrotate: 3.8.9 -> 3.9.2 Changes: - Upstream moved to GitHub: https://github.com/logrotate/logrotate. - Add support for %M, %S and %V in "dateext" directive. - Fix bad filename in subject of email when "compress" and "maillast" is used. - Allow rotating files created before 1996. - Fix compilation errors on NetBSD caused by "array subscript has type 'char' in config.c". - Fix matching subdirectories on BSD systems for patterns like "*/log" in situation where logrotate tried to match "foo/log" even when "foo" has not been a directory. - Fix logging dates in debug messages. - Remove state file entries for logs which do not exist and have not been rotated for more than a year. - Fix poor performance with big state file. - Support logging to syslog by using '-l syslog'. - Allow running test-suite using dash. PR: 205716 Submitted by: douglas@douglasthrift.net Approved by: js@iksz.hu (maintainer) Modified: head/sysutils/logrotate/Makefile head/sysutils/logrotate/distinfo Modified: head/sysutils/logrotate/Makefile ============================================================================== --- head/sysutils/logrotate/Makefile Sat Jan 30 06:09:07 2016 (r407514) +++ head/sysutils/logrotate/Makefile Sat Jan 30 07:00:10 2016 (r407515) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= logrotate -PORTVERSION= 3.8.9 -PORTREVISION= 1 +PORTVERSION= 3.9.2 CATEGORIES= sysutils -MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/ MAINTAINER= js@iksz.hu COMMENT= Daemon to rotate, compress, remove, and mail system log files @@ -14,10 +12,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +USE_GITHUB= yes + PATCH_STRIP= -p1 -USES= gmake -MAKE_ENV= "BASEDIR=${PREFIX}" -CPP= ${CC} -E +USES= gmake autoreconf +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib post-install: @${SED} -e 's|__PREFIX__|${PREFIX}|' \ Modified: head/sysutils/logrotate/distinfo ============================================================================== --- head/sysutils/logrotate/distinfo Sat Jan 30 06:09:07 2016 (r407514) +++ head/sysutils/logrotate/distinfo Sat Jan 30 07:00:10 2016 (r407515) @@ -1,2 +1,2 @@ -SHA256 (logrotate-3.8.9.tar.gz) = 700ed7ce9072a1cca324779a74797dfaefdae37ac50a817134b947c4ded1dfa7 -SIZE (logrotate-3.8.9.tar.gz) = 77408 +SHA256 (logrotate-logrotate-3.9.2_GH0.tar.gz) = 2de00c65e23fa9d7909cae6594e550b9abe9a7eb1553669ddeaca92d30f97009 +SIZE (logrotate-logrotate-3.9.2_GH0.tar.gz) = 80711