On 4/8/18 7:44 am, Yuet-nan Wong via freebsd-ports wrote:
Are FreeBSD ports supposed to change version numbers when a change is made?
Issue is reproducibility is void when packages have changed like suricata or 
the many changes to binutils. Some removing package content but version not 
changed. Need to diff Makefile is inefficient.
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

yes and no.

When any change is made to a port (or any component of it) at least the last digit (after the '_') should be changed.

However if it has a dependency on another package, and THAT package changes it's version number, then the dependency information in the first package will reflect the new dependency, but the name of that package will not be changed.. so you could say it is imperfect in noting any external changes. I don't see a way around that at the current time.


_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to