Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2019 21:15:43 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507175 - head/sysutils/rsyslog8
Message-ID:  <201907222115.x6MLFhJj058669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Mon Jul 22 21:15:43 2019
New Revision: 507175
URL: https://svnweb.freebsd.org/changeset/ports/507175

Log:
  Drop the dependency on libee -- this has actually been irrelevant for
  some time, but only recently noted in the rsyslog changelogs.

Modified:
  head/sysutils/rsyslog8/Makefile

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Mon Jul 22 21:00:39 2019	(r507174)
+++ head/sysutils/rsyslog8/Makefile	Mon Jul 22 21:15:43 2019	(r507175)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rsyslog
 PORTVERSION=	8.1907.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 
@@ -11,8 +12,7 @@ COMMENT=	Syslogd supporting SQL, TCP, and TLS
 LICENSE=	GPLv3 LGPL3 APACHE20
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	libee.so:devel/libee \
-		libestr.so:devel/libestr \
+LIB_DEPENDS=	libestr.so:devel/libestr \
 		libfastjson.so:devel/libfastjson \
 		liblogging-rfc3195.so:devel/liblogging \
 		libuuid.so:misc/e2fsprogs-libuuid \



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