From owner-svn-ports-all@FreeBSD.ORG Sun May 25 20:07:29 2014 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 ESMTPS id 8F74F78A; Sun, 25 May 2014 20:07:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 700C32D24; Sun, 25 May 2014 20:07:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PK7TvL040765; Sun, 25 May 2014 20:07:29 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4PK7P0t040737; Sun, 25 May 2014 20:07:25 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201405252007.s4PK7P0t040737@svn.freebsd.org> From: Christian Weisgerber Date: Sun, 25 May 2014 20:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355266 - in head: audio/baresip audio/darkice audio/gstreamer-plugins-opus audio/gstreamer1-plugins-opus audio/mumble audio/musicpd audio/opus audio/opus-tools audio/opusfile mail/thun... 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.18 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: Sun, 25 May 2014 20:07:29 -0000 Author: naddy Date: Sun May 25 20:07:24 2014 New Revision: 355266 URL: http://svnweb.freebsd.org/changeset/ports/355266 QAT: https://qat.redports.org/buildarchive/r355266/ Log: Switch Opus to USES=libtool. Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Modified: head/audio/baresip/Makefile head/audio/darkice/Makefile head/audio/gstreamer-plugins-opus/Makefile head/audio/gstreamer1-plugins-opus/Makefile head/audio/mumble/Makefile head/audio/musicpd/Makefile head/audio/opus-tools/Makefile head/audio/opus/Makefile head/audio/opus/pkg-plist head/audio/opusfile/Makefile head/mail/thunderbird/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/libav/Makefile head/multimedia/mplayer/Makefile head/multimedia/vlc/Makefile head/net-im/tox/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/libxul/Makefile head/www/seamonkey/Makefile Modified: head/audio/baresip/Makefile ============================================================================== --- head/audio/baresip/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/baresip/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -2,6 +2,7 @@ PORTNAME= baresip PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.creytiv.com/pub/ Modified: head/audio/darkice/Makefile ============================================================================== --- head/audio/darkice/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/darkice/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,7 +3,7 @@ PORTNAME= darkice PORTVERSION= 1.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= audio net MASTER_SITES= GOOGLE_CODE Modified: head/audio/gstreamer-plugins-opus/Makefile ============================================================================== --- head/audio/gstreamer-plugins-opus/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/gstreamer-plugins-opus/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio COMMENT= Gstreamer Opus audio encoder/decoder plugin Modified: head/audio/gstreamer1-plugins-opus/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-opus/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/gstreamer1-plugins-opus/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer Opus audio encoder/decoder plugin Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/mumble/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/musicpd/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.18.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/opus-tools/Makefile ============================================================================== --- head/audio/opus-tools/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/opus-tools/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -2,9 +2,11 @@ PORTNAME= opus-tools PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - https://ftp.mozilla.org/pub/mozilla.org/opus/ + ${MASTER_SITE_MOZILLA_EXTENDED} +MASTER_SITE_SUBDIR= opus MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/opus/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -2,15 +2,16 @@ PORTNAME= opus PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - https://ftp.mozilla.org/pub/mozilla.org/opus/ + ${MASTER_SITE_MOZILLA_EXTENDED} +MASTER_SITE_SUBDIR= opus MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec -USES= gmake pathfix -USE_AUTOTOOLS= libtool +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/audio/opus/pkg-plist ============================================================================== --- head/audio/opus/pkg-plist Sun May 25 19:27:18 2014 (r355265) +++ head/audio/opus/pkg-plist Sun May 25 20:07:24 2014 (r355266) @@ -4,9 +4,9 @@ include/opus/opus_defines.h include/opus/opus_multistream.h include/opus/opus_types.h lib/libopus.a -lib/libopus.la lib/libopus.so -lib/libopus.so.5 +lib/libopus.so.0 +lib/libopus.so.0.5.0 libdata/pkgconfig/opus.pc share/aclocal/opus.m4 @dirrm include/opus Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/audio/opusfile/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -2,7 +2,7 @@ PORTNAME= opusfile PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ ${MASTER_SITE_MOZILLA_EXTENDED} Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/mail/thunderbird/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 24.5.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/multimedia/ffmpeg/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/multimedia/libav/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/multimedia/mplayer/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 COMMENT= High performance media player supporting many formats Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/multimedia/vlc/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/net-im/tox/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= ProjectTox-Core PORTVERSION= 0.140514 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/www/firefox-esr/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 24.5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/www/firefox/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 29.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/www/libxul/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 24.5.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/ Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sun May 25 19:27:18 2014 (r355265) +++ head/www/seamonkey/Makefile Sun May 25 20:07:24 2014 (r355266) @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.26 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/