From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 20:09:19 2014 Return-Path: Delivered-To: svn-ports-head@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 B053ADA2; Fri, 25 Jul 2014 20:09:19 +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 9181B28BE; Fri, 25 Jul 2014 20:09:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PK9JFV041995; Fri, 25 Jul 2014 20:09:19 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PK9HtH041977; Fri, 25 Jul 2014 20:09:17 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407252009.s6PK9HtH041977@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 20:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362926 - in head: audio/cmus audio/decibel-audio-player audio/faac audio/kid3-kde4 audio/mixxx multimedia/mp4v2 multimedia/mpeg4ip multimedia/quodlibet www/mod_musicindex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 20:09:19 -0000 Author: amdmi3 Date: Fri Jul 25 20:09:16 2014 New Revision: 362926 URL: http://svnweb.freebsd.org/changeset/ports/362926 QAT: https://qat.redports.org/buildarchive/r362926/ Log: - Switch multimedia/mp4v2 to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/audio/cmus/Makefile head/audio/decibel-audio-player/Makefile head/audio/faac/Makefile head/audio/kid3-kde4/Makefile head/audio/mixxx/Makefile head/multimedia/mp4v2/Makefile head/multimedia/mp4v2/pkg-plist head/multimedia/mpeg4ip/Makefile head/multimedia/quodlibet/Makefile head/www/mod_musicindex/Makefile Modified: head/audio/cmus/Makefile ============================================================================== --- head/audio/cmus/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/audio/cmus/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,7 +3,7 @@ PORTNAME= cmus PORTVERSION= 2.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME} DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/audio/decibel-audio-player/Makefile ============================================================================== --- head/audio/decibel-audio-player/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/audio/decibel-audio-player/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,7 +3,7 @@ PORTNAME= decibel-audio-player PORTVERSION= 1.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio multimedia gnome python MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/ Modified: head/audio/faac/Makefile ============================================================================== --- head/audio/faac/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/audio/faac/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,7 +3,7 @@ PORTNAME= faac PORTVERSION= 1.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/audio/kid3-kde4/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -2,6 +2,7 @@ PORTNAME= kid3 PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= SF Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/audio/mixxx/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} Modified: head/multimedia/mp4v2/Makefile ============================================================================== --- head/multimedia/mp4v2/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/multimedia/mp4v2/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,6 +3,7 @@ PORTNAME= mp4v2 PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE @@ -10,7 +11,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files CONFLICTS= mpeg4ip-libmp4v2-[0-9.]* -USES= gmake tar:bzip2 +USES= gmake libtool tar:bzip2 MAKEFILE= GNUmakefile GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/multimedia/mp4v2/pkg-plist ============================================================================== --- head/multimedia/mp4v2/pkg-plist Fri Jul 25 19:44:36 2014 (r362925) +++ head/multimedia/mp4v2/pkg-plist Fri Jul 25 20:09:16 2014 (r362926) @@ -23,9 +23,9 @@ include/mp4v2/streaming.h include/mp4v2/track.h include/mp4v2/track_prop.h lib/libmp4v2.a -lib/libmp4v2.la lib/libmp4v2.so -lib/libmp4v2.so.10 +lib/libmp4v2.so.1 +lib/libmp4v2.so.1.9.1 man/man1/mp4art.1.gz man/man1/mp4file.1.gz man/man1/mp4subtitle.1.gz Modified: head/multimedia/mpeg4ip/Makefile ============================================================================== --- head/multimedia/mpeg4ip/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/multimedia/mpeg4ip/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,7 +3,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.6.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= LOCAL/ahze # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 Modified: head/multimedia/quodlibet/Makefile ============================================================================== --- head/multimedia/quodlibet/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/multimedia/quodlibet/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,6 +3,7 @@ PORTNAME= quodlibet PORTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/ Modified: head/www/mod_musicindex/Makefile ============================================================================== --- head/www/mod_musicindex/Makefile Fri Jul 25 19:44:36 2014 (r362925) +++ head/www/mod_musicindex/Makefile Fri Jul 25 20:09:16 2014 (r362926) @@ -3,6 +3,7 @@ PORTNAME= mod_musicindex PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= www audio MASTER_SITES= http://hacks.slashdirt.org/musicindex/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}