From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 18:22:49 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 AF58B894; Wed, 11 Jun 2014 18:22:49 +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 83E7B254D; Wed, 11 Jun 2014 18:22:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BIMnBb022350; Wed, 11 Jun 2014 18:22:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BIMmOC022345; Wed, 11 Jun 2014 18:22:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406111822.s5BIMmOC022345@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 11 Jun 2014 18:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357518 - in head: audio/aqualung audio/liboggz editors/kate 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: Wed, 11 Jun 2014 18:22:49 -0000 Author: amdmi3 Date: Wed Jun 11 18:22:48 2014 New Revision: 357518 URL: http://svnweb.freebsd.org/changeset/ports/357518 QAT: https://qat.redports.org/buildarchive/r357518/ Log: - Switch audio/liboggz to libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/audio/aqualung/Makefile head/audio/liboggz/Makefile head/audio/liboggz/pkg-plist head/editors/kate/Makefile Modified: head/audio/aqualung/Makefile ============================================================================== --- head/audio/aqualung/Makefile Wed Jun 11 18:21:16 2014 (r357517) +++ head/audio/aqualung/Makefile Wed Jun 11 18:22:48 2014 (r357518) @@ -3,7 +3,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta11 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ http://wickedmachine.net/mirror/ Modified: head/audio/liboggz/Makefile ============================================================================== --- head/audio/liboggz/Makefile Wed Jun 11 18:21:16 2014 (r357517) +++ head/audio/liboggz/Makefile Wed Jun 11 18:22:48 2014 (r357518) @@ -2,7 +2,7 @@ PORTNAME= liboggz DISTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \ http://wickedmachine.net/mirror/ @@ -14,8 +14,7 @@ OPTIONS_DEFINE= DOCS LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USE_AUTOTOOLS= libtool -USES= pkgconfig pathfix +USES= pkgconfig pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} --program-transform-name="" Modified: head/audio/liboggz/pkg-plist ============================================================================== --- head/audio/liboggz/pkg-plist Wed Jun 11 18:21:16 2014 (r357517) +++ head/audio/liboggz/pkg-plist Wed Jun 11 18:22:48 2014 (r357518) @@ -25,9 +25,9 @@ include/oggz/oggz_stream.h include/oggz/oggz_table.h include/oggz/oggz_write.h lib/liboggz.a -lib/liboggz.la lib/liboggz.so -lib/liboggz.so.8 +lib/liboggz.so.2 +lib/liboggz.so.2.6.0 libdata/pkgconfig/oggz.pc man/man1/oggz-chop.1.gz man/man1/oggz-codecs.1.gz Modified: head/editors/kate/Makefile ============================================================================== --- head/editors/kate/Makefile Wed Jun 11 18:21:16 2014 (r357517) +++ head/editors/kate/Makefile Wed Jun 11 18:22:48 2014 (r357518) @@ -3,6 +3,7 @@ PORTNAME= kate PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION}