Index: head/audio/py-mutagen/Makefile =================================================================== --- head/audio/py-mutagen/Makefile (revision 418146) +++ head/audio/py-mutagen/Makefile (revision 418147) @@ -1,20 +1,20 @@ # Created by: Byung-Hee HWANG # $FreeBSD$ PORTNAME= mutagen -PORTVERSION= 1.33.1 +PORTVERSION= 1.33.2 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python-based audio metadata tag reader and writer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/audio/py-mutagen/distinfo =================================================================== --- head/audio/py-mutagen/distinfo (revision 418146) +++ head/audio/py-mutagen/distinfo (revision 418147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467479087 -SHA256 (mutagen-1.33.1.tar.gz) = 2055813b8a4db8b74dd96fc0c804f40322726881f810fb5e7e84e7a4fb420c32 -SIZE (mutagen-1.33.1.tar.gz) = 863868 +TIMESTAMP = 1467845508 +SHA256 (mutagen-1.33.2.tar.gz) = 2ad8b968b05fdc02bdfd115ba619f81d1cabecb7f82892806242fd1924a718e5 +SIZE (mutagen-1.33.2.tar.gz) = 863803 Index: head/audio/py-mutagen/pkg-descr =================================================================== --- head/audio/py-mutagen/pkg-descr (revision 418146) +++ head/audio/py-mutagen/pkg-descr (revision 418147) @@ -1,10 +1,10 @@ Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, Musepack, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, MonkeysAudio, True Audio, and WavPack audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. -WWW: https://bitbucket.org/lazka/mutagen +WWW: https://github.com/quodlibet/mutagen