Changes between Version 7 and Version 8 of PortfileRecipes


Ignore:
Timestamp:
Jun 2, 2009, 7:41:17 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

add anchor for stealth updates

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v7 v8  
    106106It is better to make a user upgrade to a newer Xcode than for a port maintainer to spend time testing old versions.
    107107
    108 == Dealing with stealth updates ==
     108== Dealing with stealth updates == #stealth-updates
    109109Some software may update their distfile with new changes without changing the version number (eg, it stays example-1.2.tar.gz); another case where this happens is when the distfile is unversioned (eg, example.tar.gz).  The safest way to deal with this is to keep the port's version unchanged (eg, stays at 1.2) while increasing the revision.  This however causes upgrade issues for those with it already as the update will include different checksums, but those who've already downloaded the distfile now have incorrect checksums.  To work around this, set dist_subdir so that it includes the version and revision:
    110110{{{