From owner-svn-ports-all@freebsd.org Sun Oct 18 00:57:18 2020 Return-Path: Delivered-To: svn-ports-all@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 80373446C80; Sun, 18 Oct 2020 00:57:18 +0000 (UTC) (envelope-from jhale@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 4CDM1B2rBMz3YWy; Sun, 18 Oct 2020 00:57:18 +0000 (UTC) (envelope-from jhale@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 40FFBA5C1; Sun, 18 Oct 2020 00:57:18 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09I0vIxA062346; Sun, 18 Oct 2020 00:57:18 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09I0vHJA062345; Sun, 18 Oct 2020 00:57:17 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202010180057.09I0vHJA062345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 18 Oct 2020 00:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552612 - branches/2020Q4/audio/picard X-SVN-Group: ports-branches X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: branches/2020Q4/audio/picard X-SVN-Commit-Revision: 552612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2020 00:57:18 -0000 Author: jhale Date: Sun Oct 18 00:57:17 2020 New Revision: 552612 URL: https://svnweb.freebsd.org/changeset/ports/552612 Log: MFH: r552610 audio/picard: Add missing runtime dependency devel/py-dateutil Reported by: arved (via private mail) Approved by: ports-secteam (fluffy) Modified: branches/2020Q4/audio/picard/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/audio/picard/Makefile ============================================================================== --- branches/2020Q4/audio/picard/Makefile Sun Oct 18 00:37:35 2020 (r552611) +++ branches/2020Q4/audio/picard/Makefile Sun Oct 18 00:57:17 2020 (r552612) @@ -3,6 +3,7 @@ PORTNAME= picard PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ @@ -15,7 +16,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=0.5.2:audio/py-discid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mutagen>=1.23:audio/py-mutagen@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}mutagen>=1.23:audio/py-mutagen@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} USES= gettext pyqt:5 python:3.5+ desktop-file-utils USE_LOCALE= en_US.UTF-8