diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-11-14 21:19:37 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-11-14 21:19:37 +0000 |
commit | 69214f357fc562d946055aaf7d0993ad86ce1951 (patch) | |
tree | 680e450724f69f499f51af77a34e6936eabdb953 | |
parent | b143af7dc2a9a5cd67e9b3b0cfb7a9b468a90b3e (diff) | |
download | ports-69214f357fc562d946055aaf7d0993ad86ce1951.tar.gz ports-69214f357fc562d946055aaf7d0993ad86ce1951.zip |
Notes
-rw-r--r-- | audio/ardour5/Makefile | 2 | ||||
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | audio/mixxx20/Makefile | 2 | ||||
-rw-r--r-- | audio/rubberband/Makefile | 3 | ||||
-rw-r--r-- | audio/sonic-visualiser/Makefile | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/audio/ardour5/Makefile b/audio/ardour5/Makefile index 359b18c657f7..83d3d6b89716 100644 --- a/audio/ardour5/Makefile +++ b/audio/ardour5/Makefile @@ -3,7 +3,7 @@ PORTNAME= ardour5 PORTVERSION= 5.12.0 -PORTREVISION= 4 +PORTREVISION= 5 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 9b12d2798c4d..fe75bc555ab7 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -4,7 +4,7 @@ PORTNAME= audacity PORTVERSION= 2.3.0 DISTVERSIONPREFIX= Audacity- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com diff --git a/audio/mixxx20/Makefile b/audio/mixxx20/Makefile index f71e4232a15e..1d4968a85206 100644 --- a/audio/mixxx20/Makefile +++ b/audio/mixxx20/Makefile @@ -3,7 +3,7 @@ PORTNAME= mixxx PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ PKGNAMESUFFIX= 20 diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index a476247f4a32..36219acad323 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -3,13 +3,14 @@ PORTNAME= rubberband DISTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://breakfastquay.com/files/releases/ PATCH_SITES= https://github.com/breakfastquay/${PORTNAME}/commit/ PATCHFILES= 03202fa4749c0b4e264f2115bb49028267e2a572.patch:-p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= Audio time-stretching and pitch-shifting library and utility program LICENSE= GPLv2 diff --git a/audio/sonic-visualiser/Makefile b/audio/sonic-visualiser/Makefile index 15e74c72a039..0ad4fcba2b3e 100644 --- a/audio/sonic-visualiser/Makefile +++ b/audio/sonic-visualiser/Makefile @@ -2,7 +2,7 @@ PORTNAME= sonic-visualiser PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/1675/ |