[MacPorts] CommittersTipsAndTricks modified

MacPorts noreply at macports.org
Wed Jun 24 16:38:50 PDT 2009


Changed page "CommittersTipsAndTricks" by dweber at macports.org from 206.176.233.162*
Page URL: <http://trac.macports.org/wiki/CommittersTipsAndTricks>
Diff URL: <http://trac.macports.org/wiki/CommittersTipsAndTricks?action=diff&version=25>
Revision 25
Comment: Minor change to header and order of material for checksums

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CommittersTipsAndTricks
=========================================================================
--- CommittersTipsAndTricks (version: 24)
+++ CommittersTipsAndTricks (version: 25)
@@ -181,7 +181,22 @@
 See [BbeditLanguageModule this page] for setting up BBEdit or TextWrangler to have a MacPorts Language Module
 
 
-== A bash script to run checksums ==
+== Checksum tips ==
+
+=== Checksums for port updates ===
+If 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:
+{{{
+$ port -v checksum
+...
+The correct checksum line may be:
+checksums           md5     1ca0cf40350913fa620f73cbd906378a \
+                    sha1    2921531ece0eacb303b0c9a4978d0d050dcfd5d2 \
+                    rmd160  6cacbcf37581b5e19fe9fe674dd7b0722f1a19de
+
+}}}
+You can then copy/paste the result into the Portfile.
+
+=== A bash script for checksums ===
 
 {{{
 #!/bin/bash
@@ -202,16 +217,3 @@
 sha1 a37874511946ba340d5df2d92252177f9eb906f6 \
 rmd160 1f842ea95ad6dd2cba2cdc2d2bd8e0be5063fb9b
 }}}
-
-=== Checksums for port updates ===
-If 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:
-{{{
-$ port -v checksum
-...
-The correct checksum line may be:
-checksums           md5     1ca0cf40350913fa620f73cbd906378a \
-                    sha1    2921531ece0eacb303b0c9a4978d0d050dcfd5d2 \
-                    rmd160  6cacbcf37581b5e19fe9fe674dd7b0722f1a19de
-
-}}}
-You can then copy/paste the result into the Portfile.

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on CommittersTipsAndTricks. If it was not you, please
report to .


More information about the macports-changes mailing list