From owner-svn-doc-all@freebsd.org Sat Oct 14 07:28:51 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAFF0E3FB4E; Sat, 14 Oct 2017 07:28:51 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C64D366DE5; Sat, 14 Oct 2017 07:28:51 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9E7SpPu066916; Sat, 14 Oct 2017 07:28:51 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9E7Soph066915; Sat, 14 Oct 2017 07:28:50 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201710140728.v9E7Soph066915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sat, 14 Oct 2017 07:28:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51120 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Commit-Revision: 51120 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 14 Oct 2017 07:28:52 -0000 Author: ak (ports committer) Date: Sat Oct 14 07:28:50 2017 New Revision: 51120 URL: https://svnweb.freebsd.org/changeset/doc/51120 Log: - Remove phrase 'bloat in the master source repository' as a leftover from the cvs times - Remove phrase about 'automatically determining of closet master site...', it was in planing phase for more than 15 years - Replace 'gzipped' with 'compressed' when appropriate - Update url for the backup master site - Fix typo: s/otn/from/ - Remove reference to DATA option Differential Revision: https://reviews.freebsd.org/D1017 Approved by: portmgr (mat) Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sat Oct 14 07:21:38 2017 (r51119) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sat Oct 14 07:28:50 2017 (r51120) @@ -1697,8 +1697,7 @@ PORTEPOCH= 1 we can discuss it before we import it. As a committer, send a note to the &a.ports; so we can discuss it first. Too often, new ports are imported to the wrong - category only to be moved right away. This causes unnecessary - and undesirable bloat in the master source repository. + category only to be moved right away. @@ -2058,10 +2057,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}It is recommended that multiple sites are included on this list, preferably from different continents. This will - safeguard against wide-area network problems. We are even - planning to add support for automatically determining the - closest master site and fetching from there; having multiple - sites will go a long way towards helping this effort. + safeguard against wide-area network problems. MASTER_SITES must not be blank. It @@ -2968,7 +2964,7 @@ EXTRACT_ONLY= source.tar.gz .bz2 or .xz. If the patch is distributed with some other files, such as - documentation, in a gzipped tarball, using + documentation, in a compressed tarball, using PATCHFILES is not possible. If that is the case, add the name and the location of the patch tarball to DISTFILES and @@ -2997,9 +2993,8 @@ EXTRACT_ONLY= source.tar.gz The tarball will have been extracted alongside the regular source by then, so there is no need to explicitly - extract it if it is a regular gzipped or - compressed tarball. Take extra care not - to overwrite something that already exists in that + extract it if it is a regular compressed tarball. Take extra + care not to overwrite something that already exists in that directory if extracting it manually. Also, do not forget to add a command to remove the copied patch in the pre-clean target. @@ -3676,8 +3671,9 @@ PATCHFILES= patch1:test that subdirectory. It will also look at the subdirectory with the same name - on the backup master site at - ftp.FreeBSD.org. (Setting + on the backup master site at + http://distcache.FreeBSD.org + (Setting DISTDIR explicitly in Makefile will not accomplish this, so please use DIST_SUBDIR.) @@ -4772,7 +4768,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING Equivalent to setting NO_PACKAGE. The package will not be distributed - otn the &os; package + from the &os; package CDN http://pkg.freebsd.org/. @@ -7445,10 +7441,8 @@ DISTVERSION= 1.0 additional documentation installed in DOCSDIR. It does not apply to standard man pages and info pages. Things installed in - DATADIR and EXAMPLESDIR are controlled by - DATA and EXAMPLES - options, respectively. + the EXAMPLES option. These variables are exported to