From owner-svn-ports-all@freebsd.org Mon Jul 18 18:01:59 2016 Return-Path: Delivered-To: svn-ports-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 CD6DCB9D04D; Mon, 18 Jul 2016 18:01:59 +0000 (UTC) (envelope-from emaste@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 9C280135D; Mon, 18 Jul 2016 18:01:59 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6II1wPY057992; Mon, 18 Jul 2016 18:01:58 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6II1wDJ057991; Mon, 18 Jul 2016 18:01:58 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201607181801.u6II1wDJ057991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Mon, 18 Jul 2016 18:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418727 - head/chinese/phpbb-tw/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 18:01:59 -0000 Author: emaste (src committer) Date: Mon Jul 18 18:01:58 2016 New Revision: 418727 URL: https://svnweb.freebsd.org/changeset/ports/418727 Log: chinese/phpbb-tw: fix hostname in pkg-message for reproducible builds As with r417677 for sysutils/3dm, avoid %%HOSTNAME%% in the pkg-message. The host on which the port/package is installed is relevant, not that on which it was built. Approved by: swills Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7234 Modified: head/chinese/phpbb-tw/files/pkg-message.in Modified: head/chinese/phpbb-tw/files/pkg-message.in ============================================================================== --- head/chinese/phpbb-tw/files/pkg-message.in Mon Jul 18 18:01:29 2016 (r418726) +++ head/chinese/phpbb-tw/files/pkg-message.in Mon Jul 18 18:01:58 2016 (r418727) @@ -15,7 +15,7 @@ installation procedures may be found in: Once these steps have been taken, you may connect to the following URL to configure your installation of phpBB2: - http://%%HOSTNAME%%/%%PHPBB_URL%% + http://localhost/%%PHPBB_URL%% To make phpBB available through your web site, I suggest that you add something like the following to httpd.conf: