svn commit: r435017 - head/devel/p5-Contextual-Return

Mathieu Arnold mat at FreeBSD.org
Wed Mar 1 08:16:32 UTC 2017


Le 28/02/2017 à 16:29, Dmitry Marakasov a écrit :
> * Sunpoet Po-Chuan Hsieh (sunpoet at 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170301/26428495/attachment.sig>


More information about the svn-ports-all mailing list