Date: Fri, 3 Mar 2017 02:12:33 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: Dmitry Marakasov <amdmi3@amdmi3.ru>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435017 - head/devel/p5-Contextual-Return Message-ID: <CAMHz58QTvifHSfgng5rVxPN%2BsZewODmiijsudMk2Rpa_RqzctA@mail.gmail.com> In-Reply-To: <f19d2ca3-0c44-b51c-971a-ce640fc6cfdf@FreeBSD.org> References: <201702280945.v1S9jF0K067267@repo.freebsd.org> <20170228152911.GA85667@hades.panopticon> <f19d2ca3-0c44-b51c-971a-ce640fc6cfdf@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 1, 2017 at 4:16 PM, Mathieu Arnold <mat@freebsd.org> wrote: > Le 28/02/2017 =C3=A0 16:29, Dmitry Marakasov a =C3=A9crit : > > * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > > > >> Date: Tue Feb 28 09:45:15 2017 > >> New Revision: 435017 > >> URL: https://svnweb.freebsd.org/changeset/ports/435017 > >> > >> Log: > >> Update to 0.004010 > >> > >> - Use real PORTVERSION > > Thank you for these! > > I am not sure these version changes are a good idea. > Perl versions do not behave the same as Port versions, in some very > radical ways, for example, in Perl land, 1.1 > 1.1.1 (because 1.1.1 > really means 1.001001) > All the ports that have been converted to use the real version numbers > will see their PORTEPOCH bumped a lot as number go ahead. > > # for i in 1.1,1.1.1 1.052012,1.053; do echo ${i/,/ }; perl > -MCPAN::Version -e 'print CPAN::Version->vcmp("'${i%,*}'", "'${i#*,}'"), > "\n"'; pkg version -t ${i%,*} ${i#*,}; done > 1.1 1.1.1 > 1 > < > 1.052012 1.053 > -1 > > > > -- > Mathieu Arnold > > > I'm not going to replace all PORTVERSION-hacking cases with the real ones. I only do it when the upstream already released several versions in current format of version number. Take this one for example, there are only 4 versions on CPAN. They are 0.004007, 0.004008, 0.004009 and 0.004010.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QTvifHSfgng5rVxPN%2BsZewODmiijsudMk2Rpa_RqzctA>