From owner-svn-ports-all@FreeBSD.ORG Wed Sep 10 14:40:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C92176F9; Wed, 10 Sep 2014 14:40: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 B29561C1F; Wed, 10 Sep 2014 14:40:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8AEeJXt098456; Wed, 10 Sep 2014 14:40:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8AEeI98098444; Wed, 10 Sep 2014 14:40:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409101440.s8AEeI98098444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Sep 2014 14:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367855 - in head: audio/icecast-kh audio/vorbis-tools multimedia/ffmpeg2theora multimedia/libkate 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.18-1 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: Wed, 10 Sep 2014 14:40:20 -0000 Author: amdmi3 Date: Wed Sep 10 14:40:18 2014 New Revision: 367855 URL: http://svnweb.freebsd.org/changeset/ports/367855 QAT: https://qat.redports.org/buildarchive/r367855/ Log: - Drop .la files for multimedia/libkate, no dependees require them - Add LICENSE_FILE - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/audio/icecast-kh/Makefile head/audio/vorbis-tools/Makefile head/multimedia/ffmpeg2theora/Makefile head/multimedia/libkate/Makefile head/multimedia/libkate/pkg-plist head/multimedia/vlc/Makefile Modified: head/audio/icecast-kh/Makefile ============================================================================== --- head/audio/icecast-kh/Makefile Wed Sep 10 14:31:26 2014 (r367854) +++ head/audio/icecast-kh/Makefile Wed Sep 10 14:40:18 2014 (r367855) @@ -3,7 +3,7 @@ PORTNAME= icecast PORTVERSION= ${ICVERSION}.k${KH} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net ipv6 PKGNAMESUFFIX= -kh DISTNAME= ${PORTNAME}-${ICVERSION}-kh${KH} Modified: head/audio/vorbis-tools/Makefile ============================================================================== --- head/audio/vorbis-tools/Makefile Wed Sep 10 14:31:26 2014 (r367854) +++ head/audio/vorbis-tools/Makefile Wed Sep 10 14:40:18 2014 (r367855) @@ -3,7 +3,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.4.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ Modified: head/multimedia/ffmpeg2theora/Makefile ============================================================================== --- head/multimedia/ffmpeg2theora/Makefile Wed Sep 10 14:31:26 2014 (r367854) +++ head/multimedia/ffmpeg2theora/Makefile Wed Sep 10 14:40:18 2014 (r367855) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg2theora PORTVERSION= 0.29 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/downloads/ Modified: head/multimedia/libkate/Makefile ============================================================================== --- head/multimedia/libkate/Makefile Wed Sep 10 14:31:26 2014 (r367854) +++ head/multimedia/libkate/Makefile Wed Sep 10 14:40:18 2014 (r367855) @@ -3,7 +3,7 @@ PORTNAME= libkate PORTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -11,12 +11,13 @@ MAINTAINER= bar@FreeBSD.org COMMENT= Codec for karaoke and text encapsulation for Ogg LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ libpng.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USES= pkgconfig gmake libtool:oldver +USES= pkgconfig gmake libtool USE_LDCONFIG= yes CFLAGS+= "-I${LOCALBASE}/include" Modified: head/multimedia/libkate/pkg-plist ============================================================================== --- head/multimedia/libkate/pkg-plist Wed Sep 10 14:31:26 2014 (r367854) +++ head/multimedia/libkate/pkg-plist Wed Sep 10 14:40:18 2014 (r367855) @@ -6,13 +6,13 @@ include/kate/kate.h include/kate/kate_config.h include/kate/oggkate.h lib/libkate.a -lib/libkate.la lib/libkate.so -lib/libkate.so.4 +lib/libkate.so.1 +lib/libkate.so.1.3.0 lib/liboggkate.a -lib/liboggkate.la lib/liboggkate.so -lib/liboggkate.so.3 +lib/liboggkate.so.1 +lib/liboggkate.so.1.2.2 libdata/pkgconfig/kate.pc libdata/pkgconfig/oggkate.pc man/man1/katalyzer.1.gz Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed Sep 10 14:31:26 2014 (r367854) +++ head/multimedia/vlc/Makefile Wed Sep 10 14:40:18 2014 (r367855) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.5 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \