From owner-svn-ports-head@freebsd.org Sat Feb 25 14:49:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF0EFCEDE30; Sat, 25 Feb 2017 14:49:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD8DD79D; Sat, 25 Feb 2017 14:49:58 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3vVrV70hWPzZr2; Sat, 25 Feb 2017 15:49:51 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id mefXns1H2CWL; Sat, 25 Feb 2017 15:49:49 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sat, 25 Feb 2017 15:49:49 +0100 (CET) Subject: Re: svn commit: r434755 - in head/ports-mgmt/pkg: . files To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201702242255.v1OMtqLe004498@repo.freebsd.org> From: Guido Falsi Message-ID: <71c53281-83ec-86a6-9bf5-336f10eb669a@FreeBSD.org> Date: Sat, 25 Feb 2017 15:49:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <201702242255.v1OMtqLe004498@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2017 14:49:59 -0000 On 02/24/17 23:55, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Feb 24 22:55:51 2017 > New Revision: 434755 > URL: https://svnweb.freebsd.org/changeset/ports/434755 > > Log: > Release pkg 1.10.0 > [...] > Modified: head/ports-mgmt/pkg/pkg-plist > ============================================================================== > --- head/ports-mgmt/pkg/pkg-plist Fri Feb 24 21:55:52 2017 (r434754) > +++ head/ports-mgmt/pkg/pkg-plist Fri Feb 24 22:55:51 2017 (r434755) > @@ -8,8 +8,8 @@ etc/periodic/weekly/400.status-pkg > include/pkg.h > lib/libpkg.a > lib/libpkg.so > -lib/libpkg.so.3 > -lib/libpkg.so.3.0.0 > +lib/libpkg.so.4 > +lib/libpkg.so.4.0.0 net-mgmt/net-snmp has binaries linked to this library, so it looks like that port needs a portrevision bump after this commit. -- Guido Falsi