The following reply was made to PR ports/179637; it has been noted by GNATS.
From: Alex Stangl <
al...@stangl.us>
To: bug-fo...@FreeBSD.org
Cc:
Subject: Re: ports/179637: [patch] ports-mgmt/portupdate-scan: add the "-a
[date]" option
Date: Tue, 18 Jun 2013 18:20:06 -0500
On Tue, Jun 18, 2013 at 07:07:48PM +0000, Edwin Groothuis wrote:
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
I basically agree with this patch, but would like to see changes
made to address a few issues:
1. Need to bump the version # in the Makefile.
2. Spacing inconsistent with existing code and extra space in usage line.
3. Instead of 3 lines to immediately exit, it'd be shorter and cleaner
to use:
last if $res <= $afterDate;
Should I submit an alternate patch?
Alex