svn commit: r407515 - head/sysutils/logrotate

Kurt Jaeger pi at FreeBSD.org
Sat Jan 30 07:00:12 UTC 2016


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 at douglasthrift.net
  Approved by:	js at 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 at 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


More information about the svn-ports-all mailing list