From owner-svn-ports-all@FreeBSD.ORG Thu Sep 26 16:30:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79F528EA; Thu, 26 Sep 2013 16:30:51 +0000 (UTC) (envelope-from tmueller@sysgo.com) Received: from mail1.sysgo.com (mail1.sysgo.com [176.9.26.183]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7D927BC; Thu, 26 Sep 2013 16:30:50 +0000 (UTC) Date: Thu, 26 Sep 2013 18:21:38 +0200 From: Thomas Mueller To: Juergen Lock Subject: Re: svn commit: r328300 - head/multimedia/vlc Message-ID: <20130926182138.69744d62@tmu.ulm.sysgo.com> In-Reply-To: <201309251707.r8PH7nu1005537@svn.freebsd.org> References: <201309251707.r8PH7nu1005537@svn.freebsd.org> Organization: SYSGO AG X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, 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 16:30:51 -0000 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? -- Thomas Mueller