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

(-)py-musicbrainz2/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/audio/py-musicbrainz2/Makefile,v 1.7 2009/08/04 12:36:47 lippe Exp $
5
# $FreeBSD: ports/audio/py-musicbrainz2/Makefile,v 1.7 2009/08/04 12:36:47 lippe Exp $
6
6
7
PORTNAME=	musicbrainz2
7
PORTNAME=	musicbrainz2
8
PORTVERSION=	0.6.0
8
PORTVERSION=	0.7.0
9
CATEGORIES=	audio python
9
CATEGORIES=	audio python
10
MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
10
MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
11
		http://uk.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
11
		http://uk.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
(-)py-musicbrainz2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (python-musicbrainz2-0.6.0.tar.gz) = 2ab23c3c15885d29ebd01bcc44ccc823
1
MD5 (python-musicbrainz2-0.7.0.tar.gz) = 7aa39add30fcd7e1724d4b29ba1f050e
2
SHA256 (python-musicbrainz2-0.6.0.tar.gz) = 2d0f590d33b61065d9cef66797bd95720d735e11afd7309100b44652a77788b2
2
SHA256 (python-musicbrainz2-0.7.0.tar.gz) = ef4d1f7fb95b37d95fe7de78fd4d10967165352ecaa93e3cbdb11e315d4a8485
3
SIZE (python-musicbrainz2-0.6.0.tar.gz) = 67057
3
SIZE (python-musicbrainz2-0.7.0.tar.gz) = 69082
(-)py-musicbrainz2/pkg-descr (+2 lines)
Lines 2-4 Link Here
2
provides easy object oriented access to the MusicBrainz database using the 
2
provides easy object oriented access to the MusicBrainz database using the 
3
XMLWebService. It has been written from scratch and uses a different model 
3
XMLWebService. It has been written from scratch and uses a different model 
4
than PythonMusicbrainz, the first generation python bindings.
4
than PythonMusicbrainz, the first generation python bindings.
5
6
WWW: http://musicbrainz.org/doc/python-musicbrainz2

Return to bug 137499