svn commit: r222481 - stable/7/share/man/man7

Benedict Reuschling bcr at FreeBSD.org
Mon May 30 08:05:28 UTC 2011


Author: bcr (doc committer)
Date: Mon May 30 08:05:27 2011
New Revision: 222481
URL: http://svn.freebsd.org/changeset/base/222481

Log:
  MFC r222278:
  
  Add a description to the checksum target about not only
  being able to verify, but also having the ability to
  fetch distfiles that are missing or failed the checksum
  calculation
  
  PR:		docs/138887
  Submitted by:	Radim Kolar (hsn at sendmail dot cz)

Modified:
  stable/7/share/man/man7/ports.7
Directory Properties:
  stable/7/share/man/man7/   (props changed)

Modified: stable/7/share/man/man7/ports.7
==============================================================================
--- stable/7/share/man/man7/ports.7	Mon May 30 08:04:47 2011	(r222480)
+++ stable/7/share/man/man7/ports.7	Mon May 30 08:05:27 2011	(r222481)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2009
+.Dd May 25, 2011
 .Dt PORTS 7
 .Os
 .Sh NAME
@@ -124,6 +124,8 @@ and
 .It Cm checksum
 Verify that the fetched distfile's checksum matches the one the port was
 tested against.
+If the distfile's checksum does not match, it also fetches the distfiles
+which are missing or failed the checksum calculation.
 Defining
 .Va NO_CHECKSUM
 will skip this step.


More information about the svn-src-all mailing list