From owner-freebsd-questions@FreeBSD.ORG Sat Apr 27 13:43:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 566E8A88 for ; Sat, 27 Apr 2013 13:43:28 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id 226201B1F for ; Sat, 27 Apr 2013 13:43:27 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=CeKKFcXl c=1 sm=0 a=nVny9ETX7T5uMhI2oTVyRA==:17 a=AyALB9QYHmsA:10 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=tE4x7Ltv8wMA:10 a=-D6herI_Z-wA:10 a=RsyooABv7vmNe5pDaLsA:9 a=CjuIK1q_8ugA:10 a=nVny9ETX7T5uMhI2oTVyRA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.193.164 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.193.164] ([209.6.193.164:21240] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 8A/62-09205-7F5DB715; Sat, 27 Apr 2013 09:43:21 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20859.54772.851637.835802@jerusalem.litteratus.org> Date: Sat, 27 Apr 2013 09:43:16 -0400 To: Joe Altman Subject: Re: Why is "pkg_glob" no longer working for me? In-Reply-To: <20130427133151.GA84789@whisperer.chthonixia.net> References: <20130426205459.GA60584@bogodyn.org> <20130427133151.GA84789@whisperer.chthonixia.net> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 13:43:28 -0000 Joe Altman writes: > > Anyone else have this issue? Or am I the only one left still using > > portupgrade and its associated tools? > > I use portupgrade and have noticed no failures. I use portupgrade for two features: portsclean (for which there is probably a pkgng replacement, I just haven't bothered to check) and pkg_sort (for which there is no alternative) which is necessary for certain scripts. Robert Huff