diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-12-14 20:31:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-12-14 20:31:47 +0000 |
commit | f604e3ef6d8f389346586b2f57387bbf7313d5e2 (patch) | |
tree | f383e376465623582e3e51f3c1bbd3f88fe658aa | |
parent | - Update to 2.2 (diff) |
- Bump PORTREVISION. audio/soundtouch was updated to 2.2
- Remove BROKEN on audio/mixxx. Now soundtouch should detected without problems
Notes
Notes:
svn path=/head/; revision=558106
-rw-r--r-- | audio/ardour6/Makefile | 2 | ||||
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-soundtouch/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-soundtouch/Makefile | 2 | ||||
-rw-r--r-- | audio/mixxx/Makefile | 4 | ||||
-rw-r--r-- | audio/mixxx21/Makefile | 2 | ||||
-rw-r--r-- | audio/rezound/Makefile | 2 |
7 files changed, 7 insertions, 9 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index 6d4e796146fb..cda3dad756a3 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -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: diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 7cdacf3dcd7d..d8ac0c38f461 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio diff --git a/audio/gstreamer-plugins-soundtouch/Makefile b/audio/gstreamer-plugins-soundtouch/Makefile index e44009cf9977..736a89dd91f1 100644 --- a/audio/gstreamer-plugins-soundtouch/Makefile +++ b/audio/gstreamer-plugins-soundtouch/Makefile @@ -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 diff --git a/audio/gstreamer1-plugins-soundtouch/Makefile b/audio/gstreamer1-plugins-soundtouch/Makefile index e47e9b95084a..f9b0d047dc87 100644 --- a/audio/gstreamer1-plugins-soundtouch/Makefile +++ b/audio/gstreamer1-plugins-soundtouch/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= GStreamer soundtouch plugin diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 3b0de0e2e514..cf0fc038bdb5 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -4,7 +4,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org @@ -13,8 +13,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 \ libFLAC.so:audio/flac \ diff --git a/audio/mixxx21/Makefile b/audio/mixxx21/Makefile index 7f8e6d476dff..483186ddabe9 100644 --- a/audio/mixxx21/Makefile +++ b/audio/mixxx21/Makefile @@ -4,7 +4,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio PKGNAMESUFFIX= 21 diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 2bb561b2e662..a2b0d17cb551 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -3,7 +3,7 @@ PORTNAME= rezound DISTVERSION= 0.13.1beta -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION} |