From owner-svn-doc-all@FreeBSD.ORG Sun Oct 7 21:38:07 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D66B1065670; Sun, 7 Oct 2012 21:38:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 871C58FC16; Sun, 7 Oct 2012 21:38:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q97Lc7AK074831; Sun, 7 Oct 2012 21:38:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q97Lc7Zj074829; Sun, 7 Oct 2012 21:38:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210072138.q97Lc7Zj074829@svn.freebsd.org> From: Eitan Adler Date: Sun, 7 Oct 2012 21:38:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39707 - head/en_US.ISO8859-1/articles/committers-guide X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 21:38:07 -0000 Author: eadler (src,ports committer) Date: Sun Oct 7 21:38:07 2012 New Revision: 39707 URL: http://svn.freebsd.org/changeset/doc/39707 Log: Remove reference to non-existent repocopy operation. Approved by: gabor Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun Oct 7 20:33:33 2012 (r39706) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun Oct 7 21:38:07 2012 (r39707) @@ -3939,7 +3939,7 @@ U stable/9/share/man/man4/netmap.4 - Perform any needed repocopies. (This only applies + Perform any needed moves. (This only applies to physical categories.) @@ -3963,12 +3963,9 @@ U stable/9/share/man/man4/netmap.4 - The procedure is a strict superset of the one to - repocopy individual ports (see above). - - Upgrade each copied port's + Upgrade each moved port's Makefile. Do not connect the new category to the build yet. @@ -4015,10 +4012,11 @@ U stable/9/share/man/man4/netmap.4 sh -e /path/to/ports/Tools/scripts/chkorigin.sh . This will check every port in the ports tree, even those not connected to the - build, so you can run it directly after the repocopy. + build, so you can run it directly after the move + operation. Hint: do not forget to look at the PKGORIGINs of any slave ports of the - ports you just repocopied! + ports you just moved!