Bug 138887

Summary: manpage ports(7) incorrect
Product: Documentation Reporter: Radim Kolar <hsn>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me CC: hsn-sf
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Radim Kolar 2009-09-16 21:30:02 UTC
manpage for ports is incorrect about checksum make target.

make checksum is not doing just verify. if distfiles are incorrect, it also
fetches distfiles which are missing or failed md5sum
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-25 09:33:02 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I will fix this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-25 09:42:12 UTC
Author: bcr (doc committer)
Date: Wed May 25 08:42:01 2011
New Revision: 222278
URL: http://svn.freebsd.org/changeset/base/222278

Log:
  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)
  MFC after:	5 days

Modified:
  head/share/man/man7/ports.7

Modified: head/share/man/man7/ports.7
==============================================================================
--- head/share/man/man7/ports.7	Wed May 25 07:34:49 2011	(r222277)
+++ head/share/man/man7/ports.7	Wed May 25 08:42:01 2011	(r222278)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2009
+.Dd May 25, 2011
 .Dt ports r7
 .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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-25 09:50:27 UTC
State Changed
From-To: open->patched

A patch was committed to HEAD. Set to state patched until 
the MFC is finished.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-05-30 09:04:56 UTC
Author: bcr (doc committer)
Date: Mon May 30 08:04:47 2011
New Revision: 222480
URL: http://svn.freebsd.org/changeset/base/222480

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/8/share/man/man7/ports.7
Directory Properties:
  stable/8/share/man/man7/   (props changed)

Modified: stable/8/share/man/man7/ports.7
==============================================================================
--- stable/8/share/man/man7/ports.7	Mon May 30 08:00:28 2011	(r222479)
+++ stable/8/share/man/man7/ports.7	Mon May 30 08:04:47 2011	(r222480)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2009
+.Dd May 25, 2011
 .Dt ports r7
 .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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-30 09:05:46 UTC
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 r7
 .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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 6 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-30 09:31:09 UTC
State Changed
From-To: patched->closed

MFC is done, thanks for filing this PR. Closed!