From owner-svn-ports-head@freebsd.org Wed May 9 01:34:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01910FD0F0C; Wed, 9 May 2018 01:34:09 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA3406A1BF; Wed, 9 May 2018 01:34:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 892A01C0E6; Wed, 9 May 2018 01:34:08 +0000 (UTC) From: Jan Beich To: Steve Wills Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469420 - in head: astro/libkgeomap graphics/cimg graphics/cimg/files graphics/digikam graphics/digikam-kde4 graphics/facedetect graphics/frei0r graphics/gimp-gmic-plugin graphics/kipi-... References: <201805090110.w491ACu3076228@repo.freebsd.org> Date: Wed, 09 May 2018 03:34:05 +0200 In-Reply-To: <201805090110.w491ACu3076228@repo.freebsd.org> (Steve Wills's message of "Wed, 9 May 2018 01:10:12 +0000 (UTC)") Message-ID: <36z1-1uk2-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 09 May 2018 01:34:09 -0000 Steve Wills writes: > lib/libopencv_core.so > -lib/libopencv_core.so.2 > +lib/libopencv_core.so.%%SOVERSION%% > lib/libopencv_core.so.%%VERSION%% > lib/libopencv_imgproc.so > -lib/libopencv_imgproc.so.2 > +lib/libopencv_imgproc.so.%%SOVERSION%% Can you bump PORTREVISION in consumers? portmaster/portupgrade may miss rebuild otherwise.