Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2017 08:21:17 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452271 - in head/sysutils/logrotate: . files
Message-ID:  <201710170821.v9H8LHpM021229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Tue Oct 17 08:21:17 2017
New Revision: 452271
URL: https://svnweb.freebsd.org/changeset/ports/452271

Log:
  sysutils/logrotate: Update to 3.13.0
  
  PR:		223017
  Submitted by:	js@iksz.hu (maintainer)
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12687

Deleted:
  head/sysutils/logrotate/files/patch-Makefile
  head/sysutils/logrotate/files/patch-config.h
  head/sysutils/logrotate/files/patch-logrotate.8
Modified:
  head/sysutils/logrotate/Makefile
  head/sysutils/logrotate/distinfo
  head/sysutils/logrotate/files/patch-config.c
  head/sysutils/logrotate/files/patch-logrotate.c

Modified: head/sysutils/logrotate/Makefile
==============================================================================
--- head/sysutils/logrotate/Makefile	Tue Oct 17 07:37:56 2017	(r452270)
+++ head/sysutils/logrotate/Makefile	Tue Oct 17 08:21:17 2017	(r452271)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	logrotate
-PORTVERSION=	3.9.2
+PORTVERSION=	3.13.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	js@iksz.hu

Modified: head/sysutils/logrotate/distinfo
==============================================================================
--- head/sysutils/logrotate/distinfo	Tue Oct 17 07:37:56 2017	(r452270)
+++ head/sysutils/logrotate/distinfo	Tue Oct 17 08:21:17 2017	(r452271)
@@ -1,2 +1,3 @@
-SHA256 (logrotate-logrotate-3.9.2_GH0.tar.gz) = 2de00c65e23fa9d7909cae6594e550b9abe9a7eb1553669ddeaca92d30f97009
-SIZE (logrotate-logrotate-3.9.2_GH0.tar.gz) = 80711
+TIMESTAMP = 1508013010
+SHA256 (logrotate-logrotate-3.13.0_GH0.tar.gz) = fb1ff8502e7ae4aedaa3d0da8d3740a6a0f44b72e34666af724e9094b166c942
+SIZE (logrotate-logrotate-3.13.0_GH0.tar.gz) = 82436

Modified: head/sysutils/logrotate/files/patch-config.c
==============================================================================
--- head/sysutils/logrotate/files/patch-config.c	Tue Oct 17 07:37:56 2017	(r452270)
+++ head/sysutils/logrotate/files/patch-config.c	Tue Oct 17 08:21:17 2017	(r452271)
@@ -1,11 +1,10 @@
---- config.c.orig	2015-02-13 06:11:21 UTC
-+++ config.c
-@@ -1,8 +1,4 @@
+--- config.c.orig	2017-10-12 15:19:41.000000000 +0000
++++ config.c	2017-10-14 21:59:41.716559000 +0000
+@@ -1,6 +1,6 @@
  #include "queue.h"
--/* Alloca is defined in stdlib.h in NetBSD */
+ /* Alloca is defined in stdlib.h in NetBSD */
 -#ifndef __NetBSD__
--#include <alloca.h>
--#endif
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+ #include <alloca.h>
+ #endif
  #include <limits.h>
- #include <ctype.h>
- #include <dirent.h>

Modified: head/sysutils/logrotate/files/patch-logrotate.c
==============================================================================
--- head/sysutils/logrotate/files/patch-logrotate.c	Tue Oct 17 07:37:56 2017	(r452270)
+++ head/sysutils/logrotate/files/patch-logrotate.c	Tue Oct 17 08:21:17 2017	(r452271)
@@ -1,11 +1,10 @@
---- logrotate.c.orig	2015-02-13 06:11:21 UTC
-+++ logrotate.c
-@@ -1,8 +1,4 @@
+--- logrotate.c.orig	2017-10-12 15:19:41.000000000 +0000
++++ logrotate.c	2017-10-14 22:00:57.613844000 +0000
+@@ -1,6 +1,6 @@
  #include "queue.h"
--/* alloca() is defined in stdlib.h in NetBSD */
+ /* alloca() is defined in stdlib.h in NetBSD */
 -#ifndef __NetBSD__
--#include <alloca.h>
--#endif
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+ #include <alloca.h>
+ #endif
  #include <limits.h>
- #include <ctype.h>
- #include <dirent.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710170821.v9H8LHpM021229>