From owner-cvs-ports@FreeBSD.ORG Mon Dec 21 23:08:20 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26C7A106566B; Mon, 21 Dec 2009 23:08:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F27108FC16; Mon, 21 Dec 2009 23:08:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBLN8JQE096149; Mon, 21 Dec 2009 23:08:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBLN8JWk096148; Mon, 21 Dec 2009 23:08:19 GMT (envelope-from gabor) Message-Id: <200912212308.nBLN8JWk096148@repoman.freebsd.org> From: Gabor Kovesdan Date: Mon, 21 Dec 2009 23:08:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/amavisd-new Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 23:08:20 -0000 gabor 2009-12-21 23:08:19 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile Log: - Statically hardcode the hostname at build-time isn't correct because packages will hold the hostname of the building cluster in this way. Just set $localhost_name to $myhostname instead. The latter is tunable in the configuration file. - Bump PORTREVISION Pointed out by: delphij Revision Changes Path 1.76 +3 -4 ports/security/amavisd-new/Makefile