From owner-svn-ports-head@FreeBSD.ORG Sun Jun 15 23:44:14 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 0818F662; Sun, 15 Jun 2014 23:44:14 +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 E94D72E85; Sun, 15 Jun 2014 23:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FNiD7a028368; Sun, 15 Jun 2014 23:44:13 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FNiD5U028366; Sun, 15 Jun 2014 23:44:13 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406152344.s5FNiD5U028366@svn.freebsd.org> From: Dmitry Marakasov Date: Sun, 15 Jun 2014 23:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357940 - head/audio/sox 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: Sun, 15 Jun 2014 23:44:14 -0000 Author: amdmi3 Date: Sun Jun 15 23:44:13 2014 New Revision: 357940 URL: http://svnweb.freebsd.org/changeset/ports/357940 QAT: https://qat.redports.org/buildarchive/r357940/ Log: - Add missing USES=libtool Approved by: portmgr blanket Modified: head/audio/sox/Makefile head/audio/sox/pkg-plist Modified: head/audio/sox/Makefile ============================================================================== --- head/audio/sox/Makefile Sun Jun 15 23:44:00 2014 (r357939) +++ head/audio/sox/Makefile Sun Jun 15 23:44:13 2014 (r357940) @@ -3,7 +3,7 @@ PORTNAME= sox PORTVERSION= 14.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF @@ -16,7 +16,7 @@ LICENSE_COMB= dual CONFLICTS= play-[0-9]* GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig libtool:keepla USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal autoconf automake libltdl Modified: head/audio/sox/pkg-plist ============================================================================== --- head/audio/sox/pkg-plist Sun Jun 15 23:44:00 2014 (r357939) +++ head/audio/sox/pkg-plist Sun Jun 15 23:44:13 2014 (r357940) @@ -7,6 +7,7 @@ lib/libsox.a lib/libsox.la lib/libsox.so lib/libsox.so.2 +lib/libsox.so.2.0.1 man/man1/play.1.gz man/man1/rec.1.gz man/man1/sox.1.gz