diff options
author | rm <rm@FreeBSD.org> | 2012-07-28 23:55:21 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-28 23:55:21 +0800 |
commit | 9b2694d561c71bd2610d53853b2d473f35d05718 (patch) | |
tree | f2889b6ac697bb4b8c35df7b667571e782b1f8c2 | |
parent | 3d5062b2ce50b8d0ba6771135bb8c4eccfa4385e (diff) | |
download | freebsd-ports-gnome-9b2694d561c71bd2610d53853b2d473f35d05718.tar.gz freebsd-ports-gnome-9b2694d561c71bd2610d53853b2d473f35d05718.tar.zst freebsd-ports-gnome-9b2694d561c71bd2610d53853b2d473f35d05718.zip |
- remove dead MASTER_SITES
- remove shlib version from LIB_DEPENDS
- move LICENSE to correct location
While here:
- strict python version to 2.x
- trim whitespace nits in pkg-descr
PR: 170189
Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
-rw-r--r-- | audio/py-musicbrainz2/Makefile | 11 | ||||
-rw-r--r-- | audio/py-musicbrainz2/pkg-descr | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/audio/py-musicbrainz2/Makefile b/audio/py-musicbrainz2/Makefile index 68f61d7abf09..71bda4b22ca2 100644 --- a/audio/py-musicbrainz2/Makefile +++ b/audio/py-musicbrainz2/Makefile @@ -8,8 +8,6 @@ PORTNAME= musicbrainz2 PORTVERSION= 0.7.4 CATEGORIES= audio python MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ - http://uk.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ - http://users.musicbrainz.org/~matt/ \ http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-musicbrainz2-${DISTVERSION} @@ -17,13 +15,12 @@ DISTNAME= python-musicbrainz2-${DISTVERSION} MAINTAINER= bsdkaffee@gmail.com COMMENT= Next Generation Python bindings for MusicBrainz -LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid +LICENSE= BSD + +LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-musicbrainz2 -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING.txt - .include <bsd.port.mk> diff --git a/audio/py-musicbrainz2/pkg-descr b/audio/py-musicbrainz2/pkg-descr index 705e51c1b040..976eb0310864 100644 --- a/audio/py-musicbrainz2/pkg-descr +++ b/audio/py-musicbrainz2/pkg-descr @@ -1,6 +1,6 @@ -The package python-musicbrainz2 is a client library written in python which -provides easy object oriented access to the MusicBrainz database using the -XMLWebService. It has been written from scratch and uses a different model +The package python-musicbrainz2 is a client library written in python which +provides easy object oriented access to the MusicBrainz database using the +XMLWebService. It has been written from scratch and uses a different model than PythonMusicbrainz, the first generation python bindings. WWW: http://musicbrainz.org/doc/python-musicbrainz2 |