aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-30 23:20:24 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-30 23:20:24 +0000
commit4d2966869ff5c1a5b9514bc5008aa069af5e7245 (patch)
tree65791cab288e8cca28703a7421f4dd269cb1b625 /audio
parent3dc25b6fe0adfe9bc0705d65f10229980c48960c (diff)
downloadports-4d2966869ff5c1a5b9514bc5008aa069af5e7245.tar.gz
ports-4d2966869ff5c1a5b9514bc5008aa069af5e7245.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/py-mpd2/Makefile13
-rw-r--r--audio/py-mpd2/distinfo4
2 files changed, 10 insertions, 7 deletions
diff --git a/audio/py-mpd2/Makefile b/audio/py-mpd2/Makefile
index a203f4e46aaf..9598f266d45c 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 835b9e2b56e7..ae4953e4a177 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