View | Details | Raw Unified | Return to bug 154917
Collapse All | Expand All

(-)py-mutagen/Makefile (-1 / +4 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/audio/py-mutagen/Makefile,v 1.15 2010/04/03 19:30:37 lwhsu Exp $
5
# $FreeBSD: ports/audio/py-mutagen/Makefile,v 1.15 2010/04/03 19:30:37 lwhsu Exp $
6
6
7
PORTNAME=	mutagen
7
PORTNAME=	mutagen
8
PORTVERSION=	1.19
8
PORTVERSION=	1.20
9
CATEGORIES=	audio python
9
CATEGORIES=	audio python
10
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
10
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-18 Link Here
13
MAINTAINER=	johnson.peter@gmail.com
13
MAINTAINER=	johnson.peter@gmail.com
14
COMMENT=	A Python-based audio metadata tag reader and writer
14
COMMENT=	A Python-based audio metadata tag reader and writer
15
15
16
LICENSE=	GPLv2
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
16
USE_PYTHON=	yes
19
USE_PYTHON=	yes
17
USE_PYDISTUTILS=	yes
20
USE_PYDISTUTILS=	yes
18
21
(-)py-mutagen/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (mutagen-1.19.tar.gz) = 68132949f3cd68491b87ff880ded4680
1
SHA256 (mutagen-1.20.tar.gz) = 7e56c478de154fdcd00d257ebc77be8718188f1a0db916f51f129b7ca01de6e7
2
SHA256 (mutagen-1.19.tar.gz) = 8072d5391ac8d8d4eac473984d34798ae504fc03644f124ee57cedc2dee54fa6
2
SIZE (mutagen-1.20.tar.gz) = 651649
3
SIZE (mutagen-1.19.tar.gz) = 650488
(-)py-mutagen/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
regardless of audio format. It can also manipulate Ogg streams
7
regardless of audio format. It can also manipulate Ogg streams
8
on an individual packet/page level.
8
on an individual packet/page level.
9
9
10
WWW: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
10
WWW: http://code.google.com/p/mutagen/

Return to bug 154917