From owner-svn-ports-head@FreeBSD.ORG Wed Aug 13 10:38:48 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 53E6AE44; Wed, 13 Aug 2014 10:38:48 +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 40B5C2292; Wed, 13 Aug 2014 10:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DAcm00045312; Wed, 13 Aug 2014 10:38:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DAcl56045310; Wed, 13 Aug 2014 10:38:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408131038.s7DAcl56045310@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 13 Aug 2014 10:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364775 - head/devel/libopendaap 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: Wed, 13 Aug 2014 10:38:48 -0000 Author: amdmi3 Date: Wed Aug 13 10:38:47 2014 New Revision: 364775 URL: http://svnweb.freebsd.org/changeset/ports/364775 QAT: https://qat.redports.org/buildarchive/r364775/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libopendaap/Makefile head/devel/libopendaap/pkg-plist Modified: head/devel/libopendaap/Makefile ============================================================================== --- head/devel/libopendaap/Makefile Wed Aug 13 10:38:37 2014 (r364774) +++ head/devel/libopendaap/Makefile Wed Aug 13 10:38:47 2014 (r364775) @@ -3,15 +3,14 @@ PORTNAME= libopendaap PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel audio net MASTER_SITES= http://crazney.net/programs/itunes/files/ MAINTAINER= multimedia@FreeBSD.org COMMENT= C lib used to connect to iTunes(R) music shares -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig tar:bzip2 +USES= libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libopendaap/pkg-plist ============================================================================== --- head/devel/libopendaap/pkg-plist Wed Aug 13 10:38:37 2014 (r364774) +++ head/devel/libopendaap/pkg-plist Wed Aug 13 10:38:47 2014 (r364775) @@ -1,9 +1,9 @@ include/daap/client.h include/daap/portability.h lib/libopendaap.a -lib/libopendaap.la lib/libopendaap.so lib/libopendaap.so.0 +lib/libopendaap.so.0.1.0 libdata/pkgconfig/opendaap.pc man/man3/libopendaap.3.gz @dirrm include/daap