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)
This commit is contained in:
Kurt Jaeger 2016-01-30 07:00:10 +00:00
parent 2da06aa0f7
commit 777b01c012
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407515
2 changed files with 8 additions and 8 deletions

View File

@ -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}|' \

View File

@ -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