diff options
author | rene <rene@FreeBSD.org> | 2014-01-31 07:20:24 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-31 07:20:24 +0800 |
commit | 6414b07c72cb7bc8ceb0e8eb5faba25af257226a (patch) | |
tree | 65791cab288e8cca28703a7421f4dd269cb1b625 /audio/py-mpd2 | |
parent | 66ae40db937434df97f9a52be9403c573ddbe9aa (diff) | |
download | freebsd-ports-graphics-6414b07c72cb7bc8ceb0e8eb5faba25af257226a.tar.gz freebsd-ports-graphics-6414b07c72cb7bc8ceb0e8eb5faba25af257226a.tar.zst freebsd-ports-graphics-6414b07c72cb7bc8ceb0e8eb5faba25af257226a.zip |
- Update to 0.5.3
- Add license
Diffstat (limited to 'audio/py-mpd2')
-rw-r--r-- | audio/py-mpd2/Makefile | 13 | ||||
-rw-r--r-- | audio/py-mpd2/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/audio/py-mpd2/Makefile b/audio/py-mpd2/Makefile index a203f4e46aa..9598f266d45 100644 --- a/audio/py-mpd2/Makefile +++ b/audio/py-mpd2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpd2 -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.5.3 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -11,12 +10,16 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Fork of the Python MPD client library +LICENSE= LGPL3 + USE_GITHUB= yes GH_ACCOUNT= Mic92 GH_PROJECT= python-${PORTNAME} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= df508d4 +GH_COMMIT= cfeb3b5 +USES= shebangfix +SHEBANG_FILES= examples/helloworld.py USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes @@ -27,12 +30,12 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= DOCS EXAMPLES DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS_1= index.rst changes.rst +PORTDOCS_1= generate_command_reference.py index.rst changes.rst PORTDOCS_2= topics/advanced.rst topics/commands.rst \ topics/getting-started.rst topics/logging.rst PORTDOCS= ${PORTDOCS_1} ${PORTDOCS_2} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -PORTEXAMPLES= locking.py logger.py +PORTEXAMPLES= helloworld.py locking.py logger.py PLIST_DIRSTRY= ${DOCSDIR}/topics post-install: diff --git a/audio/py-mpd2/distinfo b/audio/py-mpd2/distinfo index 835b9e2b56e..ae4953e4a17 100644 --- a/audio/py-mpd2/distinfo +++ b/audio/py-mpd2/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-mpd2-0.5.2.tar.gz) = d39e9ab589b413e340630269486d12bfc3cec44dc92977c4b64b8d73cea4034e -SIZE (python-mpd2-0.5.2.tar.gz) = 35170 +SHA256 (python-mpd2-0.5.3.tar.gz) = 280a0c108e688ff778bb983f7db926515bcb195b2bdc33a3262036f803fff906 +SIZE (python-mpd2-0.5.3.tar.gz) = 40511 |