From owner-svn-ports-head@FreeBSD.ORG Tue Aug 26 03:11:23 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 7FB6522F; Tue, 26 Aug 2014 03:11:23 +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 6005A3C6B; Tue, 26 Aug 2014 03:11:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7Q3BNKZ006054; Tue, 26 Aug 2014 03:11:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7Q3BL8N006044; Tue, 26 Aug 2014 03:11:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408260311.s7Q3BL8N006044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Aug 2014 03:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366179 - in head: converters/enca converters/fix-mime-charset devel/librcc multimedia/libass multimedia/mpv multimedia/ogmrip multimedia/plexhometheater multimedia/qmmp multimedia/xbmc 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-1 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: Tue, 26 Aug 2014 03:11:23 -0000 Author: amdmi3 Date: Tue Aug 26 03:11:20 2014 New Revision: 366179 URL: http://svnweb.freebsd.org/changeset/ports/366179 QAT: https://qat.redports.org/buildarchive/r366179/ Log: - Switch converters/enca to USES=libtool, drop .la files - Add LICENSE_FILE - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/converters/enca/Makefile head/converters/enca/pkg-plist head/converters/fix-mime-charset/Makefile head/devel/librcc/Makefile head/multimedia/libass/Makefile head/multimedia/mpv/Makefile head/multimedia/ogmrip/Makefile head/multimedia/plexhometheater/Makefile head/multimedia/qmmp/Makefile head/multimedia/xbmc/Makefile Modified: head/converters/enca/Makefile ============================================================================== --- head/converters/enca/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/converters/enca/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -3,6 +3,7 @@ PORTNAME= enca PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= converters textproc russian ukrainian MASTER_SITES= http://dl.cihar.com/enca/ @@ -14,9 +15,9 @@ LIB_DEPENDS= librecode.so:${PORTSDIR}/co RUN_DEPENDS= umap:${PORTSDIR}/converters/p5-Unicode-Map8 LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool -USES= gmake pkgconfig iconv tar:bzip2 +USES= gmake libtool pkgconfig iconv tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} Modified: head/converters/enca/pkg-plist ============================================================================== --- head/converters/enca/pkg-plist Tue Aug 26 03:10:43 2014 (r366178) +++ head/converters/enca/pkg-plist Tue Aug 26 03:11:20 2014 (r366179) @@ -2,9 +2,9 @@ bin/enca bin/enconv include/enca.h lib/libenca.a -lib/libenca.la lib/libenca.so -lib/libenca.so.5 +lib/libenca.so.0 +lib/libenca.so.0.5.1 libdata/pkgconfig/enca.pc libexec/enca/extconv/cstocs libexec/enca/extconv/map Modified: head/converters/fix-mime-charset/Makefile ============================================================================== --- head/converters/fix-mime-charset/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/converters/fix-mime-charset/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -3,7 +3,7 @@ PORTNAME= fix-mime-charset PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters textproc russian ukrainian MASTER_SITES= SF/fix-mime-chr/${PORTNAME}/${PORTVERSION} Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/devel/librcc/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/multimedia/libass/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -2,7 +2,7 @@ PORTNAME= libass PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia devel MAINTAINER= multimedia@FreeBSD.org Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/multimedia/mpv/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -3,7 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ Modified: head/multimedia/ogmrip/Makefile ============================================================================== --- head/multimedia/ogmrip/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/multimedia/ogmrip/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -3,7 +3,7 @@ PORTNAME= ogmrip PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION} Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/multimedia/plexhometheater/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -2,6 +2,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/multimedia/qmmp/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ Modified: head/multimedia/xbmc/Makefile ============================================================================== --- head/multimedia/xbmc/Makefile Tue Aug 26 03:10:43 2014 (r366178) +++ head/multimedia/xbmc/Makefile Tue Aug 26 03:11:20 2014 (r366179) @@ -2,6 +2,7 @@ PORTNAME= xbmc DISTVERSION= 13.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/