From owner-svn-ports-all@freebsd.org Fri Sep 8 02:54:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AA07E21FD5; Fri, 8 Sep 2017 02:54:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE7F37FE1C; Fri, 8 Sep 2017 02:54:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v882sPK6087115; Fri, 8 Sep 2017 02:54:25 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v882sPq0087114; Fri, 8 Sep 2017 02:54:25 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709080254.v882sPq0087114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 8 Sep 2017 02:54:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449437 - head/sysutils/eventlog X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/eventlog X-SVN-Commit-Revision: 449437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 02:54:27 -0000 Author: cy Date: Fri Sep 8 02:54:25 2017 New Revision: 449437 URL: https://svnweb.freebsd.org/changeset/ports/449437 Log: Add a reminder to expire this port when sysutils/syslog-ng310 is expired. syslog-ng311 and subsequent ports use their own copy of eventlog. This is a packaging decision made by Balabit, the authors of syslog-ng. Modified: head/sysutils/eventlog/Makefile Modified: head/sysutils/eventlog/Makefile ============================================================================== --- head/sysutils/eventlog/Makefile Fri Sep 8 01:12:56 2017 (r449436) +++ head/sysutils/eventlog/Makefile Fri Sep 8 02:54:25 2017 (r449437) @@ -11,6 +11,10 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.tar.gz MAINTAINER= cy@FreeBSD.org COMMENT= Replacement of the simple syslog() API providing structure to messages +# Reminder: Retire this port sysutils/syslog-ng310 is retired. +# syslog-ng311 and subsequent ports make use of a private copy of +# eventlog. sysutils/syslog-ng* is this port's only consumer. + GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig USE_LDCONFIG= yes