Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 13:31:02 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201203031331.q23DV2ZU076190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203031331.q23DV2ZU076190>