From owner-svn-ports-branches@freebsd.org Sat Oct 14 22:33:34 2017 Return-Path: Delivered-To: svn-ports-branches@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 963BEE2E48E; Sat, 14 Oct 2017 22:33:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 76BF7826FE; Sat, 14 Oct 2017 22:33:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id BDF8A2491; Sat, 14 Oct 2017 22:33:33 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r452092 - in branches/2017Q4/multimedia/vapoursynth: . files References: <201710142231.v9EMVCKh044175@repo.freebsd.org> Date: Sun, 15 Oct 2017 00:33:29 +0200 In-Reply-To: <201710142231.v9EMVCKh044175@repo.freebsd.org> (Jan Beich's message of "Sat, 14 Oct 2017 22:31:12 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2017 22:33:34 -0000 Jan Beich writes: > Modified: branches/2017Q4/multimedia/vapoursynth/Makefile > ============================================================================== > --- branches/2017Q4/multimedia/vapoursynth/Makefile Sat Oct 14 22:13:21 2017 (r452091) > +++ branches/2017Q4/multimedia/vapoursynth/Makefile Sat Oct 14 22:31:12 2017 (r452092) > @@ -3,6 +3,7 @@ > PORTNAME= vapoursynth > PORTVERSION= R38 > PORTREVISION= 2 > +PORTREVISION= 1 > CATEGORIES= multimedia When there're no merge conflicts it's hard to notice issues. ;)