From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:46:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0816D16A41C; Sun, 10 Jul 2005 21:46:06 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBF743D49; Sun, 10 Jul 2005 21:46:05 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALk5X6036303; Sun, 10 Jul 2005 21:46:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALk5Xq036302; Sun, 10 Jul 2005 21:46:05 GMT (envelope-from mezz) Message-Id: <200507102146.j6ALk5Xq036302@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:46:05 +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/comms/gfax Makefile pkg-plist ports/comms/gfax/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 21:46:06 -0000 mezz 2005-07-10 21:46:05 UTC FreeBSD ports repository Modified files: comms/gfax Makefile pkg-plist Added files: comms/gfax/files patch-Makefile.in patch-configure Log: - Update the comment. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Correct a typo, gfax.schema -> gfax.schemas. - Fix the installation. - Fix the plist. - Bump the PORTREVISION. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.18 +7 -4 ports/comms/gfax/Makefile 1.1 +10 -0 ports/comms/gfax/files/patch-Makefile.in (new) 1.1 +13 -0 ports/comms/gfax/files/patch-configure (new) 1.6 +3 -2 ports/comms/gfax/pkg-plist