diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-09-06 09:27:02 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-09-06 09:27:02 +0000 |
commit | 7d028a38f1afc6a99f83495095f3d58b19825d3d (patch) | |
tree | 686039b70beef3802dab4717e2daedd75ed9491b /audio/picard | |
parent | - Add LICENSE (diff) |
- Update to 2.0.4
- Be more specific with audio/picard-plugins minimum version requirement
Notes
Notes:
svn path=/head/; revision=479094
Diffstat (limited to 'audio/picard')
-rw-r--r-- | audio/picard/Makefile | 4 | ||||
-rw-r--r-- | audio/picard/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 1f127230f8a2..dfb4e6062c14 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= picard -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ @@ -30,7 +30,7 @@ OPTIONS_DEFAULT= PLUGINS ACOUSTID_RUN_DEPENDS= fpcalc:audio/chromaprint PLUGINS_DESC= Install various plugins to extend functionality -PLUGINS_RUN_DEPENDS= picard-plugins>0:audio/picard-plugins +PLUGINS_RUN_DEPENDS= picard-plugins>=2.0:audio/picard-plugins post-patch: @${REINPLACE_CMD} -e 's|distutils\.command\.install |setuptools\.command\.install |' \ diff --git a/audio/picard/distinfo b/audio/picard/distinfo index fd40f9c9d055..42c064228ae7 100644 --- a/audio/picard/distinfo +++ b/audio/picard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533997990 -SHA256 (picard-2.0.3.tar.gz) = bc56dbd744d736e2b75645c3d37a1a383e7e1b591d2a09ee988be67fff1deea6 -SIZE (picard-2.0.3.tar.gz) = 2748358 +TIMESTAMP = 1536224171 +SHA256 (picard-2.0.4.tar.gz) = 0c6ee49e0c6dd61793e5705823570055e55e7601d665c9be75271c8b2ff54337 +SIZE (picard-2.0.4.tar.gz) = 2759058 |