From owner-svn-ports-all@FreeBSD.ORG Thu Sep 26 17:29:33 2013 Return-Path: Delivered-To: svn-ports-all@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 B6914EFA; Thu, 26 Sep 2013 17:29:33 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8D42BE0; Thu, 26 Sep 2013 17:29:33 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 82D081E007B9; Thu, 26 Sep 2013 19:29:26 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r8QGo76t097201; Thu, 26 Sep 2013 18:50:07 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r8QGo6xc097200; Thu, 26 Sep 2013 18:50:06 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 26 Sep 2013 18:50:06 +0200 To: Thomas Mueller Subject: Re: svn commit: r328300 - head/multimedia/vlc Message-ID: <20130926165006.GA97165@triton8.kn-bremen.de> References: <201309251707.r8PH7nu1005537@svn.freebsd.org> <20130926182138.69744d62@tmu.ulm.sysgo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130926182138.69744d62@tmu.ulm.sysgo.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, Juergen Lock , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 17:29:33 -0000 On Thu, Sep 26, 2013 at 06:21:38PM +0200, Thomas Mueller wrote: > On Wed, 25 Sep 2013 17:07:49 +0000 (UTC), Juergen Lock wrote: > > Author: nox > > Date: Wed Sep 25 17:07:49 2013 > > New Revision: 328300 > > URL: http://svnweb.freebsd.org/changeset/ports/328300 > > > > Log: > > Update to 2.0.8a . (bugfix release) > > > > Modified: > > head/multimedia/vlc/Makefile > > head/multimedia/vlc/distinfo > > > > Modified: head/multimedia/vlc/Makefile > > ============================================================================== > > --- head/multimedia/vlc/Makefile Wed Sep 25 16:31:26 2013 (r328299) > > +++ head/multimedia/vlc/Makefile Wed Sep 25 17:07:49 2013 (r328300) > > @@ -2,12 +2,12 @@ > > # $FreeBSD$ > > > > PORTNAME= vlc > > -DISTVERSION= 2.0.8 > > +DISTVERSION= 2.0.8a > > PORTEPOCH= 3 > > tmu:~# pkg_version -v 2>&1 | grep vlc- > vlc-2.0.8,3 > succeeds port (port has 2.0.8.a,3) > > Is this intentional? > No, and erwin's bot noticed it too. I just fixed it, thanx! :) Juergen