From owner-svn-ports-all@FreeBSD.ORG Tue Jul 22 22:57:03 2014 Return-Path: Delivered-To: svn-ports-all@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 4860947E; Tue, 22 Jul 2014 22:57:03 +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 3576B20F8; Tue, 22 Jul 2014 22:57:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MMv3S9054839; Tue, 22 Jul 2014 22:57:03 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MMv25A054836; Tue, 22 Jul 2014 22:57:02 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407222257.s6MMv25A054836@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 22 Jul 2014 22:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362602 - head/audio/libshairport 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: Tue, 22 Jul 2014 22:57:03 -0000 Author: amdmi3 Date: Tue Jul 22 22:57:02 2014 New Revision: 362602 URL: http://svnweb.freebsd.org/changeset/ports/362602 QAT: https://qat.redports.org/buildarchive/r362602/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/libshairport/Makefile head/audio/libshairport/pkg-plist Modified: head/audio/libshairport/Makefile ============================================================================== --- head/audio/libshairport/Makefile Tue Jul 22 22:28:03 2014 (r362601) +++ head/audio/libshairport/Makefile Tue Jul 22 22:57:02 2014 (r362602) @@ -3,6 +3,7 @@ PORTNAME= libshairport PORTVERSION= 1.2.0.20310 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://mirrors.xbmc.org/build-deps/darwin-libs/ DISTNAME= libshairport-${PORTVERSION}_lib @@ -10,7 +11,7 @@ DISTNAME= libshairport-${PORTVERSION}_li MAINTAINER= manuel.creach@icloud.com COMMENT= Airport Extreme Emulator -USES= gmake +USES= gmake libtool USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing Modified: head/audio/libshairport/pkg-plist ============================================================================== --- head/audio/libshairport/pkg-plist Tue Jul 22 22:28:03 2014 (r362601) +++ head/audio/libshairport/pkg-plist Tue Jul 22 22:57:02 2014 (r362602) @@ -1,6 +1,6 @@ -lib/libshairport.la lib/libshairport.so lib/libshairport.so.0 +lib/libshairport.so.0.0.0 include/shairport/shairport.h include/shairport/ao.h include/shairport/socketlib.h