From owner-svn-ports-head@FreeBSD.ORG Mon May 12 07:58:11 2014 Return-Path: Delivered-To: svn-ports-head@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 6B56B20A; Mon, 12 May 2014 07:58:11 +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 5900B25ED; Mon, 12 May 2014 07:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C7wBdk086143; Mon, 12 May 2014 07:58:11 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4C7wBqp086141; Mon, 12 May 2014 07:58:11 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405120758.s4C7wBqp086141@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 12 May 2014 07:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353782 - head/audio/libaacplus 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: Mon, 12 May 2014 07:58:11 -0000 Author: tijl Date: Mon May 12 07:58:10 2014 New Revision: 353782 URL: http://svnweb.freebsd.org/changeset/ports/353782 QAT: https://qat.redports.org/buildarchive/r353782/ Log: Use default LIBTOOLIZE_ARGS such that USES=libtool takes effect. Modified: head/audio/libaacplus/Makefile head/audio/libaacplus/pkg-plist Modified: head/audio/libaacplus/Makefile ============================================================================== --- head/audio/libaacplus/Makefile Mon May 12 07:55:14 2014 (r353781) +++ head/audio/libaacplus/Makefile Mon May 12 07:58:10 2014 (r353782) @@ -3,7 +3,7 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\ ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\ @@ -33,7 +33,6 @@ MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip AUTOMAKE_ARGS= --add-missing -LIBTOOLIZE_ARGS=--automake OPTIONS_DEFINE= FFTW3 OPTIONS_DEFAULT=FFTW3 Modified: head/audio/libaacplus/pkg-plist ============================================================================== --- head/audio/libaacplus/pkg-plist Mon May 12 07:55:14 2014 (r353781) +++ head/audio/libaacplus/pkg-plist Mon May 12 07:58:10 2014 (r353782) @@ -4,5 +4,6 @@ lib/libaacplus.a lib/libaacplus.la lib/libaacplus.so lib/libaacplus.so.2 +lib/libaacplus.so.2.0.2 libdata/pkgconfig/aacplus.pc man/man1/aacplusenc.1.gz