From owner-freebsd-ports@FreeBSD.ORG Wed Mar 21 03:47:21 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F7EF16A414 for ; Wed, 21 Mar 2007 03:47:21 +0000 (UTC) (envelope-from skreuzer@f2o.org) Received: from ms-smtp-01.rdc-nyc.rr.com (ms-smtp-01.rdc-nyc.rr.com [24.29.109.5]) by mx1.freebsd.org (Postfix) with ESMTP id 43B2913C4AD for ; Wed, 21 Mar 2007 03:47:21 +0000 (UTC) (envelope-from skreuzer@f2o.org) Received: from [192.168.1.102] (cpe-74-72-224-223.nyc.res.rr.com [74.72.224.223]) by ms-smtp-01.rdc-nyc.rr.com (8.13.6/8.13.6) with ESMTP id l2L38Ubr015590 for ; Tue, 20 Mar 2007 22:08:30 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20070320173358.01A2CB8C3@dione.picobyte.net> References: <20070320173358.01A2CB8C3@dione.picobyte.net> Message-Id: From: Steven Kreuzer Date: Tue, 20 Mar 2007 23:08:29 -0400 To: FreeBSD Ports X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD ports you maintain which are out of date X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 03:47:21 -0000 On Mar 20, 2007, at 1:33 PM, shaun@freebsd.org wrote: > Dear port maintainer, > > The portscout new distfile checker has detected that one or more of > your > ports appears to be out of date. Please take the opportunity to check > each of the ports listed below, and if possible and appropriate, > submit/commit an update. If any ports have already been updated, > you can > safely ignore the entry. > > You will not be e-mailed again for any of the port/version > combinations > below. > > Full details can be found at the following URL: > http://beta.inerd.com/portscout/ports@freebsd.org.html > > > Port | Current version | > New version > ------------------------------------------------+----------------- > +------------ > devel/p5-Getopt-Mixed | 1.008 | > 1.09 > ------------------------------------------------+----------------- > +------------ > net-mgmt/nrpe | 1.9 | > 2.8b1 > ------------------------------------------------+----------------- > +------------ nrpe is listed as being out of date. However, for some reason, there are two versions of nrpe in ports: nrpe at v1.9, nrpe2 at v2.7 (2.7.1 is the latest stable version, so the nrpe2 port is out of date) Would it make sense to remove the port for nrpe which is currently unmaintained and rename nrpe2, which is maintained to just nrpe? Also, while p5-Getopt-Mixed is currently out of date, the author has listed the module as obsolete on the CPAN page (Its been replaced by Getopt::Long). I submitted a PR with a patch to update it 1.09 earlier today, but perhaps it should be considered for removal from the tree since it has no port maintainer, and the module is no longer maintained as well. I spoke privately with Anton Berezin (who is assigned to the PR) privately and we both agree that it would make sense to update it to 1.09, but at the same time, deprecate and mark it for deletion in the ports collection. Figured I would post this to the list to see if anyone has any strong feelings against it. The PR can be found at http://www.freebsd.org/cgi/query-pr.cgi?pr=110595 SK