svn commit: r507175 - head/sysutils/rsyslog8

Matthew Seaman matthew at FreeBSD.org
Mon Jul 22 21:15:44 UTC 2019


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 \


More information about the svn-ports-head mailing list