From owner-svn-ports-head@freebsd.org Sun Jul 22 08:08:19 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 BB0561043B26; Sun, 22 Jul 2018 08:08:19 +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 5C3EE8BF92; Sun, 22 Jul 2018 08:08:19 +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 38C0A3087; Sun, 22 Jul 2018 08:08:19 +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 w6M88JqJ082338; Sun, 22 Jul 2018 08:08:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6M88HBJ082331; Sun, 22 Jul 2018 08:08:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807220808.w6M88HBJ082331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 22 Jul 2018 08:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475092 - in head/audio: guitarix-lv2 ir-lv2 x42-plugins-lv2 zam-plugins-lv2 zita-convolver zita-convolver/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: guitarix-lv2 ir-lv2 x42-plugins-lv2 zam-plugins-lv2 zita-convolver zita-convolver/files X-SVN-Commit-Revision: 475092 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, 22 Jul 2018 08:08:20 -0000 Author: yuri Date: Sun Jul 22 08:08:17 2018 New Revision: 475092 URL: https://svnweb.freebsd.org/changeset/ports/475092 Log: audio/zita-convolver: Update 3.1.0 -> 4.0.0 Bump 4 dependent ports. Deleted: head/audio/zita-convolver/files/patch-zita-convolver.h Modified: head/audio/guitarix-lv2/Makefile head/audio/ir-lv2/Makefile head/audio/x42-plugins-lv2/Makefile head/audio/zam-plugins-lv2/Makefile head/audio/zita-convolver/Makefile head/audio/zita-convolver/distinfo head/audio/zita-convolver/files/patch-Makefile Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/guitarix-lv2/Makefile Sun Jul 22 08:08:17 2018 (r475092) @@ -2,6 +2,7 @@ PORTNAME= guitarix DISTVERSION= 0.37.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ PKGNAMESUFFIX= -lv2 Modified: head/audio/ir-lv2/Makefile ============================================================================== --- head/audio/ir-lv2/Makefile Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/ir-lv2/Makefile Sun Jul 22 08:08:17 2018 (r475092) @@ -3,6 +3,7 @@ PORTNAME= ir DISTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 Modified: head/audio/x42-plugins-lv2/Makefile ============================================================================== --- head/audio/x42-plugins-lv2/Makefile Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/x42-plugins-lv2/Makefile Sun Jul 22 08:08:17 2018 (r475092) @@ -3,7 +3,7 @@ PORTNAME= x42-plugins DISTVERSION= 20180320 # the version is published here: http://gareus.org/misc/x42-plugins.php -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 Modified: head/audio/zam-plugins-lv2/Makefile ============================================================================== --- head/audio/zam-plugins-lv2/Makefile Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/zam-plugins-lv2/Makefile Sun Jul 22 08:08:17 2018 (r475092) @@ -3,6 +3,7 @@ PORTNAME= zam-plugins DISTVERSION= 3.10-13 DISTVERSIONSUFFIX= -gfbdbf08 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 Modified: head/audio/zita-convolver/Makefile ============================================================================== --- head/audio/zita-convolver/Makefile Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/zita-convolver/Makefile Sun Jul 22 08:08:17 2018 (r475092) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zita-convolver -PORTVERSION= 3.1.0 -PORTREVISION= 2 +DISTVERSION= 4.0.0 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ @@ -23,7 +22,7 @@ WRKSRC_SUBDIR= libs PLIST_FILES= include/zita-convolver.h \ lib/libzita-convolver.so \ - lib/libzita-convolver.so.3 \ + lib/libzita-convolver.so.4 \ lib/libzita-convolver.so.${PORTVERSION} post-install: Modified: head/audio/zita-convolver/distinfo ============================================================================== --- head/audio/zita-convolver/distinfo Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/zita-convolver/distinfo Sun Jul 22 08:08:17 2018 (r475092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501728395 -SHA256 (zita-convolver-3.1.0.tar.bz2) = bf7e93b582168b78d40666974460ad8142c2fa3c3412e327e4ab960b3fb31993 -SIZE (zita-convolver-3.1.0.tar.bz2) = 21485 +TIMESTAMP = 1528521609 +SHA256 (zita-convolver-4.0.0.tar.bz2) = e3186f807dd76befbbb1c009f6bb4f83567b5d3c93b49a71b334034d1171a73b +SIZE (zita-convolver-4.0.0.tar.bz2) = 20268 Modified: head/audio/zita-convolver/files/patch-Makefile ============================================================================== --- head/audio/zita-convolver/files/patch-Makefile Sun Jul 22 08:05:29 2018 (r475091) +++ head/audio/zita-convolver/files/patch-Makefile Sun Jul 22 08:08:17 2018 (r475092) @@ -1,4 +1,4 @@ ---- Makefile.orig 2011-11-20 21:30:54 UTC +--- Makefile.orig 2018-05-27 13:46:18 UTC +++ Makefile @@ -21,8 +21,8 @@ # Modify as required. @@ -10,9 +10,9 @@ +LIBDIR = lib - MAJVERS = 3 -@@ -33,7 +33,7 @@ VERSION = $(MAJVERS).$(MINVERS) - CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DENABLE_VECTOR_MODE + MAJVERS = 4 +@@ -34,7 +34,7 @@ CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PT + CPPFLAGS += -DENABLE_VECTOR_MODE CXXFLAGS += -fPIC -Wall CXXFLAGS += -ffast-math -funroll-loops -O3 -CXXFLAGS += -march=native @@ -20,7 +20,7 @@ LDLFAGS += LDLIBS += -@@ -45,9 +45,10 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread +@@ -46,9 +46,10 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread ZITA-CONVOLVER_O = zita-convolver.o ZITA-CONVOLVER_H = zita-convolver.h @@ -32,7 +32,7 @@ install: $(ZITA-CONVOLVER_MIN) -@@ -56,7 +57,7 @@ install: $(ZITA-CONVOLVER_MIN) +@@ -57,7 +58,7 @@ install: $(ZITA-CONVOLVER_MIN) install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(PREFIX)/include install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR) ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-CONVOLVER_SO)