From owner-cvs-all@FreeBSD.ORG Tue Aug 25 00:21:46 2009 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 0C684106568D; Tue, 25 Aug 2009 00:21:46 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D761A8FC08; Tue, 25 Aug 2009 00:21:45 +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 n7P0Lj7q048216; Tue, 25 Aug 2009 00:21:45 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7P0LjgB048215; Tue, 25 Aug 2009 00:21:45 GMT (envelope-from dougb) Message-Id: <200908250021.n7P0LjgB048215@repoman.freebsd.org> From: Doug Barton Date: Tue, 25 Aug 2009 00:21:45 +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/ports-mgmt/portmaster/files portmaster.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 00:21:46 -0000 dougb 2009-08-25 00:21:45 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: In the previous update I did s/$globlist/$glob_dirs/ in multiport() to make the code match the equivalent code in the main command line parser, but I missed one which meant that if you specified multiple glob patterns on the command line it no longer matched anything. "Hey this doesn't work anymore" by: Florian Smeets "I will do global searches for even small variable changes" x 1000: me Revision Changes Path 2.11 +3 -3 ports/ports-mgmt/portmaster/files/portmaster.sh.in