Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2016 18:01:58 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418727 - head/chinese/phpbb-tw/files
Message-ID:  <201607181801.u6II1wDJ057991@repo.freebsd.org>

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



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