Changes between Version 21 and Version 22 of CommittersTipsAndTricks


Ignore:
Timestamp:
Jun 23, 2009, 8:34:48 PM (15 years ago)
Author:
blb@…
Comment:

Note the easy way to find checksums when updating a port

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v21 v22  
    202202}}}
    203203
     204=== Checksums for port updates ===
     205If you're updating a port's version and simply need the checksums for the new version, run the following while in the port's directory:
     206{{{
     207$ port -d checksum
     208...
     209The correct checksum line may be:
     210checksums           md5     1ca0cf40350913fa620f73cbd906378a \
     211                    sha1    2921531ece0eacb303b0c9a4978d0d050dcfd5d2 \
     212                    rmd160  6cacbcf37581b5e19fe9fe674dd7b0722f1a19de
     213
     214}}}
     215You can then copy/paste the result into the Portfile.