diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-17 23:46:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-17 23:46:55 +0800 |
commit | 61f7bac0223b874d36781b88c281e593243a1c5e (patch) | |
tree | f2e81d7edba6bbcb34535243128b4589639e8bf0 /audio | |
parent | d8c260ba00e613950a4fedfb24bb13d94f720513 (diff) | |
download | freebsd-ports-gnome-61f7bac0223b874d36781b88c281e593243a1c5e.tar.gz freebsd-ports-gnome-61f7bac0223b874d36781b88c281e593243a1c5e.tar.zst freebsd-ports-gnome-61f7bac0223b874d36781b88c281e593243a1c5e.zip |
- Update to 1.20
PR: 154917
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer timeout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-mutagen/Makefile | 5 | ||||
-rw-r--r-- | audio/py-mutagen/distinfo | 5 | ||||
-rw-r--r-- | audio/py-mutagen/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index 41a190f474a7..fbe2f17ddaa4 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= mutagen -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= johnson.peter@gmail.com COMMENT= A Python-based audio metadata tag reader and writer +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/audio/py-mutagen/distinfo b/audio/py-mutagen/distinfo index 9c27b37b0c98..59347d85de62 100644 --- a/audio/py-mutagen/distinfo +++ b/audio/py-mutagen/distinfo @@ -1,3 +1,2 @@ -MD5 (mutagen-1.19.tar.gz) = 68132949f3cd68491b87ff880ded4680 -SHA256 (mutagen-1.19.tar.gz) = 8072d5391ac8d8d4eac473984d34798ae504fc03644f124ee57cedc2dee54fa6 -SIZE (mutagen-1.19.tar.gz) = 650488 +SHA256 (mutagen-1.20.tar.gz) = 7e56c478de154fdcd00d257ebc77be8718188f1a0db916f51f129b7ca01de6e7 +SIZE (mutagen-1.20.tar.gz) = 651649 diff --git a/audio/py-mutagen/pkg-descr b/audio/py-mutagen/pkg-descr index fd6fc713933a..276acd5607d7 100644 --- a/audio/py-mutagen/pkg-descr +++ b/audio/py-mutagen/pkg-descr @@ -7,4 +7,4 @@ 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: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen +WWW: http://code.google.com/p/mutagen/ |