cvs commit: ports/ports-mgmt/porttools Makefile ports/ports-mgmt/porttools/files patch-Makefile patch-cmd_diff.in patch-cmd_submit.in patch-port.1 patch-porttools.5 patch-util_diff.in

Chris Rees crees at FreeBSD.org
Sat Mar 3 13:31:03 UTC 2012


crees       2012-03-03 13:31:02 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/porttools Makefile 
    ports-mgmt/porttools/files patch-cmd_submit.in 
  Added files:
    ports-mgmt/porttools/files patch-Makefile patch-cmd_diff.in 
                               patch-port.1 patch-porttools.5 
                               patch-util_diff.in 
  Log:
  - Improve the heuristic for finding the port's directory name:
   - If applicable, use CVS/Repository as the source of the port's
     directory name,
   - else try to fall back to the basename of the working directory
     if the PORTNAME heuristic fails.
   - The patches also fix
     <http://sourceforge.net/support/tracker.php?aid=1969774>.
  - Add CVSauto as a new diff mode:
   - Handle added/deleted files without having to cvs add/delete them.
   - Works with :pserver:anoncvs at anoncvs.fr.freebsd.org.
   - When submitting you're asked to use "port submit -L" if files are
     added or deleted, because that's FATAL for portlint.
  - Don't use the full path of the working directory in diffs.
  - Include a port's PORTEPOCH in update mode in the generated PR.
  - To aid in debugging porttools include this information in the PR:
   - porttools' PORTREVISION and PORTEPOCH (if defined),
   - submit and diff mode used by the submitter.
  - Bump PORTREVISION.
  - Pass maintainership to submitter
  
  PR:             ports/139872
  Submitted by:   Johannes 5 Joemann <joemann at beefree.free.de>
  
  Revision  Changes    Path
  1.29      +12 -2     ports/ports-mgmt/porttools/Makefile
  1.1       +29 -0     ports/ports-mgmt/porttools/files/patch-Makefile (new)
  1.1       +10 -0     ports/ports-mgmt/porttools/files/patch-cmd_diff.in (new)
  1.2       +155 -19   ports/ports-mgmt/porttools/files/patch-cmd_submit.in
  1.1       +21 -0     ports/ports-mgmt/porttools/files/patch-port.1 (new)
  1.1       +11 -0     ports/ports-mgmt/porttools/files/patch-porttools.5 (new)
  1.5       +152 -0    ports/ports-mgmt/porttools/files/patch-util_diff.in (new)


More information about the cvs-ports mailing list