From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 16:21:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E2A36E6; Thu, 20 Nov 2014 16:21:09 +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 79E3F118; Thu, 20 Nov 2014 16:21:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKGL9Hs011434; Thu, 20 Nov 2014 16:21:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKGL8ho011425; Thu, 20 Nov 2014 16:21:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411201621.sAKGL8ho011425@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 20 Nov 2014 16:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372949 - in head/audio/opusfile: . files 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: Thu, 20 Nov 2014 16:21:09 -0000 Author: amdmi3 Date: Thu Nov 20 16:21:07 2014 New Revision: 372949 URL: https://svnweb.freebsd.org/changeset/ports/372949 QAT: https://qat.redports.org/buildarchive/r372949/ Log: - Update to 0.6 - Switch to USES=autoreconf - Strip libraries - While here, add LICENSE_FILE PR: 195127 Submitted by: liangtai.s16@gmail.com (maintainer) Modified: head/audio/opusfile/Makefile head/audio/opusfile/distinfo head/audio/opusfile/files/patch-configure.ac head/audio/opusfile/pkg-plist Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Thu Nov 20 15:10:58 2014 (r372948) +++ head/audio/opusfile/Makefile Thu Nov 20 16:21:07 2014 (r372949) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= opusfile -PORTVERSION= 0.5 -PORTREVISION= 4 +PORTVERSION= 0.6 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ ${MASTER_SITE_MOZILLA_EXTENDED} @@ -12,14 +11,14 @@ MAINTAINER= liangtai.s16@gmail.com COMMENT= Opus playback library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ libopus.so:${PORTSDIR}/audio/opus -USES= gmake libtool pkgconfig pathfix +USES= autoreconf gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf autoheader automake MAKE_JOBS_UNSAFE= yes PATHFIX_MAKEFILEIN= Makefile.am @@ -31,12 +30,15 @@ OPTIONS_DEFAULT= # empty DOXYGEN_CONFIGURE_ENABLE= doc DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +INSTALL_TARGET= install-strip + .include post-patch: @${REINPLACE_CMD} -e 's| @openssl@||' \ ${WRKSRC}/opusfile.pc.in ${WRKSRC}/opusurl.pc.in @${REINPLACE_CMD} -e '/libopusurl_la_SOURCES/s/http.c/& src\/ftime.c/' \ + -e '/dist_doc_DATA/s/COPYING//' \ ${WRKSRC}/Makefile.am @${CP} ${FILESDIR}/ftime.c ${WRKSRC}/src/ @@ -46,9 +48,6 @@ post-install: ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ ${SED} 's|${STAGEDIR}${PREFIX}/||' \ >> ${WRKDIR}/PLIST.doc ; \ - ${FIND} ${STAGEDIR}${DOCSDIR}/html -type d | \ - ${SED} 's|${STAGEDIR}${PREFIX}/|@dirrm |' \ - | ${SORT} -r >> ${WRKDIR}/PLIST.doc ; \ (cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST}) .endif Modified: head/audio/opusfile/distinfo ============================================================================== --- head/audio/opusfile/distinfo Thu Nov 20 15:10:58 2014 (r372948) +++ head/audio/opusfile/distinfo Thu Nov 20 16:21:07 2014 (r372949) @@ -1,2 +1,2 @@ -SHA256 (opusfile-0.5.tar.gz) = 2ce52d006aeeec9f10260dbe3073c4636954a1ab19c82b8baafefe0180aa4a39 -SIZE (opusfile-0.5.tar.gz) = 437671 +SHA256 (opusfile-0.6.tar.gz) = 2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6 +SIZE (opusfile-0.6.tar.gz) = 437980 Modified: head/audio/opusfile/files/patch-configure.ac ============================================================================== --- head/audio/opusfile/files/patch-configure.ac Thu Nov 20 15:10:58 2014 (r372948) +++ head/audio/opusfile/files/patch-configure.ac Thu Nov 20 16:21:07 2014 (r372949) @@ -1,6 +1,11 @@ ---- ./configure.ac.orig 2014-01-09 22:35:34.000000000 +0000 -+++ ./configure.ac 2014-01-17 17:25:40.113916574 +0000 -@@ -90,10 +90,12 @@ +--- configure.ac.orig 2014-06-10 07:40:26.000000000 +0900 ++++ configure.ac 2014-06-13 07:24:14.000000000 +0900 +@@ -86,15 +86,16 @@ + ) + ) + ) +-AC_SEARCH_LIBS(ftime, [compat], , [enable_http=no]) + AS_IF([test "$enable_http" != "no"], [ openssl="openssl" AC_DEFINE([OP_ENABLE_HTTP], [1], [Enable HTTP support]) Modified: head/audio/opusfile/pkg-plist ============================================================================== --- head/audio/opusfile/pkg-plist Thu Nov 20 15:10:58 2014 (r372948) +++ head/audio/opusfile/pkg-plist Thu Nov 20 16:21:07 2014 (r372949) @@ -2,11 +2,11 @@ include/opus/opusfile.h lib/libopusfile.a lib/libopusfile.so lib/libopusfile.so.0 -lib/libopusfile.so.0.3.0 +lib/libopusfile.so.0.3.1 lib/libopusurl.a lib/libopusurl.so lib/libopusurl.so.0 -lib/libopusurl.so.0.3.0 +lib/libopusurl.so.0.3.1 libdata/pkgconfig/opusfile.pc libdata/pkgconfig/opusurl.pc @comment Insert PLIST.doc here