git: 2e4f365beb97 - main - audio/picard: Update to 2.6
Jason E. Hale
jhale at FreeBSD.org
Tue Apr 6 17:34:13 UTC 2021
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e4f365beb9752ea5e7f67c10feb91a8e2b698f9
commit 2e4f365beb9752ea5e7f67c10feb91a8e2b698f9
Author: Jason E. Hale <jhale at FreeBSD.org>
AuthorDate: 2021-04-06 17:13:06 +0000
Commit: Jason E. Hale <jhale at FreeBSD.org>
CommitDate: 2021-04-06 17:33:42 +0000
audio/picard: Update to 2.6
Changes: https://picard.musicbrainz.org/changelog/
---
audio/picard/Makefile | 9 +++++----
audio/picard/distinfo | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index c137ab0b1cdd..06dc8c8c5b2c 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -1,8 +1,7 @@
# Created by: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
PORTNAME= picard
-PORTVERSION= 2.5.6
-PORTREVISION= 2
+PORTVERSION= 2.6
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
@@ -16,9 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=0.5.2:audio/py-discid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.37:audio/py-mutagen@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}fasteners>0:devel/py-fasteners@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR}
-USES= gettext pyqt:5 python:3.5+ desktop-file-utils
+USES= gettext pyqt:5 python:3.6+ desktop-file-utils
USE_LOCALE= en_US.UTF-8
USE_PYQT= core_run dbus_run gui_run network_run widgets_run sip
USE_PYTHON= autoplist distutils noflavors
diff --git a/audio/picard/distinfo b/audio/picard/distinfo
index 70d95a9e6bba..c06d8bf6d169 100644
--- a/audio/picard/distinfo
+++ b/audio/picard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609962713
-SHA256 (picard-2.5.6.tar.gz) = 1d56332d9577d79a551e857e246b5c97c2ec4a8abbdeb945c6763e31c3bf9527
-SIZE (picard-2.5.6.tar.gz) = 4232271
+TIMESTAMP = 1617217283
+SHA256 (picard-2.6.tar.gz) = 0612938a3b4319ba166833149a427ca0ab6e6d29c1d710a87180d0d746a5cd88
+SIZE (picard-2.6.tar.gz) = 4296046
More information about the dev-commits-ports-all
mailing list