From owner-cvs-all@FreeBSD.ORG Thu Jul 5 08:20:20 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 96C0B1065672; Thu, 5 Jul 2012 08:20:20 +0000 (UTC) Date: Thu, 5 Jul 2012 08:20:20 +0000 From: Alexey Dokuchaev To: Chris Rees Message-ID: <20120705082020.GA2297@FreeBSD.org> References: <201207050130.q651U2cu020255@slippy.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-all@freebsd.org, ports-committers@freebsd.org, Cy Schubert , "cvs-ports@FreeBSD.org" , czanik@balabit.hu Subject: Re: cvs commit: ports/sysutils/syslog-ng-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 08:20:20 -0000 On Thu, Jul 05, 2012 at 09:15:07AM +0100, Chris Rees wrote: > On Jul 5, 2012 2:30 AM, "Cy Schubert" wrote: > > Unfortunately bsd.port.mk comes up with 3.4.0.a3. This is probably not > > what we want. > > > > PORTNAME= syslog-ng > > -PORTVERSION= 3.4.0a3 > > +DISTVERSION= 3.4.0alpha3 > > +PORTEPOCH= 1 > > Ah... perhaps we'd better leave it until a release then- bumping epoch is > perhaps not a good replacement. :( Yes, the best way to deal with situations like this is to wait for next release, and from that point use DISTVERSION as appropriate. ./danfe