svn commit: r417672 - in head: . sysutils/rsyslog7 sysutils/rsyslog8 sysutils/rsyslog8/files

Brad Davis brd at FreeBSD.org
Mon Jun 27 17:04:41 UTC 2016


Author: brd
Date: Mon Jun 27 17:04:39 2016
New Revision: 417672
URL: https://svnweb.freebsd.org/changeset/ports/417672

Log:
  - Upgrade sysutils/rsyslog8 to 8.19.0 and make it the default
  - Mark sysutils/rsyslog7 deprecated.
  
  Approved by:	bdrewery (mentor)

Deleted:
  head/sysutils/rsyslog8/files/patch-plugins__mmexternal__mmexternal.c
  head/sysutils/rsyslog8/files/patch-plugins__omprog__omprog.c
  head/sysutils/rsyslog8/files/patch-plugins_imfile_imfile.c
  head/sysutils/rsyslog8/files/patch-runtime_stream.c
Modified:
  head/UPDATING
  head/sysutils/rsyslog7/Makefile
  head/sysutils/rsyslog8/Makefile
  head/sysutils/rsyslog8/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Jun 27 17:01:45 2016	(r417671)
+++ head/UPDATING	Mon Jun 27 17:04:39 2016	(r417672)
@@ -5,6 +5,13 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20160627:
+  AFFECTS: users of sysutils/rsyslog7
+  AUTHOR: brd at FreeBSD.org
+
+  Rsyslog 7.x has reached end of life status and is being marked as
+  depreciated.  Rsyslog 8 has been made the default.
+
 20160626
   AFFECTS: users of www/calendarserver
   AUTHOR: pi at FreeBSD.org

Modified: head/sysutils/rsyslog7/Makefile
==============================================================================
--- head/sysutils/rsyslog7/Makefile	Mon Jun 27 17:01:45 2016	(r417671)
+++ head/sysutils/rsyslog7/Makefile	Mon Jun 27 17:04:39 2016	(r417672)
@@ -5,6 +5,7 @@ PORTVERSION=	7.6.7
 PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
+PKGNAMESUFFIX=	7
 
 MAINTAINER=	brd at FreeBSD.org
 COMMENT=	Syslogd supporting SQL, TCP, and TLS
@@ -20,6 +21,9 @@ LIB_DEPENDS=	libee.so:devel/libee \
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf
 
+DEPRECATED=	Upgrade to rsyslog 8
+EXPIRATION_DATE=2016-08-23
+
 PORTSCOUT=	limit:^7\.4
 PORTDOCS=	*
 PORTEXAMPLES=	*

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Mon Jun 27 17:01:45 2016	(r417671)
+++ head/sysutils/rsyslog8/Makefile	Mon Jun 27 17:04:39 2016	(r417672)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rsyslog
-PORTVERSION=	8.11.0
-PORTREVISION=	1
+PORTVERSION=	8.19.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 
@@ -21,7 +20,6 @@ LIB_DEPENDS=	libee.so:devel/libee \
 USE_LDCONFIG=	yes
 
 PORTSCOUT=	limit:^8\.
-PKGNAMESUFFIX=	8
 
 OPTIONS_DEFINE=	DBI DOCS GNUTLS GSSAPI MYSQL PGSQL RELP SNMP \
 		NORMALIZE

Modified: head/sysutils/rsyslog8/distinfo
==============================================================================
--- head/sysutils/rsyslog8/distinfo	Mon Jun 27 17:01:45 2016	(r417671)
+++ head/sysutils/rsyslog8/distinfo	Mon Jun 27 17:04:39 2016	(r417672)
@@ -1,2 +1,3 @@
-SHA256 (rsyslog-8.11.0.tar.gz) = bc64d8ba1e3fb8cfe21eadd5fb0938381bb37ed72cef9d6f14d376d2bac9bf78
-SIZE (rsyslog-8.11.0.tar.gz) = 2060890
+TIMESTAMP = 1465480650
+SHA256 (rsyslog-8.19.0.tar.gz) = 3379b30f2e6ef05a0f1c7327c73923fa5877a80b984506cdf48ed068c94a575e
+SIZE (rsyslog-8.19.0.tar.gz) = 2279714


More information about the svn-ports-head mailing list