aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-03-08 06:49:17 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-03-08 06:49:17 +0000
commit108f234f7f692f592a08cd969eef7f74e8cff51f (patch)
tree0799882dc637a360900380bd9d4ad99ba969a0eb /audio
parent7a8e6f04393be5ff33e8f39b29a6b0d0431f25bf (diff)
downloadports-108f234f7f692f592a08cd969eef7f74e8cff51f.tar.gz
ports-108f234f7f692f592a08cd969eef7f74e8cff51f.zip
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=567825
Diffstat (limited to 'audio')
-rw-r--r--audio/cadence/Makefile2
-rw-r--r--audio/carla/Makefile2
-rw-r--r--audio/picard/Makefile1
3 files changed, 3 insertions, 2 deletions
diff --git a/audio/cadence/Makefile b/audio/cadence/Makefile
index c38859388e6c..f26026a653c7 100644
--- a/audio/cadence/Makefile
+++ b/audio/cadence/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cadence
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/carla/Makefile b/audio/carla/Makefile
index afaf2a30f8ec..e87f7a8815f8 100644
--- a/audio/carla/Makefile
+++ b/audio/carla/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Carla
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index 82001504a2ff..0cc221e2b0ab 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -3,6 +3,7 @@
PORTNAME= picard
PORTVERSION= 2.5.6
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \