Date: Wed, 9 Oct 2013 09:29:59 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329877 - head/audio/py-musicbrainz2 Message-ID: <201310090929.r999TxPk058370@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Oct 9 09:29:59 2013 New Revision: 329877 URL: http://svnweb.freebsd.org/changeset/ports/329877 Log: - Support staging - Use new LIB_DEPENDS syntax - Add missing LICENSE_FILE - Denote in pkg-descr that this is for the deprecated XML Webservice V1 Modified: head/audio/py-musicbrainz2/Makefile (contents, props changed) head/audio/py-musicbrainz2/pkg-descr (contents, props changed) Modified: head/audio/py-musicbrainz2/Makefile ============================================================================== --- head/audio/py-musicbrainz2/Makefile Wed Oct 9 09:24:24 2013 (r329876) +++ head/audio/py-musicbrainz2/Makefile Wed Oct 9 09:29:59 2013 (r329877) @@ -14,11 +14,11 @@ MAINTAINER= jhale@FreeBSD.org COMMENT= Next Generation Python bindings for MusicBrainz LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING.txt -LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid +LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid USE_PYTHON= -2.7 -NO_STAGE= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-musicbrainz2 Modified: head/audio/py-musicbrainz2/pkg-descr ============================================================================== --- head/audio/py-musicbrainz2/pkg-descr Wed Oct 9 09:24:24 2013 (r329876) +++ head/audio/py-musicbrainz2/pkg-descr Wed Oct 9 09:29:59 2013 (r329877) @@ -1,6 +1,5 @@ -The package python-musicbrainz2 is a client library written in python which +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. +XML Web Service Version 1 (deprecated). WWW: http://musicbrainz.org/doc/python-musicbrainz2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310090929.r999TxPk058370>