From owner-freebsd-ports@FreeBSD.ORG Fri Aug 2 13:07:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE929462 for ; Fri, 2 Aug 2013 13:07:39 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 722602626 for ; Fri, 2 Aug 2013 13:07:39 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 6so315444qeb.3 for ; Fri, 02 Aug 2013 06:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fwS4pwKpxIANJgsmu8k7VbbokOB5b4ucMJLTXJ16FTM=; b=zRW2FLWH0bCkwa+6ZhZ/KerXGekeGxuuJP3gHXmybo56H+2e5iRHaQdulTs5RXN/V4 Q29bIQX/3KRUKQQo9Ir27PYqYXIxhhljz5lK41ZWz0KzE8RVTL78vPwtJefzE3KEBwvk b6mXLJGL+XjvzRSuiTxPvmGWTSR76tz533er1uhyWAGo7b7L+36lQRE0nTbNmMIH0tDx z9Fv4y5kcqx4+y0DvjOG/oIz46RaSy+bg7+efPI6iN2hSsj3YBWsKxIP45Mkz2RVnOGz U4v7oaWRBAcmI7XrfFfrhP0PnOOG8r55GCdQIivSEBSNaAhNlTEhUqstnkmvlrKRAIXR OVDw== MIME-Version: 1.0 X-Received: by 10.224.124.137 with SMTP id u9mr10642898qar.91.1375448858593; Fri, 02 Aug 2013 06:07:38 -0700 (PDT) Received: by 10.224.78.194 with HTTP; Fri, 2 Aug 2013 06:07:38 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Aug 2013 16:07:38 +0300 Message-ID: Subject: Re: UPDATING entry for devel/glib20 does not match names of installed packages of the port. From: Kimmo Paasiala To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 13:07:39 -0000 On Wed, Jul 31, 2013 at 11:43 PM, Kimmo Paasiala wrote: > The installed package is named as 'glib-2.34.3'. This won't match the > 'glib20' string in the UPDATING entry and 'pkg updating' misses the > UPDATING entry. > > -Kimmo Anyone else notice this? Does ports-mgmt/portaudit work differently than 'pkg audit' in this case? -Kimmo