From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 03:41:05 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63ECC1000 for ; Fri, 5 Dec 2014 03:41:05 +0000 (UTC) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DF5F27BD for ; Fri, 5 Dec 2014 03:41:04 +0000 (UTC) Received: (qmail 73923 invoked from network); 5 Dec 2014 03:41:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent; s=120c2.5481294c.k1412; bh=AVALSynjtUmDaILGFRPy/L2/bQ6UeGh37RFofBdiFKw=; b=rBNvRsV0a5WX40hjX+W85QQQ6NbHxBFm5Nwj/LWPzZmoNx+o+txcX+RQ6M4HSExfyuPfiR/qa0msntd99s9FbXi6I9pr3bN901tnBGXWp919PrQMfOxUEHm/eanYPh+G8kuPl2NViRRPbjMyNDvLm4vIZTESg48OwCdNMluI/QIhmput8dMtISnogSxYVvvNgytZ+pWSpIaXgZbZrOsVfbTNLz4rS6WZ5CZ25goGP4YCRK91WsXAUmRU1KoK07ZR Received: from localhost ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPS (TLS1.0/X.509/SHA1) via TCP6; 05 Dec 2014 03:40:59 -0000 Date: 4 Dec 2014 22:41:01 -0500 Message-ID: From: "John R. Levine" To: "David Benfell" Subject: Re: switching from ports to pkg -- mailman group mismatch In-Reply-To: <20141205011041.GB11940@home.parts-unknown.org> References: <20141204164259.GA45875@home.parts-unknown.org> <20141204214125.33860.qmail@ary.lan> <20141205011041.GB11940@home.parts-unknown.org> User-Agent: Alpine 2.11 (OSX 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 03:41:05 -0000 >> I lock the locally built packages with pkg lock, and every once in >> a while look to see if the port's updated, in which case I unlock it >> use portmaster to update it, then lock the new version. > > Is there a systematic way to tell what locked ports have been updated? You could probably do so, but currently only have three of them so it's not worth it. R's, John