From owner-svn-ports-head@freebsd.org Sun Aug 12 16:46:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91FF810760A3; Sun, 12 Aug 2018 16:46:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40F288F849; Sun, 12 Aug 2018 16:46:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0639F289E5; Sun, 12 Aug 2018 16:46:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7CGkTFf074802; Sun, 12 Aug 2018 16:46:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7CGkT1C074799; Sun, 12 Aug 2018 16:46:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808121646.w7CGkT1C074799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 12 Aug 2018 16:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477000 - head/audio/x42-plugins-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/x42-plugins-lv2 X-SVN-Commit-Revision: 477000 X-SVN-Commit-Repository: ports 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.27 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: Sun, 12 Aug 2018 16:46:30 -0000 Author: yuri Date: Sun Aug 12 16:46:29 2018 New Revision: 477000 URL: https://svnweb.freebsd.org/changeset/ports/477000 Log: audio/x42-plugins-lv2: Update 20180320 -> 20180812 Reported by: portscout Modified: head/audio/x42-plugins-lv2/Makefile head/audio/x42-plugins-lv2/distinfo head/audio/x42-plugins-lv2/pkg-plist Modified: head/audio/x42-plugins-lv2/Makefile ============================================================================== --- head/audio/x42-plugins-lv2/Makefile Sun Aug 12 16:45:17 2018 (r476999) +++ head/audio/x42-plugins-lv2/Makefile Sun Aug 12 16:46:29 2018 (r477000) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= x42-plugins -DISTVERSION= 20180320 # the version is published here: http://gareus.org/misc/x42-plugins.php -PORTREVISION= 4 +DISTVERSION= 20180812 # the version is published here: http://gareus.org/misc/x42-plugins.php CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 @@ -53,9 +52,6 @@ CXX= clang++${LLVM_VER} post-patch: @${REINPLACE_CMD} 's| -O3||' \ ${WRKSRC}/*.lv2/Makefile - @${REINPLACE_CMD} 's/__APPLE__/__FreeBSD__/' \ - ${WRKSRC}/tuna.lv2/src/spectr.c \ - ${WRKSRC}/meters.lv2/src/spectr.c @${REINPLACE_CMD} 's|$$(mandir)/man1|$$(MANDIR)|' \ ${WRKSRC}/sisco.lv2/Makefile @cd ${WRKSRC} && ${RM} -r convoLV2 && ${MV} convoLV2zita4 convoLV2 Modified: head/audio/x42-plugins-lv2/distinfo ============================================================================== --- head/audio/x42-plugins-lv2/distinfo Sun Aug 12 16:45:17 2018 (r476999) +++ head/audio/x42-plugins-lv2/distinfo Sun Aug 12 16:46:29 2018 (r477000) @@ -1,5 +1,5 @@ -TIMESTAMP = 1528562376 -SHA256 (x42-plugins-20180320.tar.xz) = b4553415c2e63271d2ab5d32c76c8ae462d4764e5ba65886046f60dc6df2f498 -SIZE (x42-plugins-20180320.tar.xz) = 6869932 +TIMESTAMP = 1534088724 +SHA256 (x42-plugins-20180812.tar.xz) = bf25df6d7557a4c7b0374da4b0f829cd3baa53e457df210d4b5c4ca16efffc3f +SIZE (x42-plugins-20180812.tar.xz) = 6900116 SHA256 (x42-convoLV2-f814f1e_GH0.tar.gz) = eb6dac82ddffa7850292f41ee4be37c0ea3fa862ed7a9f258b4ca69b423940a7 SIZE (x42-convoLV2-f814f1e_GH0.tar.gz) = 21654 Modified: head/audio/x42-plugins-lv2/pkg-plist ============================================================================== --- head/audio/x42-plugins-lv2/pkg-plist Sun Aug 12 16:45:17 2018 (r476999) +++ head/audio/x42-plugins-lv2/pkg-plist Sun Aug 12 16:46:29 2018 (r477000) @@ -1,3 +1,4 @@ +bin/x42-dpl bin/x42-fat1 bin/x42-fil4 bin/x42-meter @@ -8,9 +9,17 @@ bin/x42-tuna lib/lv2/balance.lv2/balance.so lib/lv2/balance.lv2/balance.ttl lib/lv2/balance.lv2/manifest.ttl +lib/lv2/controlfilter.lv2/controlfilter.so +lib/lv2/controlfilter.lv2/controlfilter.ttl +lib/lv2/controlfilter.lv2/manifest.ttl +lib/lv2/controlfilter.lv2/presets.ttl lib/lv2/convo.lv2/convoLV2.so lib/lv2/convo.lv2/convoLV2.ttl lib/lv2/convo.lv2/manifest.ttl +lib/lv2/dpl.lv2/dpl.so +lib/lv2/dpl.lv2/dpl.ttl +lib/lv2/dpl.lv2/dplUI_gl.so +lib/lv2/dpl.lv2/manifest.ttl lib/lv2/fat1.lv2/fat1.so lib/lv2/fat1.lv2/fat1.ttl lib/lv2/fat1.lv2/fat1UI_gl.so @@ -65,10 +74,11 @@ lib/lv2/tuna.lv2/tunaUI_gl.so lib/lv2/xfade.lv2/manifest.ttl lib/lv2/xfade.lv2/xfade.so lib/lv2/xfade.lv2/xfade.ttl +man/man1/x42-dpl.1.gz man/man1/x42-fat1.1.gz man/man1/x42-fil4.1.gz man/man1/x42-meter.1.gz man/man1/x42-mixtri.1.gz +man/man1/x42-scope.1.gz man/man1/x42-stepseq.1.gz man/man1/x42-tuna.1.gz -man/man1/x42-scope.1.gz