Bug 157792

Summary: [PATCH] Porter's Handbook clarification on date strings as PORTVERSIONs
Product: Documentation Reporter: Chris Rees <crees>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
doc-phandbook-yymmdd-patch.diff none

Description Chris Rees freebsd_committer freebsd_triage 2011-06-12 09:50:02 UTC
	The Porter's Handbook recommends using the date string (yyyy.mm.dd) as the version for a port if there's no version around, which unfortunately causes problems when version [e.g.] 3.4.1.3 is found. This would cause a PORTEPOCH bump, which no-one likes.

	I've changed to suggested version string to 0.0.yyyy.mm.dd with a short explanation.
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2011-06-14 10:15:18 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I will work on this PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-14 17:50:54 UTC
bcr         2011-06-14 16:50:39 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/porters-handbook book.sgml 
  Log:
  Change the date string for a port that has no version to something
  that does not bump PORTEPOCH (which no one likes) and add a short
  explanation.
  
  PR:             docs/157792
  Submitted by:   crees@
  
  Revision  Changes    Path
  1.1109    +11 -7     doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2011-06-14 18:00:27 UTC
State Changed
From-To: open->closed

Patch committed, thanks for another fine contribution! PR closed.