From owner-svn-ports-head@freebsd.org Sat Jun 27 02:13:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 514AE98C695; Sat, 27 Jun 2015 02:13:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 283DA19C4; Sat, 27 Jun 2015 02:13:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5R2D3MU027911; Sat, 27 Jun 2015 02:13:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5R2D2vC027906; Sat, 27 Jun 2015 02:13:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506270213.t5R2D2vC027906@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 27 Jun 2015 02:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390690 - head/audio/amb-plugins 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.20 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: Sat, 27 Jun 2015 02:13:03 -0000 Author: amdmi3 Date: Sat Jun 27 02:13:02 2015 New Revision: 390690 URL: https://svnweb.freebsd.org/changeset/ports/390690 Log: - Unbreak; changes are only is some kind of XML metadata file: plugin entries were reordered and appended - Fix library installation Modified: head/audio/amb-plugins/Makefile head/audio/amb-plugins/distinfo Modified: head/audio/amb-plugins/Makefile ============================================================================== --- head/audio/amb-plugins/Makefile Sat Jun 27 01:59:02 2015 (r390689) +++ head/audio/amb-plugins/Makefile Sat Jun 27 02:13:02 2015 (r390690) @@ -3,6 +3,7 @@ PORTNAME= amb-plugins PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ DISTNAME= AMB-plugins-${PORTVERSION} @@ -13,8 +14,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Ambisonics plugins, mainly to be used within Ardour -BROKEN= Distfile size mismatch - BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -33,7 +32,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa .for i in 0 1 2 3 - ${INSTALL_DATA} ${WRKSRC}/ambisonic${i}.so ${STAGEDIR}${PREFIX}/lib/ladspa + ${INSTALL_LIB} ${WRKSRC}/ambisonic${i}.so ${STAGEDIR}${PREFIX}/lib/ladspa .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/ladspa/rdf ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/fa-plugins.rdf \ Modified: head/audio/amb-plugins/distinfo ============================================================================== --- head/audio/amb-plugins/distinfo Sat Jun 27 01:59:02 2015 (r390689) +++ head/audio/amb-plugins/distinfo Sat Jun 27 02:13:02 2015 (r390690) @@ -1,4 +1,4 @@ SHA256 (amb-plugins/AMB-plugins-0.8.1.tar.bz2) = f44a60b782948662537c0cb14befa6678d6dce790c64dc2c9058eab849a58b74 SIZE (amb-plugins/AMB-plugins-0.8.1.tar.bz2) = 28988 -SHA256 (amb-plugins/fa-plugins.rdf) = 95bfb3f7373bbdc5974ca427fb565914c3314eaa475a4d05372ba7a3d2540112 -SIZE (amb-plugins/fa-plugins.rdf) = 2077 +SHA256 (amb-plugins/fa-plugins.rdf) = 515842490320188572957da549438362af73ebd94a9b2c6486a3b55accd2e97f +SIZE (amb-plugins/fa-plugins.rdf) = 2684