Date: Wed, 13 Aug 2014 10:38:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364775 - head/devel/libopendaap Message-ID: <201408131038.s7DAcl56045310@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408131038.s7DAcl56045310>