Changes between Initial Version and Version 1 of Ticket #52898, comment 6


Ignore:
Timestamp:
Nov 17, 2016, 12:14:55 AM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52898, comment 6

    initial v1  
    88> If we really need to do something about this, I could think of extending the version option syntax to `version <version> [<revision>]`.
    99
    10 I don't see how that would help with in fact the only port where I'm really using this little wrapper. That one bundles the KF5 frameworks as over 60 subports which all share the same version but could all have a different revision.
     10I don't see how that would help with in fact the only port where I'm really using this little wrapper. That one bundles the KF5 frameworks as over 60 subports which all share the same version but could all have a different revision.
     11EDIT: the version is set collectively so I couldn't use your proposed syntax.
    1112
    1213> For these kinds of mistakes it would actually be better to have a checker for patches against Portfiles detecting such problems (see checkpatch.pl for [https://github.com/torvalds/linux/blob/master/scripts/checkpatch.pl Linux] or [http://git.qemu.org/?p=qemu.git;a=blob;f=scripts/checkpatch.pl;hb=HEAD QEMU]). If the patch increases the version, but the revision was not reset to 0, throw an error.