summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner>2015-01-06 19:50:43 +0000
committerdrochner <drochner>2015-01-06 19:50:43 +0000
commitb5137b1f1838fe2afe4c557cb8e7461f9e01abee (patch)
tree2181e80e7bbdda8ae6c954e60609723d5df7d7fa /audio
parent998e093d25937fb4e0a6edb30062e8020c0850f3 (diff)
downloadpkgsrc-b5137b1f1838fe2afe4c557cb8e7461f9e01abee.tar.gz
update to 1.3.10
changes: -The import command now has a --pretend flag that lists the files that will be imported -The config command can now be used to edit the configuration even when it has syntax errors -plugin additions and updates -bugfixes -Fix a new crash with the latest version of Mutagen (1.26)
Diffstat (limited to 'audio')
-rw-r--r--audio/py-beets/Makefile4
-rw-r--r--audio/py-beets/PLIST20
-rw-r--r--audio/py-beets/distinfo8
3 files changed, 19 insertions, 13 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile
index f1544878176..917b4f1be1b 100644
--- a/audio/py-beets/Makefile
+++ b/audio/py-beets/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/10/20 13:07:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/06 19:50:43 drochner Exp $
-DISTNAME= v1.3.8
+DISTNAME= v1.3.10
PKGNAME= beets-${DISTNAME:S/v//}
CATEGORIES= audio
MASTER_SITES= https://github.com/sampsyo/beets/archive/
diff --git a/audio/py-beets/PLIST b/audio/py-beets/PLIST
index f78fde8e655..62564cd80ba 100644
--- a/audio/py-beets/PLIST
+++ b/audio/py-beets/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2014/10/17 16:04:24 drochner Exp $
+@comment $NetBSD: PLIST,v 1.9 2015/01/06 19:50:43 drochner Exp $
bin/beet
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -56,9 +56,6 @@ ${PYSITELIB}/beets/ui/commands.py
${PYSITELIB}/beets/ui/commands.pyc
${PYSITELIB}/beets/ui/commands.pyo
${PYSITELIB}/beets/ui/completion_base.sh
-${PYSITELIB}/beets/ui/migrate.py
-${PYSITELIB}/beets/ui/migrate.pyc
-${PYSITELIB}/beets/ui/migrate.pyo
${PYSITELIB}/beets/util/__init__.py
${PYSITELIB}/beets/util/__init__.pyc
${PYSITELIB}/beets/util/__init__.pyo
@@ -119,15 +116,15 @@ ${PYSITELIB}/beetsplug/duplicates.pyo
${PYSITELIB}/beetsplug/echonest.py
${PYSITELIB}/beetsplug/echonest.pyc
${PYSITELIB}/beetsplug/echonest.pyo
-${PYSITELIB}/beetsplug/echonest_tempo.py
-${PYSITELIB}/beetsplug/echonest_tempo.pyc
-${PYSITELIB}/beetsplug/echonest_tempo.pyo
${PYSITELIB}/beetsplug/embedart.py
${PYSITELIB}/beetsplug/embedart.pyc
${PYSITELIB}/beetsplug/embedart.pyo
${PYSITELIB}/beetsplug/fetchart.py
${PYSITELIB}/beetsplug/fetchart.pyc
${PYSITELIB}/beetsplug/fetchart.pyo
+${PYSITELIB}/beetsplug/freedesktop.py
+${PYSITELIB}/beetsplug/freedesktop.pyc
+${PYSITELIB}/beetsplug/freedesktop.pyo
${PYSITELIB}/beetsplug/fromfilename.py
${PYSITELIB}/beetsplug/fromfilename.pyc
${PYSITELIB}/beetsplug/fromfilename.pyo
@@ -160,6 +157,9 @@ ${PYSITELIB}/beetsplug/lastgenre/__init__.pyc
${PYSITELIB}/beetsplug/lastgenre/__init__.pyo
${PYSITELIB}/beetsplug/lastgenre/genres-tree.yaml
${PYSITELIB}/beetsplug/lastgenre/genres.txt
+${PYSITELIB}/beetsplug/lastimport.py
+${PYSITELIB}/beetsplug/lastimport.pyc
+${PYSITELIB}/beetsplug/lastimport.pyo
${PYSITELIB}/beetsplug/lyrics.py
${PYSITELIB}/beetsplug/lyrics.pyc
${PYSITELIB}/beetsplug/lyrics.pyo
@@ -178,9 +178,15 @@ ${PYSITELIB}/beetsplug/mpdstats.pyo
${PYSITELIB}/beetsplug/mpdupdate.py
${PYSITELIB}/beetsplug/mpdupdate.pyc
${PYSITELIB}/beetsplug/mpdupdate.pyo
+${PYSITELIB}/beetsplug/permissions.py
+${PYSITELIB}/beetsplug/permissions.pyc
+${PYSITELIB}/beetsplug/permissions.pyo
${PYSITELIB}/beetsplug/play.py
${PYSITELIB}/beetsplug/play.pyc
${PYSITELIB}/beetsplug/play.pyo
+${PYSITELIB}/beetsplug/plexupdate.py
+${PYSITELIB}/beetsplug/plexupdate.pyc
+${PYSITELIB}/beetsplug/plexupdate.pyo
${PYSITELIB}/beetsplug/random.py
${PYSITELIB}/beetsplug/random.pyc
${PYSITELIB}/beetsplug/random.pyo
diff --git a/audio/py-beets/distinfo b/audio/py-beets/distinfo
index dfd5fa6144f..03809c4cf08 100644
--- a/audio/py-beets/distinfo
+++ b/audio/py-beets/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2014/10/17 16:04:24 drochner Exp $
+$NetBSD: distinfo,v 1.10 2015/01/06 19:50:43 drochner Exp $
-SHA1 (py-beets/v1.3.8.tar.gz) = 1aaf6634486d64384657997ccf25a520293f2856
-RMD160 (py-beets/v1.3.8.tar.gz) = fb5daee9b6ce14aa2e7c6d171af2f4eb067ad672
-Size (py-beets/v1.3.8.tar.gz) = 1188903 bytes
+SHA1 (py-beets/v1.3.10.tar.gz) = 68e7d342a124577d5d5c902b4c686094266bc4b7
+RMD160 (py-beets/v1.3.10.tar.gz) = dac546b3e7bc818b251c7539b752c2057924e496
+Size (py-beets/v1.3.10.tar.gz) = 1220573 bytes