From owner-svn-doc-all@FreeBSD.ORG Mon Jun 22 03:28:37 2015 Return-Path: Delivered-To: svn-doc-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 715A5991; Mon, 22 Jun 2015 03:28:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5F69D253; Mon, 22 Jun 2015 03:28:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5M3SbUw070464; Mon, 22 Jun 2015 03:28:37 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5M3Sb6a070463; Mon, 22 Jun 2015 03:28:37 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201506220328.t5M3Sb6a070463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 22 Jun 2015 03:28:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46854 - head/en_US.ISO8859-1/htdocs/ports X-SVN-Group: doc-head 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.20 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: Mon, 22 Jun 2015 03:28:37 -0000 Author: gjb Date: Mon Jun 22 03:28:36 2015 New Revision: 46854 URL: https://svnweb.freebsd.org/changeset/doc/46854 Log: Remove www.freebsd.org hostname evaluation, since it is not a real machine for a long time. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/Makefile Mon Jun 22 03:26:55 2015 (r46853) +++ head/en_US.ISO8859-1/htdocs/ports/Makefile Mon Jun 22 03:28:36 2015 (r46854) @@ -25,7 +25,7 @@ ${INDEX}: .endif HOSTNAME!= hostname -.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org" +.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org" CLUSTER_MACHINE= YES .endif