From owner-svn-ports-all@FreeBSD.ORG Mon Dec 10 19:02:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34D2556B; Mon, 10 Dec 2012 19:02:11 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 199828FC16; Mon, 10 Dec 2012 19:02:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAJ2APb086662; Mon, 10 Dec 2012 19:02:10 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAJ2AVK086659; Mon, 10 Dec 2012 19:02:10 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201212101902.qBAJ2AVK086659@svn.freebsd.org> From: Christian Weisgerber Date: Mon, 10 Dec 2012 19:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308627 - in head: audio/opus-tools multimedia/vlc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Mon, 10 Dec 2012 19:02:11 -0000 Author: naddy Date: Mon Dec 10 19:02:10 2012 New Revision: 308627 URL: http://svnweb.freebsd.org/changeset/ports/308627 Log: Chase audio/opus library bump. Modified: head/audio/opus-tools/Makefile head/multimedia/vlc/Makefile Modified: head/audio/opus-tools/Makefile ============================================================================== --- head/audio/opus-tools/Makefile Mon Dec 10 19:01:24 2012 (r308626) +++ head/audio/opus-tools/Makefile Mon Dec 10 19:02:10 2012 (r308627) @@ -2,6 +2,7 @@ PORTNAME= opus-tools PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Mon Dec 10 19:01:24 2012 (r308626) +++ head/multimedia/vlc/Makefile Mon Dec 10 19:02:10 2012 (r308627) @@ -4,6 +4,7 @@ PORTNAME= vlc DISTVERSION= 2.0.4 PORTEPOCH= 3 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/p/-pre/}/ \ http://ftp.snt.utwente.nl/pub/software/videolan/${PORTNAME}/${DISTVERSION}/ \