Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2010 13:00:18 GMT
From:      Andrej Zverev <az@freebsd.org>
To:        perl@FreeBSD.org
Subject:   Re: ports/149333: Update port: devel/p5-App-CLI-Extension
Message-ID:  <201008181300.o7ID0IIY070601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/149333; it has been noted by GNATS.

From: Andrej Zverev <az@freebsd.org>
To: bug-followup@FreeBSD.org, frederic@culot.org
Cc:  
Subject: Re: ports/149333: Update port: devel/p5-App-CLI-Extension
Date: Wed, 18 Aug 2010 16:56:05 +0400

 Here error. The fact that the 1.3 will always be less than 1.21 ( 3 < 21 ).
 Good practice is to add PORTEPOCH, but we usually synthetically
 increase the version number.
 
 For example.
 If do PORTVERSION = 1.30 (zero synthetic)
 Now deceiving DISTNAME and making it DISTNAME =
 $(PORTNAME)-$(PORTVERSION:C/0*$//} we get a good result.
 
 In commit log, you can simply add
 Update to 1.3(0).
 In next version (i hope it be 1.31) you can remove DISTNAME and trick is over.
 
 Check this crap you can with  pkg_version-t 1.21 1.3 (for example in this case).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008181300.o7ID0IIY070601>