From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 13:01:51 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 2AB6022C; Tue, 11 Dec 2012 13:01:51 +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 0FB4B8FC1A; Tue, 11 Dec 2012 13:01:51 +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 qBBD1ohQ096927; Tue, 11 Dec 2012 13:01:50 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBD1o8F096924; Tue, 11 Dec 2012 13:01:50 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201212111301.qBBD1o8F096924@svn.freebsd.org> From: Christian Weisgerber Date: Tue, 11 Dec 2012 13:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308685 - head/audio/opus 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: Tue, 11 Dec 2012 13:01:51 -0000 Author: naddy Date: Tue Dec 11 13:01:50 2012 New Revision: 308685 URL: http://svnweb.freebsd.org/changeset/ports/308685 Log: Fix shared library version in plist. PR: 174351 Submitted by: Geraud CONTINSOUZAS Modified: head/audio/opus/Makefile head/audio/opus/pkg-plist Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Tue Dec 11 12:40:42 2012 (r308684) +++ head/audio/opus/Makefile Tue Dec 11 13:01:50 2012 (r308685) @@ -2,6 +2,7 @@ PORTNAME= opus PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ Modified: head/audio/opus/pkg-plist ============================================================================== --- head/audio/opus/pkg-plist Tue Dec 11 12:40:42 2012 (r308684) +++ head/audio/opus/pkg-plist Tue Dec 11 13:01:50 2012 (r308685) @@ -5,7 +5,7 @@ include/opus/opus_types.h lib/libopus.a lib/libopus.la lib/libopus.so -lib/libopus.so.2 +lib/libopus.so.3 libdata/pkgconfig/opus.pc share/aclocal/opus.m4 @dirrm include/opus