From owner-svn-ports-all@freebsd.org Tue Jun 28 13:32:35 2016 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 1FE95B85814; Tue, 28 Jun 2016 13:32:35 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2FF2E44; Tue, 28 Jun 2016 13:32:34 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 7000723210; Tue, 28 Jun 2016 13:32:28 +0000 (UTC) Date: Tue, 28 Jun 2016 13:32:28 +0000 From: Brad Davis To: Matthew Seaman Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r417672 - in head: . sysutils/rsyslog7 sysutils/rsyslog8 sysutils/rsyslog8/files Message-ID: <20160628133228.GI22634@corpmail.liquidneon.com> References: <201606271704.u5RH4dlR021957@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 28 Jun 2016 13:32:35 -0000 On Tue, Jun 28, 2016 at 11:30:15AM +0100, Matthew Seaman wrote: > On 06/27/16 18:04, Brad Davis wrote: > > 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 > > This has changed the package name from rsyslog8 to plain rsyslog, which > pkg(8) doesn't seem to be tracking properly. IIRC, pkg uses MOVED to > track these sort of changes, but MOVED probably won't help here given it > only mentions port origins (which haven't changed.) > > Could you add to your note in UPDATING to tell pkg users that they will > need to manually 'pkg install rsyslog' to get the update? Hmm, I would almost rather just remove rsyslog7 now and add the MOVED entry. Thoughts? Regards, Brad Davis