From owner-cvs-src@FreeBSD.ORG Thu May 29 10:53:47 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F22B106564A for ; Thu, 29 May 2008 10:53:47 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id D9EC98FC18 for ; Thu, 29 May 2008 10:53:46 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so3242013wah.3 for ; Thu, 29 May 2008 03:53:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=U20M+SedDX1xu6wRs+yvbUMa7KZk7aFgB0g2kdloVHo=; b=wM0qF0XwsW6SiZfU3kxE4YUZg3zL7+ApjIc5u/1R1JbKnayEUUPJVmNNW2LlwwHM6WK/BloSC10EagRxvoT22RG1oYHKk0fnsz7k6DPTSKYR+Oj/e/knMreVkazcHG7bVpbbk4MvmM0VBYE4o1O77OvLlv0i3cMmyZxWhAYaBYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ysu7UuJFAEzYhgjS9VW5g11KBcmPGbXu6yjv/l2P6mRPUvb3ckSe/olqSQ/mbEAJ19K393I4hvpHGTc81X7+0c8V+aGTqlD1opc+xCZ8ZiwEUCMqYc2sHEt47TA9gp/0stNzWqXe/2f8MrhDygwZXQX+5Y6RjWtyTOeBKhVrWFk= Received: by 10.114.25.19 with SMTP id 19mr3994017way.225.1212056837716; Thu, 29 May 2008 03:27:17 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Thu, 29 May 2008 03:27:17 -0700 (PDT) Message-ID: Date: Thu, 29 May 2008 11:27:17 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Giorgos Keramidas" In-Reply-To: <87bq2qt35w.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805281348.m4SDmAdg041645@repoman.freebsd.org> <87bq2qt35w.fsf@kobe.laptop> X-Google-Sender-Auth: 007287f2cafb3ba9 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib lib.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 10:53:47 -0000 On Thu, May 29, 2008 at 12:33 AM, Giorgos Keramidas wrote: > On Wed, 28 May 2008 13:48:10 +0000 (UTC), Florent Thoumie wrote: >> flz 2008-05-28 13:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/lib lib.h >> Log: >> Bump PKG_INSTALL_VERSION to 20080528. >> >> X-MFC after: latest HEAD changes have been MFC'ed to RELENG_[67] > > Thanks! I wasn't aware of the need for a PKG_INSTALL_VERSION bump :) Hasn't been bumped in 4 years and I didn't point it out to you. I have some plans to track -STABLE pkg_install updates in ports and I'll need a reliable PKG_INSTALL_VERSION. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer