From owner-svn-ports-head@freebsd.org Mon Dec 14 20:31:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 108124C2835; Mon, 14 Dec 2020 20:31:49 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvtN475Dfz3nCd; Mon, 14 Dec 2020 20:31:48 +0000 (UTC) (envelope-from acm@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 E6D0E27A2C; Mon, 14 Dec 2020 20:31:48 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BEKVmCw094012; Mon, 14 Dec 2020 20:31:48 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BEKVlQO094005; Mon, 14 Dec 2020 20:31:47 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202012142031.0BEKVlQO094005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 14 Dec 2020 20:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558106 - in head/audio: ardour6 audacity gstreamer-plugins-soundtouch gstreamer1-plugins-soundtouch mixxx mixxx21 rezound X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/audio: ardour6 audacity gstreamer-plugins-soundtouch gstreamer1-plugins-soundtouch mixxx mixxx21 rezound X-SVN-Commit-Revision: 558106 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.34 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: Mon, 14 Dec 2020 20:31:49 -0000 Author: acm Date: Mon Dec 14 20:31:47 2020 New Revision: 558106 URL: https://svnweb.freebsd.org/changeset/ports/558106 Log: - Bump PORTREVISION. audio/soundtouch was updated to 2.2 - Remove BROKEN on audio/mixxx. Now soundtouch should detected without problems Modified: head/audio/ardour6/Makefile head/audio/audacity/Makefile head/audio/gstreamer-plugins-soundtouch/Makefile head/audio/gstreamer1-plugins-soundtouch/Makefile head/audio/mixxx/Makefile head/audio/mixxx21/Makefile head/audio/rezound/Makefile Modified: head/audio/ardour6/Makefile ============================================================================== --- head/audio/ardour6/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/ardour6/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -3,7 +3,7 @@ PORTNAME= ardour6 PORTVERSION= 6.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/audacity/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -3,7 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio Modified: head/audio/gstreamer-plugins-soundtouch/Makefile ============================================================================== --- head/audio/gstreamer-plugins-soundtouch/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/gstreamer-plugins-soundtouch/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/audio/gstreamer-plugins-soundtouch/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio COMMENT= GStreamer soundtouch plugin Modified: head/audio/gstreamer1-plugins-soundtouch/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-soundtouch/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/gstreamer1-plugins-soundtouch/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= GStreamer soundtouch plugin Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/mixxx/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -4,7 +4,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org @@ -12,8 +12,6 @@ COMMENT= DJ mixing application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= ERROR:root:Build had unmet dependencies. Exiting. BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ Modified: head/audio/mixxx21/Makefile ============================================================================== --- head/audio/mixxx21/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/mixxx21/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -4,7 +4,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio PKGNAMESUFFIX= 21 Modified: head/audio/rezound/Makefile ============================================================================== --- head/audio/rezound/Makefile Mon Dec 14 20:30:04 2020 (r558105) +++ head/audio/rezound/Makefile Mon Dec 14 20:31:47 2020 (r558106) @@ -3,7 +3,7 @@ PORTNAME= rezound DISTVERSION= 0.13.1beta -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION}