Bug 159841

Summary: Add functionality to addport -- check for any duplicates before commit
Product: Ports & Packages Reporter: Chris Rees <utisoft>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
addport-dupecheck.diff none

Description Chris Rees 2011-08-17 17:40:08 UTC
	There are many ports in the Attic because of duplicates being imported; here's a patch to addport to check for them. Warning; it's noisy so the -y option disables it! Each word in the port's directory is checked against CVSROOT/modules.
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-08-29 15:55:04 UTC
crees       2011-08-29 14:54:48 UTC

  FreeBSD ports repository

  Modified files:
    Tools/scripts        addport 
  Log:
  Add option (-y) to check for similarly named ports.
  
  PR:             ports/159841
  Submitted by:   crees (me)
  Approved by:    garga (maintainer)
  
  Revision  Changes    Path
  1.60      +36 -2     ports/Tools/scripts/addport
_______________________________________________
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 2 Chris Rees freebsd_committer freebsd_triage 2011-08-29 16:01:33 UTC
State Changed
From-To: open->closed

Committed.