From owner-cvs-all@FreeBSD.ORG Sat Sep 13 14:53:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 901A71065670; Sat, 13 Sep 2008 14:53:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78BFC8FC0C; Sat, 13 Sep 2008 14:53:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8DErDnt025332; Sat, 13 Sep 2008 14:53:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8DErDu8025325; Sat, 13 Sep 2008 14:53:13 GMT (envelope-from rafan) Message-Id: <200809131453.m8DErDu8025325@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 13 Sep 2008 14:53:13 +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/sysutils/flexbackup Makefile ports/sysutils/flexbackup/files patch-flexbackup 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: Sat, 13 Sep 2008 14:53:13 -0000 rafan 2008-09-13 14:53:13 UTC FreeBSD ports repository Modified files: sysutils/flexbackup Makefile sysutils/flexbackup/files patch-flexbackup Log: - Since last commit, what using flexbackup with buffer/mbuffer, an error is occurred while trying to invoke the non-existent program 'tempfile'. This program is not in our base nor in the dependencies installed by this port. Fix that by using mktemp instead. - Bump PORTREVISION PR: ports/126165 Submitted by: Anthony Maszeroski Approved by: portmgr (erwin), maintainer Revision Changes Path 1.26 +1 -1 ports/sysutils/flexbackup/Makefile 1.2 +4 -4 ports/sysutils/flexbackup/files/patch-flexbackup