Changes between Initial Version and Version 1 of Ticket #52898, comment 6
- Timestamp:
- Nov 17, 2016, 12:14:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52898, comment 6
initial v1 8 8 > If we really need to do something about this, I could think of extending the version option syntax to `version <version> [<revision>]`. 9 9 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. 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. 11 EDIT: the version is set collectively so I couldn't use your proposed syntax. 11 12 12 13 > 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.