From owner-cvs-ports@FreeBSD.ORG Wed Aug 4 15:55:59 2010 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 51CF5106566C; Wed, 4 Aug 2010 15:55:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2730E8FC1A; Wed, 4 Aug 2010 15:55:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o74FtxJ2008644; Wed, 4 Aug 2010 15:55:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o74FtxV0008643; Wed, 4 Aug 2010 15:55:59 GMT (envelope-from jhb) Message-Id: <201008041555.o74FtxV0008643@repoman.freebsd.org> From: John Baldwin Date: Wed, 4 Aug 2010 15:55:59 +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/etcupdate Makefile ports/sysutils/etcupdate/src etcupdate.sh 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: Wed, 04 Aug 2010 15:55:59 -0000 jhb 2010-08-04 15:55:59 UTC FreeBSD ports repository (src,doc committer) Modified files: sysutils/etcupdate Makefile sysutils/etcupdate/src etcupdate.sh Log: - Improve error handling when building a tree. - Remove -e, there are too many false positives (e.g. using diff to generate a patch for 'etcupdate diff', or the compare function) that it breaks. - Bump to 0.2. Reported by: kan (2) Revision Changes Path 1.2 +1 -1 ports/sysutils/etcupdate/Makefile 1.2 +14 -20 ports/sysutils/etcupdate/src/etcupdate.sh